internal compiler error

Daniel R. Grayson dan@math.uiuc.edu
Fri Jul 27 07:09:00 GMT 2001


    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



More information about the Gcc-bugs mailing list