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