This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



------- Comment #7 from leonid at volnitsky dot com  2008-12-13 21:15 -------
Found error cause.

By changing line:
const static unsigned long      N =     1000000000;
to 
const static unsigned long      N =     100000000; 

I was able to compile.  I recall that I’ve seen this error in the past
too when I had similar const signed variable with negative value when it was
used as array declaration for dimension size.  


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21307


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]