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 middle-end/21709] New: [3.4 regression] ICE on compile-time complex NaN


[ forwarded from http://bugs.debian.org/305344 ]

falk@juist:/tmp% cat test.c
double _Complex f(void) { return 1.0iF / 0.0; }

falk@juist:/tmp% gcc-3.4 -c test.c 
test.c: In function `f':
test.c:1: internal compiler error: Segmentation fault

Problem not present in 4.0.

-- 
           Summary: [3.4 regression] ICE on compile-time complex NaN
           Product: gcc
           Version: 3.4.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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