public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/28233] internal compiler error: in make_decl_rtl, at varasm.c:752
       [not found] <bug-28233-4@http.gcc.gnu.org/bugzilla/>
@ 2012-01-10 16:02 ` rguenth at gcc dot gnu.org
  2012-02-22 13:33 ` xiaoyuanbo at yeah dot net
  1 sibling, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-01-10 16:02 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW

--- Comment #8 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-01-10 16:02:23 UTC ---
Confirmed.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c/28233] internal compiler error: in make_decl_rtl, at varasm.c:752
       [not found] <bug-28233-4@http.gcc.gnu.org/bugzilla/>
  2012-01-10 16:02 ` [Bug c/28233] internal compiler error: in make_decl_rtl, at varasm.c:752 rguenth at gcc dot gnu.org
@ 2012-02-22 13:33 ` xiaoyuanbo at yeah dot net
  1 sibling, 0 replies; 8+ messages in thread
From: xiaoyuanbo at yeah dot net @ 2012-02-22 13:33 UTC (permalink / raw)
  To: gcc-bugs

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

xiaoyuanbo <xiaoyuanbo at yeah dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xiaoyuanbo at yeah dot net

--- Comment #9 from xiaoyuanbo <xiaoyuanbo at yeah dot net> 2012-02-22 12:45:12 UTC ---
email service


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c/28233] internal compiler error: in make_decl_rtl, at varasm.c:752
  2006-07-03 12:05 [Bug c/28233] New: " gcc-bugzilla at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2006-07-04 15:21 ` jphartmann at gmail dot com
@ 2008-01-26 13:47 ` rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-01-26 13:47 UTC (permalink / raw)
  To: gcc-bugs



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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c/28233] internal compiler error: in make_decl_rtl, at varasm.c:752
  2006-07-03 12:05 [Bug c/28233] New: " gcc-bugzilla at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2006-07-04 14:52 ` pinskia at gcc dot gnu dot org
@ 2006-07-04 15:21 ` jphartmann at gmail dot com
  2008-01-26 13:47 ` rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 8+ messages in thread
From: jphartmann at gmail dot com @ 2006-07-04 15:21 UTC (permalink / raw)
  To: gcc-bugs



------- 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 -0000, pinskia at gcc dot gnu dot org
<gcc-bugzilla@gcc.gnu.org> 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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c/28233] internal compiler error: in make_decl_rtl, at varasm.c:752
  2006-07-03 12:05 [Bug c/28233] New: " gcc-bugzilla at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-07-04  7:55 ` jphartmann at gmail dot com
@ 2006-07-04 14:52 ` pinskia at gcc dot gnu dot org
  2006-07-04 15:21 ` jphartmann at gmail dot com
  2008-01-26 13:47 ` rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-07-04 14:52 UTC (permalink / raw)
  To: gcc-bugs



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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c/28233] internal compiler error: in make_decl_rtl, at varasm.c:752
  2006-07-03 12:05 [Bug c/28233] New: " gcc-bugzilla at gcc dot gnu dot org
  2006-07-03 15:02 ` [Bug c/28233] " pinskia at gcc dot gnu dot org
  2006-07-04  7:45 ` jphartmann at gmail dot com
@ 2006-07-04  7:55 ` jphartmann at gmail dot com
  2006-07-04 14:52 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: jphartmann at gmail dot com @ 2006-07-04  7:55 UTC (permalink / raw)
  To: gcc-bugs



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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c/28233] internal compiler error: in make_decl_rtl, at varasm.c:752
  2006-07-03 12:05 [Bug c/28233] New: " gcc-bugzilla at gcc dot gnu dot org
  2006-07-03 15:02 ` [Bug c/28233] " pinskia at gcc dot gnu dot org
@ 2006-07-04  7:45 ` jphartmann at gmail dot com
  2006-07-04  7:55 ` jphartmann at gmail dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: jphartmann at gmail dot com @ 2006-07-04  7:45 UTC (permalink / raw)
  To: gcc-bugs



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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c/28233] internal compiler error: in make_decl_rtl, at varasm.c:752
  2006-07-03 12:05 [Bug c/28233] New: " gcc-bugzilla at gcc dot gnu dot org
@ 2006-07-03 15:02 ` pinskia at gcc dot gnu dot org
  2006-07-04  7:45 ` jphartmann at gmail dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-07-03 15:02 UTC (permalink / raw)
  To: gcc-bugs



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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-02-22 13:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-28233-4@http.gcc.gnu.org/bugzilla/>
2012-01-10 16:02 ` [Bug c/28233] internal compiler error: in make_decl_rtl, at varasm.c:752 rguenth at gcc dot gnu.org
2012-02-22 13:33 ` xiaoyuanbo at yeah dot net
2006-07-03 12:05 [Bug c/28233] New: " gcc-bugzilla at gcc dot gnu dot org
2006-07-03 15:02 ` [Bug c/28233] " pinskia at gcc dot gnu dot org
2006-07-04  7:45 ` jphartmann at gmail dot com
2006-07-04  7:55 ` jphartmann at gmail dot com
2006-07-04 14:52 ` pinskia at gcc dot gnu dot org
2006-07-04 15:21 ` jphartmann at gmail dot com
2008-01-26 13:47 ` rguenth at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).