This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/34543] New: gcc.dg/out-of-bounds-1.c fails on -mstrict-align for powerpc-apple-darwin
- From: "howarth at nitro dot med dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Dec 2007 00:47:08 -0000
- Subject: [Bug c/34543] New: gcc.dg/out-of-bounds-1.c fails on -mstrict-align for powerpc-apple-darwin
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
The gcc.dg/out-of-bounds-1.c testcase fails on powerpc-apple-darwin9 with the
error...
Executing on host:
/sw/src/fink.build/gcc43-4.2.999-20071219/darwin_objdir/gcc/xgcc
-B/sw/src/fink.build/gcc43-4.2.999-20071219
/darwin_objdir/gcc/
/sw/src/fink.build/gcc43-4.2.999-20071219/gcc-4.3-20071219/gcc/testsuite/gcc.dg/out-of-bounds-1.c
-O -g -
mstrict-align -fno-show-column -S -m32 -o out-of-bounds-1.s (timeout = 300)
cc1: error: unrecognized command line option "-mstrict-align"
compiler exited with status 1
output is:
cc1: error: unrecognized command line option "-mstrict-align"
FAIL: gcc.dg/out-of-bounds-1.c (test for excess errors)
Excess errors:
cc1: error: unrecognized command line option "-mstrict-align"
The dg-options line...
/* { dg-options "-O -g -mstrict-align" { target powerpc*-*-* } } */
...needs to be re-written to exclude power-*-darwin* from using -mstrict-align.
--
Summary: gcc.dg/out-of-bounds-1.c fails on -mstrict-align for
powerpc-apple-darwin
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: howarth at nitro dot med dot uc dot edu
GCC build triplet: powerpc-apple-darwin9
GCC host triplet: powerpc-apple-darwin9
GCC target triplet: powerpc-apple-darwin9
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34543