This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 2/5] Don't cause ICEs when auto profile file is not found with checking
- From: Bernhard Reutner-Fischer <rep dot dot dot nop at gmail dot com>
- To: Andi Kleen <andi at firstfloor dot org>,gcc-patches at gcc dot gnu dot org
- Cc: Andi Kleen <ak at linux dot intel dot com>
- Date: Sat, 21 May 2016 21:51:06 +0200
- Subject: Re: [PATCH 2/5] Don't cause ICEs when auto profile file is not found with checking
- Authentication-results: sourceware.org; auth=none
- References: <1463848586-19259-1-git-send-email-andi at firstfloor dot org> <1463848586-19259-2-git-send-email-andi at firstfloor dot org> <1463848586-19259-3-git-send-email-andi at firstfloor dot org>
On May 21, 2016 6:36:23 PM GMT+02:00, Andi Kleen <andi@firstfloor.org> wrote:
>From: Andi Kleen <ak@linux.intel.com>
>
>Currently, on a checking enabled compiler when -fauto-profile does
>not find the profile feedback file it errors out with assertation
>failures. Add proper errors for this case.
Please s/mathch/match/ while at it.
thanks,