Revision 162223:

caused:

http://gcc.gnu.org/ml/gcc-cvs/2010-07/msg00577.html

[...@gnu-35 rrs]$ cat x.i
__hidden_ver1 (__GI_strstr);
[...@gnu-35 rrs]$ /export/gnu/import/rrs/162223/usr/bin/gcc -S -Wall -O2 x.i
x.i:1:1: warning: data definition has no type or storage class [enabled by
default]
x.i:1:1: warning: type defaults to ‘int’ in declaration of ‘__hidden_ver1’
[-Wimplicit-int]
x.i:1:1: warning: parameter names (without types) in function declaration
[enabled by default]
x.i:1:1: internal compiler error: tree check: expected tree that contains ‘decl
minimal’ structure, have ‘tree_list’ in start_decl, at c-decl.c:4064
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
[...@gnu-35 rrs]$


-- 
           Summary: [4.6 Regression] Revision 162223 caused ICE on invalid
                    code
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl dot tools at gmail dot com


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

Reply via email to