This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/36698] New: gcc.c-torture/compile/20001226-1.c exceeds SPU local store size with -O0


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]