2012-10-31 Janus Weil <janus@gcc.gnu.org>
commit4c197fd0b348b431618a8d99acf98f323f5c8427
authorjanus <janus@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 31 Oct 2012 21:55:50 +0000 (31 21:55 +0000)
committerjanus <janus@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 31 Oct 2012 21:55:50 +0000 (31 21:55 +0000)
treeb6e33fd27397f05e68dceaea242adf1b7842646d
parent9ccd9ece034984af0e6a775fdfb51b98a7029a84
2012-10-31  Janus Weil  <janus@gcc.gnu.org>

PR fortran/53718
* trans.h (GFC_DECL_PUSH_TOPLEVEL): Removed.
* trans-decl.c (gfc_get_symbol_decl,gfc_generate_function_code): Remove
GFC_DECL_PUSH_TOPLEVEL.
(build_function_decl): Do not push __copy procedure to toplevel.

2012-10-31  Janus Weil  <janus@gcc.gnu.org>

PR fortran/53718
* gfortran.dg/class_54.f90: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193048 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/trans-decl.c
gcc/fortran/trans.h
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/class_54.f90 [new file with mode: 0644]