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/33681] New: ICE with -O1 -fno-tree-salias


cat > foo.c << EOF
void foo() {}
EOF
gcc -c -O1 -fno-tree-salias foo.c

foo.c: In function 'foo':
foo.c:1: internal compiler error: in verify_curr_properties, at passes.c:1044

gcc (GCC) 4.3.0 20071005 (experimental)


-- 
           Summary: ICE with -O1 -fno-tree-salias
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: patrik dot hagglund at bredband dot net


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


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