This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

internal compiler error



    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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]