This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
gcc 2.95.2 bug reports
- To: gcc-bugs at gcc dot gnu dot org
- Subject: gcc 2.95.2 bug reports
- From: Bart Van Assche <Bart dot VanAssche at yucom dot be>
- Date: Wed, 09 Aug 2000 09:00:18 +0200
Hello,
I attached some gcc-input files for the internal compiler errors that
I got the last days. The details are as follows:
gcc version and system type:
$gcc -v
Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/specs
gcc version 2.95.2 19991024 (release)
$uname -a
Linux lnx-devel 2.2.10 #1 Tue Jul 20 16:32:24 MEST 1999 i686 unknown
Options passed to the compiler: -c
Compiler output:
$for f in *; do echo $f; gcc -c $f;
done
gcc-2.95.2-bug-3.cpp
SNMP/SNMP_Table-tpl.h: In method `void
CSNMP_TableLayout::RegisterIndexColumn<int>(int, const COID &, int, bool
= false)':
SNMP/SNMP_Table.cpp:78: instantiated from here
SNMP/SNMP_Table-tpl.h:23: Internal compiler error.
SNMP/SNMP_Table-tpl.h:23: Please submit a full bug report.
SNMP/SNMP_Table-tpl.h:23: See
<URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for
instructions.
gcc-2.95.2-bug-4.cpp
SNMP/SNMP_Table.h: In instantiation of
`CSNMP_TableWithRS<int,CTestRow>':
Test/TestRow.cpp:92: instantiated from here
SNMP/SNMP_Table.h:107: Internal compiler error.
SNMP/SNMP_Table.h:107: Please submit a full bug report.
SNMP/SNMP_Table.h:107: See
<URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for
instructions.
gcc-2.95.2-bug-5.cpp
In file included from SNMP/SNMP_TableWithRS-tpl.h:13,
from Test/TestRow.cpp:88:
SNMP/SNMP_TableWithRS.h:82: Internal compiler error.
SNMP/SNMP_TableWithRS.h:82: Please submit a full bug report.
SNMP/SNMP_TableWithRS.h:82: See
<URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for
instructions.
gcc-2.95.2-bug-6.cpp
SNMP/SNMP_TableWithRS-tpl.h: In method `void
CWithRS<CTestRow>::RegisterData(CTableLayout *, int, int, const Oid *,
const bool *)':
SNMP/SNMP_Table-tpl.h:204: instantiated from here
SNMP/SNMP_TableWithRS-tpl.h:37: Internal compiler error 191.
SNMP/SNMP_TableWithRS-tpl.h:37: Please submit a full bug report.
SNMP/SNMP_TableWithRS-tpl.h:37: See
<URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for
instructions.
Compiler inputs:
http://www.elis.rug.ac.be/~bvassche/gcc-bugs/gcc-2.95.2-bug-3.cpp.bz2
http://www.elis.rug.ac.be/~bvassche/gcc-bugs/gcc-2.95.2-bug-4.cpp.bz2
http://www.elis.rug.ac.be/~bvassche/gcc-bugs/gcc-2.95.2-bug-5.cpp.bz2
http://www.elis.rug.ac.be/~bvassche/gcc-bugs/gcc-2.95.2-bug-6.cpp.bz2