[Bug lto/56088] [4.8 Regression] LTO error: error:=?UTF-8?Q?=20inlining=20failed=20in=20call=20to=20always=5Finline=20=E2=80=98vswprintf=E2=80=99?=: recursive inlining
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jan 28 14:31:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56088
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
Last reconfirmed|2013-01-23 00:00:00 |2013-01-28
Ever Confirmed|0 |1
--- Comment #7 from Richard Biener <rguenth at gcc dot gnu.org> 2013-01-28 14:30:43 UTC ---
What linker are you using? It seems to work for me with GNU ld 2.23.1.
Using
> ./xg++ -B. t2.ii -r -nostdlib -flto -std=c++11 -march=amdfam10 -mfxsr -fPIC -O3 -flto-partition=none -fuse-linker-plugin
and preprocessed source. Did you use the same flags compiling timehelper.o?
More information about the Gcc-bugs
mailing list