Re: IA64 HP-UX bug with C++ inline change (r138150)

2008-10-03 Thread Steve Ellcey
I noticed that in start_cleanup_fn the statements: DECL_INLINE (fndecl) = 1; DECL_DECLARED_INLINE_P (fndecl) = 1; were removed. DECL_INLINE no longer exists but DECL_DECLARED_INLINE_P still exists and if I put that one back into start_cleanup_fn (in cp/decl.c) my small test case stops outputi

Re: IA64 HP-UX bug with C++ inline change (r138150)

2008-10-02 Thread Eric Botcazou
> Thanks for tracking this down, Steve. Interesting enough, I am seeing > exactly the same on i386-unknown-freebsd6.3, cf. > > http://gcc.gnu.org/ml/gcc-testresults/2008-09/msg02509.html Likewise on Solaris. -- Eric Botcazou

Re: IA64 HP-UX bug with C++ inline change (r138150)

2008-10-02 Thread Gerald Pfeifer
On Thu, 2 Oct 2008, [EMAIL PROTECTED] wrote: > I was wondering if you could help me figure out how to fix the tests > g++.old-deja/g++.other/static14.C and g++.old-deja/g++.other/static20.C > which started failing on IA64 HP-UX at version 138150 when you checked > in the C++ inlining change. Here

IA64 HP-UX bug with C++ inline change (r138150)

2008-10-02 Thread sje
Jan, I was wondering if you could help me figure out how to fix the tests g++.old-deja/g++.other/static14.C and g++.old-deja/g++.other/static20.C which started failing on IA64 HP-UX at version 138150 when you checked in the C++ inlining change. Here is a minimal test: struct basic_string { ~b