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

           Summary: [4.6 Regression] ICE in grokdeclarator, at
                    cp/decl.c:9441
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassig...@gcc.gnu.org
        ReportedBy: domi...@lps.ens.fr
                CC: ja...@redhat.com


On x86_64-apple-darwin10.4.0 starting at revision 166020 I see

FAIL: obj-c++.dg/property/at-property-2.mm -fgnu-runtime (internal compiler
error)
FAIL: obj-c++.dg/property/at-property-2.mm -fgnu-runtime  (test for errors,
line 11)
FAIL: obj-c++.dg/property/at-property-2.mm -fgnu-runtime  (test for errors,
line 12)
FAIL: obj-c++.dg/property/at-property-2.mm -fgnu-runtime (test for excess
errors)
FAIL: obj-c++.dg/property/at-property-2.mm -fnext-runtime (internal compiler
error)
FAIL: obj-c++.dg/property/at-property-2.mm -fnext-runtime  (test for errors,
line 11)
FAIL: obj-c++.dg/property/at-property-2.mm -fnext-runtime  (test for errors,
line 12)
FAIL: obj-c++.dg/property/at-property-2.mm -fnext-runtime (test for excess
errors)

with both -m32 and -m64 (see also 
http://gcc.gnu.org/ml/gcc-testresults/2010-10/msg02265.html or
http://gcc.gnu.org/ml/gcc-testresults/2010-10/msg02294.html ). These failures
are not present in revision 166011 (see 
http://gcc.gnu.org/ml/gcc-testresults/2010-10/msg02196.html ).

The internal compiler error is

[macbook] f90/bug% g++46
/opt/gcc/work/gcc/testsuite/obj-c++.dg/property/at-property-2.mm
/opt/gcc/work/gcc/testsuite/obj-c++.dg/property/at-property-2.mm:10:39:
warning: 'xxx' attribute directive ignored [-Wattributes]
/opt/gcc/work/gcc/testsuite/obj-c++.dg/property/at-property-2.mm:11:30:
internal compiler error: in grokdeclarator, at cp/decl.c:9441

Reply via email to