[Bug c/28233] internal compiler error: in make_decl_rtl, at varasm.c:752

2018-11-23 Thread jphartmann at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28233 --- Comment #11 from jphartmann at gmail dot com --- I certainly haven't been waiting for a fix these last ten years, so by all means close.

[Bug c/28233] internal compiler error: in make_decl_rtl, at varasm.c:752

2018-11-23 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28233 Arseny Solokha changed: What|Removed |Added CC||asolokha at gmx dot com --- Comment #10

[Bug c/28233] internal compiler error: in make_decl_rtl, at varasm.c:752

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28233 xiaoyuanbo changed: What|Removed |Added CC||xiaoyuanbo at yeah dot net --- Comment #9 fr

[Bug c/28233] internal compiler error: in make_decl_rtl, at varasm.c:752

2012-01-10 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28233 Richard Guenther changed: What|Removed |Added Status|WAITING |NEW --- Comment #8 from Richard Guenth

[Bug c/28233] internal compiler error: in make_decl_rtl, at varasm.c:752

2008-01-26 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2008-01-26 13:03 --- Created an attachment (id=15026) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15026&action=view) testcase scalable with cpp -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28233

[Bug c/28233] internal compiler error: in make_decl_rtl, at varasm.c:752

2006-07-04 Thread jphartmann at gmail dot com
--- Comment #6 from jphartmann at gmail dot com 2006-07-04 15:21 --- Subject: Re: internal compiler error: in make_decl_rtl, at varasm.c:752 Which compiler options are you using to trigger that message? Needless to say I don't see that message with gcc 4.1.1 and -Wall. How should one

[Bug c/28233] internal compiler error: in make_decl_rtl, at varasm.c:752

2006-07-04 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-07-04 14:52 --- I get an error on this code: tb.c:65558: error: declaration of 'navigate' with no linkage follows extern declaration tb.c:17: error: previous declaration of 'navigate' was here -- http://gcc.gnu.org/bugzilla/sho

[Bug c/28233] internal compiler error: in make_decl_rtl, at varasm.c:752

2006-07-04 Thread jphartmann at gmail dot com
--- Comment #4 from jphartmann at gmail dot com 2006-07-04 07:55 --- By "accident" I discovered that removing the goto at line 21 gets the compiler past the error message, but it then fails with "cc1: out of memory allocating 538476640 bytes". Doing the decode in a switch statement prod

[Bug c/28233] internal compiler error: in make_decl_rtl, at varasm.c:752

2006-07-04 Thread jphartmann at gmail dot com
--- Comment #3 from jphartmann at gmail dot com 2006-07-04 07:45 --- Created an attachment (id=11811) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11811&action=view) tar -z of the C source, tb.c. Has no preprocessor statements. Incidentally, if I remove the goto on line 21, the

[Bug c/28233] internal compiler error: in make_decl_rtl, at varasm.c:752

2006-07-03 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-07-03 15:02 --- Can you attach the preprocessed source? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -