[Bug middle-end/37713] [4.4 Regression] ice for legal code with -O3 on 20080926

2008-10-07 Thread irar at il dot ibm dot com
--- Comment #7 from irar at il dot ibm dot com 2008-10-07 11:25 --- This seems to be similar to the failure in PR 37385 (in set_mem_alias_set, at emit-rtl.c:1789). There the ICE was because the lhs and the element type of rhs did not alias. -- irar at il dot ibm dot com changed:

[Bug middle-end/37713] [4.4 Regression] ice for legal code with -O3 on 20080926

2008-10-02 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-10-02 11:19 --- Confirmed. Mine. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/37713] [4.4 Regression] ice for legal code with -O3 on 20080926

2008-10-02 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-10-02 13:11 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug middle-end/37713] [4.4 Regression] ice for legal code with -O3 on 20080926

2008-10-02 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-10-02 13:12 --- Subject: Bug 37713 Author: rguenth Date: Thu Oct 2 13:11:12 2008 New Revision: 140832 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=140832 Log: 2008-10-02 Richard Guenther [EMAIL PROTECTED] PR

[Bug middle-end/37713] [4.4 Regression] ice for legal code with -O3 on 20080926

2008-10-02 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2008-10-02 20:49 --- This testcase fails on the trunk for x86-darwin with an ICE: /Users/apinski/src/local/gcc/gcc/testsuite/gcc.c-torture/compile/pr37713.c:8: internal compiler error: in set_mem_alias_set, at emit-rtl.c:1784^M Please

[Bug middle-end/37713] [4.4 Regression] ice for legal code with -O3 on 20080926

2008-10-02 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2008-10-02 21:32 --- Looks like expansion creates some weirdo MEM_ALIAS_SET for the target. Some RTL problem, not mine to investigate right now. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37713