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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |iains at gcc dot gnu.org,
                   |                            |rguenther at suse dot de

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2010-09-27 
09:42:21 UTC ---
This pr seems to be due to revision 164591:

Author:    rguenth
Date:    Fri Sep 24 13:21:30 2010 UTC (2 days, 19 hours ago)
Changed paths:    5
Log Message:    
2010-09-24  Richard Guenther  <rguent...@suse.de>

    * c-decl.c (pop_scope): Always set file-scope DECL_CONTEXT.
    Make sure to not call set_type_context with error_mark_node.
    * langhooks.c (lhd_set_decl_assembler_name): Use DECL_FILE_SCOPE_P.

    * gcc.dg/lto/20091006-2_0.c: Prune warnings.
Changed paths:

Path    Details
trunk/gcc/ChangeLog    modified , text changed
trunk/gcc/c-decl.c    modified , text changed
trunk/gcc/langhooks.c    modified , text changed
trunk/gcc/testsuite/ChangeLog    modified , text changed
trunk/gcc/testsuite/gcc.dg/lto/20091006-2_0.c    modified , text changed

If I revert it at revision 164604, the failures are gone.

Reply via email to