[Bug c++/48525] -O0 produces incorrect results for inlined functions sharing the same name.

2011-04-09 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48525 Dmitry Gorbachev changed: What|Removed |Added CC||d.g.gorbachev at gmail dot

[Bug c++/48525] -O0 produces incorrect results for inlined functions sharing the same name.

2011-04-09 Thread jroelofs at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48525 --- Comment #3 from Jon Roelofs 2011-04-09 17:08:06 UTC --- (In reply to comment #2) > (In reply to comment #0) > > When compiling multiple files with inline functions which share the same > > signature and name -O0 produces results inconsistent

[Bug c++/48525] -O0 produces incorrect results for inlined functions sharing the same name.

2011-04-09 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48525 --- Comment #2 from Jonathan Wakely 2011-04-09 09:52:01 UTC --- (In reply to comment #0) > When compiling multiple files with inline functions which share the same > signature and name -O0 produces results inconsistent with -O1, -O2, and -O3 > (w

[Bug c++/48525] -O0 produces incorrect results for inlined functions sharing the same name.

2011-04-09 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48525 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|