This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/53089] [4.8 Regression] gfortran.dg/coarray/atomic_1.f90 and gfortran.dg/coarray/registering_1.f90


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53089

--- Comment #4 from Jan Hubicka <hubicka at gcc dot gnu.org> 2012-04-25 14:54:35 UTC ---
Author: hubicka
Date: Wed Apr 25 14:54:21 2012
New Revision: 186820

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186820
Log:
    PR middle-end/53089 
    * cgraphunit.c (referred_to_p): Move ahead in file to avoid forward
declaration.
    (cgraph_finalize_function): Finalize them here.
    * symtab.c (dump_symtab): Dump ctors and dtors.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cgraphunit.c
    trunk/gcc/symtab.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]