[PATCH] Fix PR middle-end/18820

Richard Henderson rth@redhat.com
Fri Jan 14 02:09:00 GMT 2005


On Mon, Jan 10, 2005 at 10:27:04AM -0500, Andrew Pinski wrote:
> int f (int i)
> {
>   auto inline __attribute__ ((always_inline)) int h (int i) { return i; 
> }
>   auto inline __attribute__ ((always_inline)) int g (void) { return h 
> (i); }
>   return g ();
> }

Please work this into a proper test case.  I expect that you could
rename "h" and "g" to "xyzzy1" and "xyzzy2" and use scan-assembler-not
for "xyzzy".


r~



More information about the Gcc-patches mailing list