From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23283 invoked by alias); 27 Jan 2004 01:59:17 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 23275 invoked by uid 48); 27 Jan 2004 01:59:16 -0000 Date: Tue, 27 Jan 2004 01:59:00 -0000 From: "sean at mcneil dot com" To: gcc-bugs@gcc.gnu.org Message-ID: <20040127015913.13873.sean@mcneil.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c/13873] New: gcc/longlong.h uses test for PPC X-Bugzilla-Reason: CC X-SW-Source: 2004-01/txt/msg03343.txt.bz2 List-Id: 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