[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

examples/auto kills gcc-2.95.2



Compiling examples/auto with gcc-2.95.2 results in:

g++ -g -o auto -I../../include auto.cpp
auto.cpp: In method `void obj::composite<obj_output<v_format,no_refs> >(obj_output<v_format,no_refs> &)':
auto.cpp:18:   instantiated from here
auto.cpp:24: Internal compiler error.
auto.cpp:24: Please submit a full bug report.
auto.cpp:24: See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.

Note that this code DOES compile correctly with DEC cxx.

Angus