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/29719] New: newlib targets ICEs in expand_builtin_int_roundingfn


On newlib targets, the compiler fails to compile

long testlf (float x)
{
  return __builtin_lceilf (x);
}

with the error

internal compiler error: in expand_builtin_int_roundingfn, at builtins.c:2298


-- 
           Summary: newlib targets ICEs in expand_builtin_int_roundingfn
           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: kkojima at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: *-unknown-elf


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


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