http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21307
Richard Guenther changed:
What|Removed |Added
Target|vax--netbsdelf |vax-*-netbsdelf, x86_64-*-*
--- 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
--- 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.
---
--- 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
--- 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
--- 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
--- 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