[Bug middle-end/35964] ICE with -funroll-loops on arm/arm eabi

2009-03-30 Thread ramana at gcc dot gnu dot org
--- Comment #20 from ramana at gcc dot gnu dot org 2009-03-30 21:27 --- The commit http://gcc.gnu.org/viewcvs?view=rev&revision=143942 fixed this. -- ramana at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/35964] ICE with -funroll-loops on arm/arm eabi

2009-03-30 Thread ramana at gcc dot gnu dot org
--- Comment #19 from ramana at gcc dot gnu dot org 2009-03-30 21:25 --- *** Bug 36350 has been marked as a duplicate of this bug. *** -- ramana at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/35964] ICE with -funroll-loops on arm/arm eabi

2009-03-17 Thread ramana dot r at gmail dot com
--- Comment #18 from ramana dot r at gmail dot com 2009-03-17 14:27 --- This commit here http://gcc.gnu.org/viewcvs?view=rev&revision=143942 which is essentially a backport of the patch http://gcc.gnu.org/viewcvs?view=rev&revision=137235 . If this fixes the problem, then the bug can be

[Bug middle-end/35964] ICE with -funroll-loops on arm/arm eabi

2008-11-04 Thread jakub at gcc dot gnu dot org
--- Comment #17 from jakub at gcc dot gnu dot org 2008-11-04 12:06 --- And even fixed on the trunk: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137235 No idea why it hasn't been applied to 4.3 though. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35964

[Bug middle-end/35964] ICE with -funroll-loops on arm/arm eabi

2008-11-03 Thread jakub at gcc dot gnu dot org
--- Comment #16 from jakub at gcc dot gnu dot org 2008-11-03 17:06 --- It actually has been submitted: http://gcc.gnu.org/ml/gcc-patches/2008-05/msg01349.html but the regrename.c change has never been reviewed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35964

[Bug middle-end/35964] ICE with -funroll-loops on arm/arm eabi

2008-05-28 Thread rguenth at gcc dot gnu dot org
--- Comment #15 from rguenth at gcc dot gnu dot org 2008-05-28 22:16 --- Patches should be sumbitted to the gcc-patches mailinglist. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35964

[Bug middle-end/35964] ICE with -funroll-loops on arm/arm eabi

2008-05-13 Thread aurelien at aurel32 dot net
--- Comment #14 from aurelien at aurel32 dot net 2008-05-13 10:34 --- Created an attachment (id=15633) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15633&action=view) Patch to fix the problem This patch fixes the problem. It has been extracted from gfortran-armel-updates.dpatch.

[Bug middle-end/35964] ICE with -funroll-loops on arm/arm eabi

2008-05-13 Thread aurelien at aurel32 dot net
--- Comment #13 from aurelien at aurel32 dot net 2008-05-13 10:32 --- > (The "Unshare RTX earlier..." one). Andrew and I actually did this work (ObjC > Good catch, I confirm that this part of the patch fixes the problem. This is clearly a regression from gcc 4.2. -- http://gcc.gnu.

[Bug middle-end/35964] ICE with -funroll-loops on arm/arm eabi

2008-05-12 Thread jules at gcc dot gnu dot org
--- Comment #12 from jules at gcc dot gnu dot org 2008-05-12 15:27 --- I think this was probably fixed by one of Andrew Jenner's patches in gfortran-armel-updates: http://lists.debian.org/debian-gcc/2008/04/msg00351.html (The "Unshare RTX earlier..." one). Andrew and I actually did t

[Bug middle-end/35964] ICE with -funroll-loops on arm/arm eabi

2008-05-10 Thread aurelien at aurel32 dot net
--- Comment #11 from aurelien at aurel32 dot net 2008-05-10 09:09 --- About 20kB in total: -rw-r--r-- 1 aurel32 aurel32 3975 May 9 15:15 armel-hilo-union-class.dpatch -rw-r--r-- 1 aurel32 aurel32 15153 May 9 15:15 gfortran-armel-updates.dpatch -rw-r--r-- 1 aurel32 aurel32 11092 May 9

[Bug middle-end/35964] ICE with -funroll-loops on arm/arm eabi

