This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12933] New: g++.dg/parse/crash10.C fails
- From: "daney at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Nov 2003 23:45:27 -0000
- Subject: [Bug c++/12933] New: g++.dg/parse/crash10.C fails
- 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=12933
Summary: g++.dg/parse/crash10.C fails
Product: gcc
Version: 3.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
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,nathan at codesourcery
dot com
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: mipsisa32el-linux
configure as:
../gcccvsw/gcc/configure --host=i686-pc-linux-gnu --target=mipsisa32el-linux
--enable-languages=c,c++,java
--with-headers=/home/mipsel-linux/mipsel-linux/include --prefix=/home/testcvs/
make check results in the followin in the g++.log:
Executing on host: /home/daney/mipsel-gcccvs/gcc/testsuite/../g++
-B/home/daney/mipsel-gcccvs/gcc/testsuite/../
/home/daney/gcccvsw/gcc/gcc/testsuite/g++.dg/parse/crash10.C -nostdinc++
-I/home/daney/mipsel-gcccvs/mipsisa32el-linux/libstdc++-v3/include/mipsisa32el-linux
-I/home/daney/mipsel-gcccvs/mipsisa32el-linux/libstdc++-v3/include
-I/home/daney/gcccvsw/gcc/libstdc++-v3/libsupc++
-I/home/daney/gcccvsw/gcc/libstdc++-v3/libsupc++
-I/home/daney/gcccvsw/gcc/libstdc++-v3/include/backward
-I/home/daney/gcccvsw/gcc/libstdc++-v3/testsuite -fmessage-length=0 -ansi
-pedantic-errors -Wno-long-long -S -o crash10.s (timeout = 300)
/home/daney/gcccvsw/gcc/gcc/testsuite/g++.dg/parse/crash10.C:12: error: using
`typename' outside of template
/home/daney/gcccvsw/gcc/gcc/testsuite/g++.dg/parse/crash10.C:12: error: using
`typename' outside of template
/home/daney/gcccvsw/gcc/gcc/testsuite/g++.dg/parse/crash10.C:13: error: expected
nested-name-specifier
/home/daney/gcccvsw/gcc/gcc/testsuite/g++.dg/parse/crash10.C:13: error: expected
unqualified-id
/home/daney/gcccvsw/gcc/gcc/testsuite/g++.dg/parse/crash10.C:13: error: expected `}'
/home/daney/gcccvsw/gcc/gcc/testsuite/g++.dg/parse/crash10.C:13: error: expected
unqualified-id
/home/daney/gcccvsw/gcc/gcc/testsuite/g++.dg/parse/crash10.C:13: error: expected
`,' or `;'
compiler exited with status 1
output is:
/home/daney/gcccvsw/gcc/gcc/testsuite/g++.dg/parse/crash10.C:12: error: using
`typename' outside of template
/home/daney/gcccvsw/gcc/gcc/testsuite/g++.dg/parse/crash10.C:12: error: using
`typename' outside of template
/home/daney/gcccvsw/gcc/gcc/testsuite/g++.dg/parse/crash10.C:13: error: expected
nested-name-specifier
/home/daney/gcccvsw/gcc/gcc/testsuite/g++.dg/parse/crash10.C:13: error: expected
unqualified-id
/home/daney/gcccvsw/gcc/gcc/testsuite/g++.dg/parse/crash10.C:13: error: expected `}'
/home/daney/gcccvsw/gcc/gcc/testsuite/g++.dg/parse/crash10.C:13: error: expected
unqualified-id
/home/daney/gcccvsw/gcc/gcc/testsuite/g++.dg/parse/crash10.C:13: error: expected
`,' or `;'
FAIL: g++.dg/parse/crash10.C (test for errors, line 14)
PASS: g++.dg/parse/crash10.C (test for errors, line 12)
PASS: g++.dg/parse/crash10.C (test for errors, line 13)
PASS: g++.dg/parse/crash10.C (test for excess errors)