This is the mail archive of the gcc-patches@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]

g++.old-deja/g++.other/inline8.C regressed from r124508 to r124520


Dunno which of the changes you gentlemen committed to libstdc++
in that range that caused it, but the test
g++.old-deja/g++.other/inline8.C regressed for me from
r124508:124520 on cris-elf, but I guess the result is universal.
I see in g++.log:

Executing on host: /tmp/hpautotest-gcc1/cris-elf/gccobj/gcc/testsuite/g++/../../g++ -B/tmp/hpautotest-gcc1/cris-elf/gccobj/gcc/testsuite/g++/../../ /tmp/hpautotest-gcc1/gcc/gcc/testsuite/g++.old-deja/g++.other/inline8.C  -nostdinc++ -I/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/libstdc++-v3/include/cris-elf -I/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/libstdc++-v3/include -I/tmp/hpautotest-gcc1/gcc/libstdc++-v3/libsupc++ -I/tmp/hpautotest-gcc1/gcc/libstdc++-v3/include/backward -I/tmp/hpautotest-gcc1/gcc/libstdc++-v3/testsuite/util -fmessage-length=0  -O1    -isystem /tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/./newlib/targ-include -isystem /tmp/hpautotest-gcc1/gcc/newlib/libc/include -B/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/./libgloss/cris/ -L/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/./libgloss/cris -L/tmp/hpautotest-gcc1/gcc/libgloss/cris  -B/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/./newlib/ -L/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/./newlib -si!
 m3   -L/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/./libstdc++-v3/src/.libs -L/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/./libiberty  -lm   -o ./inline8.exe    (timeout = 300)
/tmp/hpautotest-gcc1/gcc/gcc/testsuite/g++.old-deja/g++.other/inline8.C: In copy constructor 'NAMES_ITEM::NAMES_ITEM(const NAMES_ITEM&)':
/tmp/hpautotest-gcc1/gcc/gcc/testsuite/g++.old-deja/g++.other/inline8.C:27: error: 'strlen' is not a member of 'std'
/tmp/hpautotest-gcc1/gcc/gcc/testsuite/g++.old-deja/g++.other/inline8.C:30: error: 'memcpy' is not a member of 'std'
/tmp/hpautotest-gcc1/gcc/gcc/testsuite/g++.old-deja/g++.other/inline8.C: In constructor 'NAMES_ITEM::NAMES_ITEM(const char*)':
/tmp/hpautotest-gcc1/gcc/gcc/testsuite/g++.old-deja/g++.other/inline8.C:35: error: 'strlen' is not a member of 'std'
/tmp/hpautotest-gcc1/gcc/gcc/testsuite/g++.old-deja/g++.other/inline8.C:38: error: 'memcpy' is not a member of 'std'
/tmp/hpautotest-gcc1/gcc/gcc/testsuite/g++.old-deja/g++.other/inline8.C: In destructor 'NAMES_ITEM::~NAMES_ITEM()':
/tmp/hpautotest-gcc1/gcc/gcc/testsuite/g++.old-deja/g++.other/inline8.C:43: error: 'strcmp' is not a member of 'std'
/tmp/hpautotest-gcc1/gcc/gcc/testsuite/g++.old-deja/g++.other/inline8.C: In member function 'bool NAMES_ITEM::operator==(const NAMES_ITEM&) const':
/tmp/hpautotest-gcc1/gcc/gcc/testsuite/g++.old-deja/g++.other/inline8.C:51: error: 'strcmp' is not a member of 'std'
/tmp/hpautotest-gcc1/gcc/gcc/testsuite/g++.old-deja/g++.other/inline8.C: In function 'bool operator<(const NAMES_ITEM&, const NAMES_ITEM&)':
/tmp/hpautotest-gcc1/gcc/gcc/testsuite/g++.old-deja/g++.other/inline8.C:56: error: 'strcmp' is not a member of 'std'
compiler exited with status 1
...

UNRESOLVED: g++.old-deja/g++.other/inline8.C compilation failed to produce executable

brgds, H-P


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