This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix PR middle-end/18820


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]