2008-05-10 Thread tbm at gcc dot gnu dot org
--- Comment #10 from tbm at gcc dot gnu dot org 2008-05-10 08:35 --- Also confirm the bug. -- tbm at gcc dot gnu dot org changed: What|Removed |Added Status|U

[Bug middle-end/35964] ICE with -funroll-loops on arm/arm eabi

2008-05-10 Thread tbm at gcc dot gnu dot org
--- Comment #9 from tbm at gcc dot gnu dot org 2008-05-10 08:34 --- Seems like we should reopen this bug then. Aurelien, how big are those patches you're talking about? Are they aimed at 4.3 or only or 4.4? -- tbm at gcc dot gnu dot org changed: What|Removed

[Bug middle-end/35964] ICE with -funroll-loops on arm/arm eabi

2008-05-10 Thread aurelien at aurel32 dot net
--- Comment #8 from aurelien at aurel32 dot net 2008-05-10 08:28 --- I confirm that those patches actually fix the problem on ARM oldabi, so the problem is *not* fixed in the gcc 4.3 branch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35964

[Bug middle-end/35964] ICE with -funroll-loops on arm/arm eabi

2008-05-09 Thread aurelien at aurel32 dot net
--- Comment #7 from aurelien at aurel32 dot net 2008-05-09 20:19 --- This bug is actually only fixed on Debian arm EABI gcc 4.3. The problem is still present in oldABI. I guess that the problem is actually still present in upstream gcc, as Debian applies backports of libobjc and gfortra

[Bug middle-end/35964] ICE with -funroll-loops on arm/arm eabi

2008-05-09 Thread riku dot voipio at iki dot fi
--- Comment #6 from riku dot voipio at iki dot fi 2008-05-09 10:05 --- The attached testcases compile now fine with gcc 4.3 branch updated to 20080501 Using built-in specs. Target: arm-linux-gnueabi Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.0-4' --with-bugurl=fi

[Bug middle-end/35964] ICE with -funroll-loops on arm/arm eabi

2008-04-17 Thread riku dot voipio at iki dot fi
--- Comment #5 from riku dot voipio at iki dot fi 2008-04-17 11:32 --- Current debian/arm eabi gcc is built as: Package source: gcc-4.3 GCC version: 4.3.1 Base Debian version: 4.3 Configured with: -v --with-pkgversion='Debian 4.3.0-3' --with-bugurl='file:///usr/share/d

[Bug middle-end/35964] ICE with -funroll-loops on arm/arm eabi

2008-04-17 Thread riku dot voipio at iki dot fi
--- Comment #4 from riku dot voipio at iki dot fi 2008-04-17 11:24 --- Created an attachment (id=15488) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15488&action=view) test case from pymol $ gcc -g -O2 -fwrapv -funroll-loops -S Match.i layer0/Match.c: In function 'MatchAlign': la

[Bug middle-end/35964] ICE with -funroll-loops on arm/arm eabi

2008-04-17 Thread riku dot voipio at iki dot fi
--- Comment #3 from riku dot voipio at iki dot fi 2008-04-17 11:23 --- Created an attachment (id=15487) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15487&action=view) test case from openarena, a quake3 port gcc -S -O3 -ffast-math -funroll-loops files.i code/qcommon/files.c: In

[Bug middle-end/35964] ICE with -funroll-loops on arm/arm eabi

2008-04-17 Thread riku dot voipio at iki dot fi
--- Comment #2 from riku dot voipio at iki dot fi 2008-04-17 11:22 --- Created an attachment (id=15486) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15486&action=view) test case from john gcc -S -Wall -O2 -fomit-frame-pointer -funroll-loops DES_bs.i DES_bs.c: In function 'DES_bs_

[Bug middle-end/35964] ICE with -funroll-loops on arm/arm eabi

2008-04-17 Thread riku dot voipio at iki dot fi
--- Comment #1 from riku dot voipio at iki dot fi 2008-04-17 11:19 --- Created an attachment (id=15485) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15485&action=view) test case from libcoveb ICE when compiled as: gcc-4.3 -S -g -O2 -funroll-loops coveb-tree.i -- http://gcc.