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]

Link error and -fsquangle


When compiling a 'hello world' program with -fsquangle I get:

/usr/bin/ld:
Unresolved:
ostream::operator<<(ostream &(*)(ostream &))

That's with 1.1b on a DU 4 alpha. Or:

ld32: ERROR 33: Unresolved text symbol "ostream::operator<<(ostream
&(*)(ostream &))" -- 1st referenced by /var/tmp/ccbH8Z2O.o.

on 1.1 prerelease on an IRIX 6.4 machine.

When not using -fsquangle on code with expression templates, 'as' gives up
because of resulting huge tokens with very little effort.

Paris



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