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/11229] New: pure-1.c fails on powerpc64-linux with -O1


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11229

           Summary: pure-1.c fails on powerpc64-linux with -O1
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: janis187@us.ibm.com
                CC: amodra@bigpond.net.au,gcc-bugs@gcc.gnu.org
GCC target triplet: powerpc64-unknown-linux-gnu

The test gcc.c-torture/execute/pure-1.c fails on
powerpc64-unknown-linux-gnu with -O1 and higher levels of optimization.
This happens with mainline, 3.3, and 3.2; I've never been able to build
earlier versions of GCC for this target.

Alan Modra described the problem and proposed a patch in
http://gcc.gnu.org/ml/gcc-patches/2003-03/msg02371.html; that patch
has never been reviewed.

This was tested with a cross compiler from powerpc-linux on a
powerpc64-linux system, which is the usual way to use GCC for this
target.


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