[Bug rtl-optimization/24160] [4.1 Regression] ICE with -O1 -ftree-vectorize -msse

2005-11-16 Thread rth at gcc dot gnu dot org
--- Comment #14 from rth at gcc dot gnu dot org 2005-11-16 17:23 --- Subject: Bug 24160 Author: rth Date: Wed Nov 16 17:23:23 2005 New Revision: 107093 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107093 Log: PR rtl-opt/24160 PR target/24621 * reload1.c

[Bug rtl-optimization/24160] [4.1 Regression] ICE with -O1 -ftree-vectorize -msse

2005-11-16 Thread rth at gcc dot gnu dot org
--- Comment #15 from rth at gcc dot gnu dot org 2005-11-16 17:27 --- Fixed. -- rth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug rtl-optimization/24160] [4.1 Regression] ICE with -O1 -ftree-vectorize -msse

2005-10-03 Thread janis187 at us dot ibm dot com
--- Comment #5 from janis187 at us dot ibm dot com 2005-10-03 22:26 --- A regression hunt using an i686-linux cross compiler with the testcase from comment #3 identifies this patch from [EMAIL PROTECTED]: http://gcc.gnu.org/ml/gcc-cvs/2005-03/msg00534.html That doesn't fit with the s

[Bug rtl-optimization/24160] [4.1 Regression] ICE with -O1 -ftree-vectorize -msse

2005-10-04 Thread drab at kepler dot fjfi dot cvut dot cz
--- Comment #6 from drab at kepler dot fjfi dot cvut dot cz 2005-10-04 09:06 --- (In reply to comment #5) OK, then there are two questions: 1) Is the testcase from Comment #3 really hitting the same bug? since when I compile my original test case with -O1 -ftree-vectorize -msse it wor

[Bug rtl-optimization/24160] [4.1 Regression] ICE with -O1 -ftree-vectorize -msse

2005-10-04 Thread uros at kss-loka dot si
--- Comment #7 from uros at kss-loka dot si 2005-10-04 11:38 --- (In reply to comment #6) > > 1) Is the testcase from Comment #3 really hitting the same bug? since when I > compile my original test case with -O1 -ftree-vectorize -msse it works, but > then again the reduction might caus

[Bug rtl-optimization/24160] [4.1 Regression] ICE with -O1 -ftree-vectorize -msse

2005-10-04 Thread uros at kss-loka dot si
--- Comment #8 from uros at kss-loka dot si 2005-10-04 11:44 --- (In reply to comment #5) > A regression hunt using an i686-linux cross compiler with the testcase from > comment #3 identifies this patch from [EMAIL PROTECTED]: > > http://gcc.gnu.org/ml/gcc-cvs/2005-03/msg00534.html N

[Bug rtl-optimization/24160] [4.1 Regression] ICE with -O1 -ftree-vectorize -msse

2005-10-04 Thread uros at kss-loka dot si
--- Comment #9 from uros at kss-loka dot si 2005-10-04 12:45 --- The problem here is that we are out of GENERAL_REGS at the point of. This can be seen in code, produced with -fomit-frame-pointer: ... .L4: movl1052(%esp), %edx movl%ebp, (%edx,%ecx,4) <

[Bug rtl-optimization/24160] [4.1 Regression] ICE with -O1 -ftree-vectorize -msse

2005-10-04 Thread uros at kss-loka dot si
--- Comment #10 from uros at kss-loka dot si 2005-10-04 12:57 --- (In reply to comment #9) Sorry for typing too fast... Of course, load of %ebp is here: foo: pushl %ebp pushl %edi pushl %esi pushl %ebx subl$1032, %esp leal

[Bug rtl-optimization/24160] [4.1 Regression] ICE with -O1 -ftree-vectorize -msse

2005-10-04 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2005-10-04 13:10 --- > BTW: Peerhaps a tree expert could look into an optimized tree dump, maybe > something can be done there. I doubt it. Unless you find that: q.0 = (int) &q; r = &q + (char *) (((long unsigned int) q.0 + 3) /

[Bug rtl-optimization/24160] [4.1 Regression] ICE with -O1 -ftree-vectorize -msse

2005-10-04 Thread drab at kepler dot fjfi dot cvut dot cz
--- Comment #12 from drab at kepler dot fjfi dot cvut dot cz 2005-10-04 14:38 --- (In reply to comment #7) > As further evidence, using -fomit-frame-pointer, I was not able to produce an > ICE for any testcase in this bugreport. I was under the impression that -fomit-frame-pointer is e

[Bug rtl-optimization/24160] [4.1 Regression] ICE with -O1 -ftree-vectorize -msse

2005-10-30 Thread mmitchel at gcc dot gnu dot org
--- Comment #13 from mmitchel at gcc dot gnu dot org 2005-10-31 06:00 --- This is a showstopper. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/24160] [4.1 Regression] ICE with -O1 -ftree-vectorize -msse

2005-11-01 Thread rth at gcc dot gnu dot org
-- rth at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |rth at gcc dot gnu dot org |dot org