This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Fix PR ipa/60315 (inliner explosion)
- From: Jan Hubicka <hubicka at ucw dot cz>
- To: Eric Botcazou <ebotcazou at adacore dot com>
- Cc: Jan Hubicka <hubicka at ucw dot cz>, gcc-patches at gcc dot gnu dot org
- Date: Wed, 26 Mar 2014 23:25:28 +0100
- Subject: Re: Fix PR ipa/60315 (inliner explosion)
- Authentication-results: sourceware.org; auth=none
- References: <20140326021653 dot GA14614 at kam dot mff dot cuni dot cz> <8783675 dot p15DC4IWmd at polaris>
> > Bootstrapped/regtested x86_64-linux, comitted.
>
> Not with Ada apparently, resulting in
>
> === acats tests ===
> FAIL: c34007d
> FAIL: c34007g
> FAIL: c34007s
> FAIL: c37213j
> FAIL: c37213k
> FAIL: c37213l
> FAIL: ce2201g
> FAIL: cxa5a03
> FAIL: cxa5a04
> FAIL: cxa5a06
> FAIL: cxg2013
> FAIL: cxg2015
>
> === acats Summary ===
> # of expected passes 2308
> # of unexpected failures 12
>
> Reduced testcase attached, compile p.adb at -O2.
I will check, thanks for the reduced testcase. It seems like another case where
we get predicate wrong that ought to be fixed, of course.
Honza