This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix PR64764 && Fix scan-tree-dump for scop-19.c
- From: Tom de Vries <Tom_deVries at mentor dot com>
- To: Dominique Dhumieres <dominiq at lps dot ens dot fr>
- Cc: <gcc-patches at gcc dot gnu dot org>, <burnus at net-b dot de>, <richard dot guenther at gmail dot com>
- Date: Mon, 9 Feb 2015 19:10:33 +0100
- Subject: Re: [PATCH] Fix PR64764 && Fix scan-tree-dump for scop-19.c
- Authentication-results: sourceware.org; auth=none
- References: <20150209172300 dot E2860105 at mailhost dot lps dot ens dot fr>
On 09-02-15 18:23, Dominique Dhumieres wrote:
Tom,
After these changes I have the following regressions on x86_64-apple-darwin1[04]*:
FAIL: gcc.dg/uninit-19.c (test for warnings, line 22)
FAIL: gcc.dg/uninit-19.c (test for excess errors)
FAIL: gcc.dg/graphite/scop-19.c scan-tree-dump-times graphite "number of SCoPs: 0" 1
I can prepare and test a fix for darwin unless you beat me!
Dominique,
thanks for finding this.
I don't understand why this breaks. Why is fpic supposed to be different for darwin?
Thanks,
- Tom