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/59091] New: __builtin_trap calls abort for arm-linux-gnueabi


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

            Bug ID: 59091
           Summary: __builtin_trap calls abort for arm-linux-gnueabi
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pinskia at gcc dot gnu.org
            Target: arm-linux-gnueabi

Right now __builtin_trap calls abort on arm-linux-gnueabi which causes glibc
fail to build as that brings in lots of dependencies.  The arm back-end should
implement a "trap" pattern.


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