[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 from Arseny Solokha  ---
Is it still an issue?

[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 from xiaoyuanbo  2012-02-22 12:45:12 
UTC ---
email service


[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 Guenther  2012-01-10 
16:02:23 UTC ---
Confirmed.


[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 define the forward reference to the array?  I know of
no way to generate the array in front of the label defnitions.  And I
know of no way to declare a static array and later provide a
definition (the initialiser).  Maybe I missed something?

On 4 Jul 2006 14:52:42 -, pinskia at gcc dot gnu dot org
<[EMAIL PROTECTED]> wrote:
>
>
> --- 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/show_bug.cgi?id=28233
>
> --- You are receiving this mail because: ---
> You are on the CC list for the bug, or are watching someone who is.
> You reported the bug, or are watching the reporter.
>


-- 


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 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/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 #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 produces a similar
error message.  Both in a switch with 64K cases and in 256 nested switch
statments.  The number of bytes is slightly different in the three cases.  I'm
using a 32-bit system.


-- 

jphartmann at gmail dot com changed:

   What|Removed |Added

 CC||jphartmann at gmail dot com


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 #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 compiler runs out of storage
like it does when I try to do the decode with a switch statement or nested
switch statements.  Maybe the program is too big for the compiler.

cc1: out of memory allocating 538476640 bytes

PS:  Uncompressed file is over 2M; could not post it directly.  I know I've
broken one of the rules.  Sorry.


-- 


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-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

 Status|UNCONFIRMED |WAITING


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