This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PING: PATCH: PR middle-end/45234: [4.4/4.5/4.6 Regression] ICE in expand_call, at calls.c:2845 when passing aligned function argument from unaligned stack after alloca
- From: dominiq at lps dot ens dot fr (Dominique Dhumieres)
- To: gcc-patches at gcc dot gnu dot org
- Cc: hjl at tools dot gmail dot com
- Date: Thu, 26 Aug 2010 18:19:19 +0200
- Subject: Re: PING: PATCH: PR middle-end/45234: [4.4/4.5/4.6 Regression] ICE in expand_call, at calls.c:2845 when passing aligned function argument from unaligned stack after alloca
On x86_64-apple-darwin10.4.0 this patch caused the following failures:
FAIL: g++.dg/eh/async-unwind2.C execution test
FAIL: gcc.c-torture/execute/struct-ret-1.c execution, -Os
FAIL: libgomp.c++/collapse-2.C -O1 execution test
FAIL: libgomp.c++/for-1.C -O1 execution test
FAIL: libgomp.c++/for-8.C -O1 execution test
at r163063 and with -m32.
Dominique