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 target/33438] New: [4.3 Regression] ICE in cselib_record_set, at cselib.c:1515 on x86


Compile with -O1:

long double f (long double x)
{
  return __builtin_remainderl (x, x);
}

bug.c: In function 'f':
bug.c:4: internal compiler error: in cselib_record_set, at cselib.c:1515


-- 
           Summary: [4.3 Regression] ICE in cselib_record_set, at
                    cselib.c:1515 on x86
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: belyshev at depni dot sinp dot msu dot ru
GCC target triplet: x86_64-*-*, i?86-*-*


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


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