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 optimization/14200] New: [MIPS] FAIL: gcc.c-torture/execute/20020720-1.c


$ mipsel-linux-gcc --version
mipsel-linux-gcc (GCC) 3.4.0 20040214 (prerelease)


Configured as:

../gcccvsw/gcc/configure  --host=i686-pc-linux-gnu --target=mipsel-linux
--enable-languages=c,c++,java --with-headers=/home/mipsel-linux/mipsel-linux/include
--with-arch=mips32 --with-float=soft --prefix=/home/testcvs

Gives these results:
.
.
.
PASS: gcc.c-torture/execute/20020720-1.c compilation,  -O0
PASS: gcc.c-torture/execute/20020720-1.c execution,  -O0
FAIL: gcc.c-torture/execute/20020720-1.c compilation,  -O1
UNRESOLVED: gcc.c-torture/execute/20020720-1.c execution,  -O1
FAIL: gcc.c-torture/execute/20020720-1.c compilation,  -O2
UNRESOLVED: gcc.c-torture/execute/20020720-1.c execution,  -O2
FAIL: gcc.c-torture/execute/20020720-1.c compilation,  -O3 -fomit-frame-pointer
UNRESOLVED: gcc.c-torture/execute/20020720-1.c execution,  -O3 -fomit-frame-pointer
FAIL: gcc.c-torture/execute/20020720-1.c compilation,  -O3 -g
UNRESOLVED: gcc.c-torture/execute/20020720-1.c execution,  -O3 -g
FAIL: gcc.c-torture/execute/20020720-1.c compilation,  -Os
UNRESOLVED: gcc.c-torture/execute/20020720-1.c execution,  -Os
.
.
.

This could be related to bug 10384, but I am not sure.

-- 
           Summary: [MIPS] FAIL: gcc.c-torture/execute/20020720-1.c
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: daney at gcc dot gnu dot org
                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: mipsel-linux


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


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