This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12675] New: [3.4 regression] FAIL: g++.old-deja/g++.pt/vaarg3.C (test for excess errors)
- From: "danglin at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Oct 2003 20:43:34 -0000
- Subject: [Bug c++/12675] New: [3.4 regression] FAIL: g++.old-deja/g++.pt/vaarg3.C (test for excess errors)
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12675
Summary: [3.4 regression] FAIL: g++.old-deja/g++.pt/vaarg3.C
(test for excess errors)
Product: gcc
Version: 3.4
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: danglin at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: hppa-unknown-linux-gnu
GCC host triplet: hppa-unknown-linux-gnu
GCC target triplet: hppa-unknown-linux-gnu
Executing on host: /home/dave/gnu/gcc-3.4/objdir/gcc/testsuite/../g++ -B/home/da
ve/gnu/gcc-3.4/objdir/gcc/testsuite/../ -nostdinc++ -I/home/dave/gnu/gcc-3.4/ob
jdir/hppa-linux/libstdc++-v3/include/hppa-linux -I/home/dave/gnu/gcc-3.4/objdir/
hppa-linux/libstdc++-v3/include -I/home/dave/gnu/gcc-3.4/gcc/libstdc++-v3/libsup
c++ -I/home/dave/gnu/gcc-3.4/gcc/libstdc++-v3/libsupc++ -I/home/dave/gnu/gcc-3.4
/gcc/libstdc++-v3/include/backward -I/home/dave/gnu/gcc-3.4/gcc/libstdc++-v3/tes
tsuite -fmessage-length=0 -ansi -pedantic-errors -Wno-long-long -c -o vaarg3
.o /home/dave/gnu/gcc-3.4/gcc/gcc/testsuite/g++.old-deja/g++.pt/vaarg3.C (tim
eout = 300)
/home/dave/gnu/gcc-3.4/gcc/gcc/testsuite/g++.old-deja/g++.pt/vaarg3.C: In functi
on `int main()':
/home/dave/gnu/gcc-3.4/gcc/gcc/testsuite/g++.old-deja/g++.pt/vaarg3.C:24: warnin
g: cannot pass objects of non-POD type `struct A' through `...'; call will abort
at runtime
/home/dave/gnu/gcc-3.4/gcc/gcc/testsuite/g++.old-deja/g++.pt/vaarg3.C: In functi
on `void PrintArgs(Type, ...) [with Type = A]':
/home/dave/gnu/gcc-3.4/gcc/gcc/testsuite/g++.old-deja/g++.pt/vaarg3.C:24: inst
antiated from here
/home/dave/gnu/gcc-3.4/gcc/gcc/testsuite/g++.old-deja/g++.pt/vaarg3.C:15: warnin
g: cannot pass objects of non-POD type `struct A' through `...'; call will abort
at runtime
/home/dave/gnu/gcc-3.4/gcc/gcc/testsuite/g++.old-deja/g++.pt/vaarg3.C:17: warnin
g: cannot receive objects of non-POD type `struct A' through `...'
g++: Internal error: Segmentation fault (program cc1plus)
The regression was introduced a few days ago. This test allows fails on other
hppa ports.