public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* sparc-sun-solaris2.9 bootstrap broken due to final.c change
@ 2004-01-18 18:06 Gerald Pfeifer
  2004-01-18 18:10 ` Andreas Tobler
  0 siblings, 1 reply; 4+ messages in thread
From: Gerald Pfeifer @ 2004-01-18 18:06 UTC (permalink / raw)
  To: Daniel Jacobowitz; +Cc: gcc

I'm afraid this change

2004-01-17  Daniel Jacobowitz  <drow@mvista.com>

        * final.c (SEEN_BB, SEEN_NOTE, SEEN_EMITTED): Define.
        (final_scan_insn): Update to take an additional SEEN argument.  Emit
        a line note after the prologue.  Make static.
        (line_note_exists): Remove.
        (final): Don't initialize line_note_exists.  Update call to
        final_scan_insn.
        * output.h (final_scan_insn): Remove prologue.
        * function.c (set_insn_locators): Update comment.
        (thread_prologue_and_epilogue_insns): Add a comment.

is causing bootstrap to fail on sparc-sun-solaris2.9:

  ranlib libbackend.a
  gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long    -DHAVE_CONFIG_H  -o cc1 \
        c-parse.o c-lang.o c-pretty-print.o stub-objc.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o
        c-format.o c-semantics.o c-incpath.o cppdefault.o c-ppoutput.o
        c-cppbuiltin.o prefix.o c-objc-common.o c-dump.o c-pch.o libcpp.a  main.o libbackend.a
        ../libiberty/libiberty.a ../intl/libintl.a
  Undefined                       first referenced
   symbol                             in file
  final_scan_insn                     libbackend.a(sparc.o)
  ld: fatal: Symbol referencing errors. No output written to cc1
  collect2: ld returned 1 exit status
  gmake[2]: *** [cc1] Error 1

Gerald
-- 
Gerald Pfeifer (Jerry)   gerald@pfeifer.com   http://www.pfeifer.com/gerald/

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

* Re: sparc-sun-solaris2.9 bootstrap broken due to final.c change
  2004-01-18 18:06 sparc-sun-solaris2.9 bootstrap broken due to final.c change Gerald Pfeifer
@ 2004-01-18 18:10 ` Andreas Tobler
  2004-01-18 20:02   ` Daniel Jacobowitz
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Tobler @ 2004-01-18 18:10 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: Daniel Jacobowitz, gcc

Gerald Pfeifer wrote:

> I'm afraid this change
> 
> 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
> 
>         * final.c (SEEN_BB, SEEN_NOTE, SEEN_EMITTED): Define.
>         (final_scan_insn): Update to take an additional SEEN argument.  Emit
>         a line note after the prologue.  Make static.
>         (line_note_exists): Remove.
>         (final): Don't initialize line_note_exists.  Update call to
>         final_scan_insn.
>         * output.h (final_scan_insn): Remove prologue.
>         * function.c (set_insn_locators): Update comment.
>         (thread_prologue_and_epilogue_insns): Add a comment.
> 
> is causing bootstrap to fail on sparc-sun-solaris2.9:

his follow up patch works:

http://gcc.gnu.org/ml/gcc-patches/2004-01/msg01749.html

A

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

* Re: sparc-sun-solaris2.9 bootstrap broken due to final.c change
  2004-01-18 18:10 ` Andreas Tobler
@ 2004-01-18 20:02   ` Daniel Jacobowitz
  2004-01-18 20:38     ` Roger Sayle
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Jacobowitz @ 2004-01-18 20:02 UTC (permalink / raw)
  To: Andreas Tobler; +Cc: Gerald Pfeifer, gcc

On Sun, Jan 18, 2004 at 07:09:01PM +0100, Andreas Tobler wrote:
> Gerald Pfeifer wrote:
> 
> >I'm afraid this change
> >
> >2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
> >
> >        * final.c (SEEN_BB, SEEN_NOTE, SEEN_EMITTED): Define.
> >        (final_scan_insn): Update to take an additional SEEN argument.  
> >        Emit
> >        a line note after the prologue.  Make static.
> >        (line_note_exists): Remove.
> >        (final): Don't initialize line_note_exists.  Update call to
> >        final_scan_insn.
> >        * output.h (final_scan_insn): Remove prologue.
> >        * function.c (set_insn_locators): Update comment.
> >        (thread_prologue_and_epilogue_insns): Add a comment.
> >
> >is causing bootstrap to fail on sparc-sun-solaris2.9:
> 
> his follow up patch works:
> 
> http://gcc.gnu.org/ml/gcc-patches/2004-01/msg01749.html

If someone would approve it...

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer

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

* Re: sparc-sun-solaris2.9 bootstrap broken due to final.c change
  2004-01-18 20:02   ` Daniel Jacobowitz
@ 2004-01-18 20:38     ` Roger Sayle
  0 siblings, 0 replies; 4+ messages in thread
From: Roger Sayle @ 2004-01-18 20:38 UTC (permalink / raw)
  To: Daniel Jacobowitz; +Cc: Gerald Pfeifer, gcc


On Sun, 18 Jan 2004, Daniel Jacobowitz wrote:
> On Sun, Jan 18, 2004 at 07:09:01PM +0100, Andreas Tobler wrote:
> > Gerald Pfeifer wrote:
> >
> > >I'm afraid this change
> > >
> > >2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
> > >
> > >        * final.c (SEEN_BB, SEEN_NOTE, SEEN_EMITTED): Define.
> > >        (final_scan_insn): Update to take an additional SEEN argument.
> > >        Emit
> > >        a line note after the prologue.  Make static.
> > >        (line_note_exists): Remove.
> > >        (final): Don't initialize line_note_exists.  Update call to
> > >        final_scan_insn.
> > >        * output.h (final_scan_insn): Remove prologue.
> > >        * function.c (set_insn_locators): Update comment.
> > >        (thread_prologue_and_epilogue_insns): Add a comment.
> > >
> > >is causing bootstrap to fail on sparc-sun-solaris2.9:
> >
> > his follow up patch works:
> >
> > http://gcc.gnu.org/ml/gcc-patches/2004-01/msg01749.html
>
> If someone would approve it...

Sure.  This patch is Ok for whereever its required.

Roger
--

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

end of thread, other threads:[~2004-01-18 20:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-18 18:06 sparc-sun-solaris2.9 bootstrap broken due to final.c change Gerald Pfeifer
2004-01-18 18:10 ` Andreas Tobler
2004-01-18 20:02   ` Daniel Jacobowitz
2004-01-18 20:38     ` Roger Sayle

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