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/13873] New: gcc/longlong.h uses test for PPC


PPC is much too generic a define for testing to see if it is a PowerPC target. 
This is found to complicate things with a vxWorks target other than PowerPC. For
vxWorks, PPC is defined (along with many other CPUs) all the time - regardless
of the target CPU type.

There are two tests for PPC.  They should be modified or removed.

-- 
           Summary: gcc/longlong.h uses test for PPC
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: sean at mcneil dot com
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i386-unknown-freebsd5.2
GCC target triplet: mips-wrs-vxworks


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


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