I believe this is bug in g++ optimizasion, at least 2.95.3 prerelease.
Using -O2 or higher (which impiles -frerun-cse-after-loop) works. Many
ports using g++ are hit by this...

-- 
FUJISHIMA Satsuki

At Thu, 15 Feb 2001 18:28:10 +0900,
Akinori MUSHA wrote:
> c++ -I./include -I./include -O -march=pentiumpro -pipe -DREADLINE_2_1 
>-DLIBDIR=\"/usr/local/pilot/lib\" -DTCL -DTK -I/usr/local/include/tcl8.2 
>-I/usr/local/include/tk8.2 -I/usr/X11R6/include iambicexample.o 
>libsock/.libs/libpisock.so getopt.o getopt1.o libcc/libpicc.a -o .libs/iambicexample 
>-lm  -Wl,--rpath -Wl,/usr/local/pilot/lib
> iambicexample.o: In function `main':
> iambicexample.o(.text+0x11b9): undefined reference to `L765'
> *** Error code 1


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to