[Bug target/37434] [4.4 Regression] ICE in extract_insn, at recog.c:2027

2008-09-10 Thread hjl at gcc dot gnu dot org
--- Comment #8 from hjl at gcc dot gnu dot org 2008-09-10 14:15 --- Subject: Bug 37434 Author: hjl Date: Wed Sep 10 14:14:28 2008 New Revision: 140231 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=140231 Log: gcc/ 2008-09-10 H.J. Lu [EMAIL PROTECTED] PR target/37434:

[Bug target/37434] [4.4 Regression] ICE in extract_insn, at recog.c:2027

2008-09-10 Thread hjl dot tools at gmail dot com
--- Comment #9 from hjl dot tools at gmail dot com 2008-09-10 14:18 --- Fixed. -- hjl dot tools at gmail dot com changed: What|Removed |Added Status|ASSIGNED

[Bug target/37434] [4.4 Regression] ICE in extract_insn, at recog.c:2027

2008-09-09 Thread hjl dot tools at gmail dot com
--- Comment #7 from hjl dot tools at gmail dot com 2008-09-09 17:23 --- A patch is posted at http://gcc.gnu.org/ml/gcc-patches/2008-09/msg00727.html -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug target/37434] [4.4 Regression] ICE in extract_insn, at recog.c:2027

2008-09-09 Thread jsm28 at gcc dot gnu dot org
-- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37434

[Bug target/37434] [4.4 Regression] ICE in extract_insn, at recog.c:2027

2008-09-08 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug target/37434] [4.4 Regression] ICE in extract_insn, at recog.c:2027

2008-09-08 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-09-08 20:31 --- Reducing ... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37434

[Bug target/37434] [4.4 Regression] ICE in extract_insn, at recog.c:2027

2008-09-08 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-09-08 21:35 --- Reduced testcase: typedef short __v8hi __attribute__ ((__vector_size__ (16))); typedef long long __m128i __attribute__ ((__vector_size__ (16))); __m128i Set_AC4R_SETUP_I( const short *val ) { short D2073 = *val;

[Bug target/37434] [4.4 Regression] ICE in extract_insn, at recog.c:2027

2008-09-08 Thread hjl dot tools at gmail dot com
--- Comment #4 from hjl dot tools at gmail dot com 2008-09-09 03:18 --- It is caused by my patch: http://gcc.gnu.org/ml/gcc-cvs/2008-05/msg00569.html -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug target/37434] [4.4 Regression] ICE in extract_insn, at recog.c:2027

2008-09-08 Thread hjl dot tools at gmail dot com
--- Comment #5 from hjl dot tools at gmail dot com 2008-09-09 04:23 --- This patch fixes the crash: --- i386.c.sse2 2008-09-08 21:17:15.0 -0700 +++ i386.c 2008-09-08 21:17:32.0 -0700 @@ -26886,7 +26886,7 @@ static void ix86_expand_vector_init_interleave (enum

[Bug target/37434] [4.4 Regression] ICE in extract_insn, at recog.c:2027

2008-09-08 Thread hjl dot tools at gmail dot com
--- Comment #6 from hjl dot tools at gmail dot com 2008-09-09 04:39 --- This patch will disable SSE4 and SSE2 optimization if inter-unit move is disabled or there are duplicates: --- i386.c.sse2 2008-09-08 21:17:15.0 -0700 +++ i386.c 2008-09-08 21:36:38.0 -0700 @@