This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11345] New: C++ regression from 3.3.0
- From: "ebotcazou at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jun 2003 09:16:26 -0000
- Subject: [Bug c++/11345] New: C++ regression from 3.3.0
- 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=11345
Summary: C++ regression from 3.3.0
Product: gcc
Version: 3.3.1
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ebotcazou at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: sparc*-sun-solaris2.*
GCC host triplet: sparc*-sun-solaris2.*
GCC target triplet: sparc*-sun-solaris2.*
A new C++ regression has appeared between 06/14 and 06/26 on the 3.3 branch:
FAIL: g++.jason/access8.C caused compiler crash
Here's the the log file:
output is:
/opt/build/eric/gcc-3_3-branch/src/gcc/testsuite/g++.old-deja/g++.jason/access8\
.C: In member function `void top_t::myf(int)':^M
/opt/build/eric/gcc-3_3-branch/src/gcc/testsuite/g++.old-deja/g++.jason/access8\
.C:23: error: `void inh::myf(int)' is protected^M
/opt/build/eric/gcc-3_3-branch/src/gcc/testsuite/g++.old-deja/g++.jason/access8\
.C:28: error: within this context^M
/opt/build/eric/gcc-3_3-branch/src/gcc/testsuite/g++.old-deja/g++.jason/access8\
.C:28: internal compiler error: in build_base_path, at cp/class.c:282^M
Please submit a full bug report,^M
with preprocessed source if appropriate.^M
See <URL:http://gcc.gnu.org/bugs.html> for instructions.^M
It only shows up when checking (misc,tree) is enabled.