This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/13873] New: gcc/longlong.h uses test for PPC
- From: "sean at mcneil dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jan 2004 01:59:16 -0000
- Subject: [Bug c/13873] New: gcc/longlong.h uses test for PPC
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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