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
> 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
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
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