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 980711


EGCS VERSION
------------

g++ -v output:

Reading specs from
/usr/local/lib/gcc-lib/alpha-dec-osf3.2/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)

INPUT FILE
----------

// bug.cc

namespace NameA {
    class A {
    };
}

namespace NameB {
    class B;
}

typedef NameA::A NameB::B;

int main() {
    NameB::B b;
    return 0;
}

COMMAND ARGUMENTS
-----------------

g++ bug.cc

MACHINE
-------

ALPHAstation 255 300MHz
OSF 3.2g

CONFIGURE OPERANDS
------------------

--languages=c++

(libstdc++ compiled with -fsquangle).

MODIFICATIONS TO COMPILER SOURCE
-------------------------------

None

DESCRIPTION OF BUG
------------------

g++ bug.cc
bug.cc:10: Internal compiler error 980711.
bug.cc:10: Please submit a full bug report to
`egcs-bugs@egcs.cygnus.com'.
bug.cc:10: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for
details.


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