This is the mail archive of the gcc@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]

C++ export keyword


I can't find any information about gcc and the use of C++ export
keyword for exporting templates.

Then I tried -frepo, but collect2 dumped core (egcs-1.1a, SPARC, SunOS
5.6).

 g++ -fno-exceptions -O2 -frepo -Wall  -c main.ii
 g++ -fno-exceptions -O2 -frepo -Wall  -c unix.ii
 g++   main.o unix.o   -o main
 g++: Internal compiler error: program collect2 got fatal signal 11

/Patrik Hägglund


test.tar.gz


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