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 tree-optimization/50052] New: [4.6 Regression] FAIL: gcc.dg/ipa/ipa-sra-2.c scan-tree-dump eipa_sra


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

             Bug #: 50052
           Summary: [4.6 Regression] FAIL: gcc.dg/ipa/ipa-sra-2.c
                    scan-tree-dump eipa_sra
    Classification: Unclassified
           Product: gcc
           Version: 4.6.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: danglin@gcc.gnu.org
              Host: hppa2.0w-hp-hpux11.11
            Target: hppa2.0w-hp-hpux11.11
             Build: hppa2.0w-hp-hpux11.11


Executing on host: /mnt/gnu/gcc/objdir-test/gcc/xgcc
-B/mnt/gnu/gcc/objdir-test/gcc/
/mnt/gnu/gcc/gcc/gcc/testsuite/gcc.dg/ipa/ipa-sra-2.c   -O2 -fipa-sra -fdum
p-tree-eipa_sra-details -S  -o ipa-sra-2.s    (timeout = 300)PASS:
gcc.dg/ipa/ipa-sra-2.c (test for excess errors)FAIL: gcc.dg/ipa/ipa-sra-2.c
scan-tree-dump eipa_sra "About to replace expr cow_
.*D.->red with \*ISRA"
FAIL: gcc.dg/ipa/ipa-sra-2.c scan-tree-dump eipa_sra "About to replace expr
cow_
.*D.->green with ISRA"
FAIL: gcc.dg/ipa/ipa-sra-2.c scan-tree-dump eipa_sra "About to replace expr
calf_.*D.->red with \*ISRA"FAIL: gcc.dg/ipa/ipa-sra-2.c scan-tree-dump eipa_sra
"About to replace expr calf
_.*D.->green with ISRA"

-bash-3.2$ ./xgcc -B./ -v
Reading specs from ./specs
COLLECT_GCC=./xgcc
COLLECT_LTO_WRAPPER=./lto-wrapper
Target: hppa2.0w-hp-hpux11.11
Configured with: ../gcc/configure --with-gnu-as --with-as=/opt/gnu/bin/as
--enable-shared --with-local-prefix=/opt/gnu --prefix=/nowhere
--with-gmp=/opt/gnu/gcc/gmp --enable-threads=posix --enable-debug=no
--disable-nls --disable-lto --without-cloog --without-ppl
--enable-checking=release
--enable-languages=c,c++,objc,fortran,java,ada,obj-c++
Thread model: posix
gcc version 4.6.2 20110810 (prerelease) [gcc-4_6-branch revision 177627] (GCC) 

Similar fail is:

Executing on host: /mnt/gnu/gcc/objdir-test/gcc/xgcc
-B/mnt/gnu/gcc/objdir-test/
gcc/ /mnt/gnu/gcc/gcc/gcc/testsuite/gcc.dg/ipa/ipa-sra-6.c   -O2 -fipa-sra
-fdum
p-tree-eipa_sra-slim -S  -o ipa-sra-6.s    (timeout = 300)
PASS: gcc.dg/ipa/ipa-sra-6.c (test for excess errors)
FAIL: gcc.dg/ipa/ipa-sra-6.c scan-tree-dump-times eipa_sra "foo " 1


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