[Bug target/21307] internal compiler error: in change_address_1, at emit-rtl.c:1768

2012-01-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21307 Richard Guenther changed: What|Removed |Added Target|vax--netbsdelf |vax-*-netbsdelf, x86_64-*-*

[Bug target/21307] internal compiler error: in change_address_1, at emit-rtl.c:1768

2008-12-13 Thread leonid at volnitsky dot com
--- Comment #7 from leonid at volnitsky dot com 2008-12-13 21:15 --- Found error cause. By changing line: const static unsigned long N = 10; to const static unsigned long N = 1; I was able to compile. I recall that I’ve seen this error in the past t

[Bug target/21307] internal compiler error: in change_address_1, at emit-rtl.c:1768

2008-12-13 Thread leonid at volnitsky dot com
--- Comment #6 from leonid at volnitsky dot com 2008-12-13 20:54 --- I see same error on Gentoo x86_64, with gcc-4.4 and 4.3.2 Project page: http://volnitsky/project/lvvlib Source: http://github.com/lvv/lvvlib b-array.ii.gz attached. ---

[Bug target/21307] internal compiler error: in change_address_1, at emit-rtl.c:1768

2008-12-13 Thread leonid at volnitsky dot com
--- Comment #5 from leonid at volnitsky dot com 2008-12-13 20:46 --- Created an attachment (id=16905) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16905&action=view) *.ii file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21307

[Bug target/21307] internal compiler error: in change_address_1, at emit-rtl.c:1768

2006-06-01 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2006-06-01 12:09 --- Similar(?) bug on ppc for trunk: +===GNAT BUG DETECTED==+ | 4.2.0 20060601 (experimental) (SUSE Linux) (powerpc64-suse-linux-gnu) GCC error:| | in change_address_1

[Bug target/21307] internal compiler error: in change_address_1, at emit-rtl.c:1768

2005-07-31 Thread thierry at FreeBSD dot org
--- Additional Comments From thierry at FreeBSD dot org 2005-07-31 09:52 --- Same bug on FreeBSD / sparc64: see Bug 23159. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21307

[Bug target/21307] internal compiler error: in change_address_1, at emit-rtl.c:1768

2005-04-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-30 23:20 --- This is more likely a target bug. -- What|Removed |Added Component|rtl-optimization