This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
internal compiler error
- To: gcc-bugs at gcc dot gnu dot org
- Subject: internal compiler error
- From: "Daniel R. Grayson" <dan at math dot uiuc dot edu>
- Date: Fri, 27 Jul 2001 09:08:12 -0500 (CDT)
- CC: dan at math dot uiuc dot edu
rhenium# cat foo.cc
struct w {
operator int ();
} & f();
void c(int b) {
b ? f() : w();
}
rhenium# g++ -c foo.cc
foo.cc: In function `void c(int)':
foo.cc:6: Internal compiler error in `instantiate_virtual_regs_1', at function.c:3881
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
rhenium# g++ -v
Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/specs
gcc version 2.95.3 20010315 (release)
rhenium# uname -a
Linux rhenium 2.4.6 #61 Fri Jul 13 09:17:38 CDT 2001 i686 unknown