Re: g++.dg/tree-ssa/inline-3.C

2011-02-09 Thread Richard Guenther
On Wed, Feb 9, 2011 at 11:39 PM, Jason Merrill wrote: > This testcase is ill-formed (and breaks in C++0x mode), because it declares > puts to have the wrong return type.  I note that changing it to have the > right return type causes it to no longer be inlined.  What do you suggest we > do about t

g++.dg/tree-ssa/inline-3.C

2011-02-09 Thread Jason Merrill
This testcase is ill-formed (and breaks in C++0x mode), because it declares puts to have the wrong return type. I note that changing it to have the right return type causes it to no longer be inlined. What do you suggest we do about this? Jason