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 c/43288] New: [4.5 Regression] ICE in function_and_variable_visibility, at ipa.c:415


static int a __attribute__((common));

ICEs like

> ./cc1 -quiet t.i
t.i:32:1: internal compiler error: in function_and_variable_visibility, at
ipa.c:415
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

but instead should be rejected.

This bug was split out from PR42068.


-- 
           Summary: [4.5 Regression] ICE in
                    function_and_variable_visibility, at ipa.c:415
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Keywords: accepts-invalid
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rguenth at gcc dot gnu dot org


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


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