This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/11598] New: testcase gcc.dg/20020118-1.c fails runtime check of __attribute__((aligned(16)))
- From: "dank at kegel dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Jul 2003 23:29:22 -0000
- Subject: [Bug target/11598] New: testcase gcc.dg/20020118-1.c fails runtime check of __attribute__((aligned(16)))
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11598
Summary: testcase gcc.dg/20020118-1.c fails runtime check of
__attribute__((aligned(16)))
Product: gcc
Version: 3.3.1
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dank at kegel dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: powerpc-unknown-linux-gnu
I built gcc-ss-3_3-20030714 as a crosscompiler for ppc405 and ppc750
using http://kegel.com/crosstool. Both failed test with messages:
Executed ./20020118-1.exe, status 1
Aborted
Exec failed, errorCode: NONE
FAIL: gcc.dg/20020118-1.c execution test
It looks like this has been happening since gcc-3.1; see
http://gcc.gnu.org/ml/gcc-testresults/2002-05/msg00770.html
It looks like this was failing in the 3.4 branch as of 20030525; see
http://gcc.gnu.org/ml/gcc-testresults/2003-05/msg01727.html