This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/36698] New: gcc.c-torture/compile/20001226-1.c exceeds SPU local store size with -O0
- From: "uweigand at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Jul 2008 15:54:35 -0000
- Subject: [Bug target/36698] New: gcc.c-torture/compile/20001226-1.c exceeds SPU local store size with -O0
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
The gcc.c-torture/compile/20001226-1.c test case, when compiled with -O0
on the spu-elf target, results in a single function that exceeds local store
size (256 KB) on the SPU. This cannot run (cannot even be linked!); and
because it is a single function, overlay support does not help either.
This PR is opened to document the XFAIL reason for that test case.
In the future, it is hoped that enhancements to overlay support (by
splitting up large functions into multiple sections) will enable this
test case to pass as well.
--
Summary: gcc.c-torture/compile/20001226-1.c exceeds SPU local
store size with -O0
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: uweigand at gcc dot gnu dot org
GCC target triplet: spu-unknown-elf
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36698