Re: [inliner] g++ -O[123] generates undefined symbol

2010-06-14 Thread Дмитрий Дьяченко
Done. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44535 Thanks. Dmitry 2010/6/14 Ian Lance Taylor : > Дмитрий Дьяченко writes: > >> Trunk g++/x86/160655 with -O0 compile test w/o errors, but with >> -O[123] generates undefined symbol > >> Need i file a PR? > > It certainly looks like a bug.  Ple

Re: [inliner] g++ -O[123] generates undefined symbol

2010-06-13 Thread Ian Lance Taylor
Дмитрий Дьяченко writes: > Trunk g++/x86/160655 with -O0 compile test w/o errors, but with > -O[123] generates undefined symbol > Need i file a PR? It certainly looks like a bug. Please do open a bug report. Thanks. Ian