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

2011-04-08 Thread jroelofs at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48525 Summary: -O0 produces incorrect results for inlined functions sharing the same name. Product: gcc Version: 4.2.1 Status: UNCONFIRMED Severity: normal Priority: P3

[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