public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: bootstrap/10121: [irix6.5] fix-header dumps core
@ 2003-03-17 22:52 billingd
  0 siblings, 0 replies; 3+ messages in thread
From: billingd @ 2003-03-17 22:52 UTC (permalink / raw)
  To: David.Billinghurst, gcc-bugs, gcc-prs, neil, nobody

Synopsis: [irix6.5] fix-header dumps core

State-Changed-From-To: open->closed
State-Changed-By: billingd
State-Changed-When: Mon Mar 17 22:52:45 2003
State-Changed-Why:
    Already fixed
    http://gcc.gnu.org/ml/gcc-patches/2003-03/msg01507.html

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10121


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

* Re: bootstrap/10121: [irix6.5] fix-header dumps core
@ 2003-03-17 20:36 Neil Booth
  0 siblings, 0 replies; 3+ messages in thread
From: Neil Booth @ 2003-03-17 20:36 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR bootstrap/10121; it has been noted by GNATS.

From: Neil Booth <neil@daikokuya.co.uk>
To: David.Billinghurst@riotinto.com
Cc: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org
Subject: Re: bootstrap/10121: [irix6.5] fix-header dumps core
Date: Mon, 17 Mar 2003 20:26:30 +0000

 David.Billinghurst@riotinto.com wrote:-
 
 
 When was the last time you cvs updated?
 
 Neil.


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

* bootstrap/10121: [irix6.5] fix-header dumps core
@ 2003-03-17 13:16 David.Billinghurst
  0 siblings, 0 replies; 3+ messages in thread
From: David.Billinghurst @ 2003-03-17 13:16 UTC (permalink / raw)
  To: gcc-gnats; +Cc: neil


>Number:         10121
>Category:       bootstrap
>Synopsis:       [irix6.5] fix-header dumps core
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Mar 17 13:16:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     David Billinghurst
>Release:        gcc-3.4 20030315
>Organization:
>Environment:
mips-sgi-irix6.5
>Description:
irix6.5 bootstrap of trunk fails when fix-header dumps core.
 - CVS of 2003-03-15 12:15 UTC is OK
 - CVS of 2003-03-15 12:20 UTC fails

The only patch is:

2003-03-15  Neil Booth  <neil@daikokuya.co.uk>

        * Makefile.in: Update.
        * c-common.h (cb_register_builtins): Rename c_cpp_builtins.
        * c-lex.c (init_c_lex): Register builtins hook is dead.
        * c-opts.c (COMMAND_LINE_OPTIONS, missing_arg): Handle -A, -D and -U.
        (c_common_decode_option): Don't call cpp_handle_option.
        Handle -A, -D and -U.
        (handle_deferred_opts): Simplify.
        (finish_options): Define builtins and command line macros.
        * c-ppoutput.c (init_pp_output): Register builtins hook is dead.
        * cppinit.c: Don't include intl.h.
        (init_builtins): Rename cpp_init_builtins.  No hook to call.
        (init_library): Don't need to sort options.
        (cpp_create_reader): Don't set pending.
        (cpp_destroy): Don't free pending.
        (struct pending_option, cl_directive_handler, struct cpp_pending,
        APPEND, free_chain, new_pending_directive, parse_option, opt_comp,
        cpp_finish_options, COMMAND_LINE_OPTIONS, DEF_OPT, struct cl_option,
        cl_options, cpp_handle_option): Remove.
        * cpplib.h (struct cpp_pending, register_builtins, cpp_handle_option,
        cpp_finish_options): Remove.
        (cpp_init_builtins): New.
        * fix-header.c (read_scan_file): Update to handle -D.  Fix
        handling of -I.  Replace call to cpp_finish_options.

Final lines of build are:

if [ -f include/fixed ] ; then true; \
else \
  : This line works around a 'make' bug in BSDI 1.1.; \
  FIXPROTO_DEFINES="-D__EXTENSIONS__ -D_SGI_SOURCE -D_LANGUAGE_C_PLUS_PLUS"; exp
ort FIXPROTO_DEFINES; \
  mkinstalldirs="/bin/sh /disk4/billingd/src/gcc-j/gcc/mkinstalldirs"; \
    export mkinstalldirs; \
  if [ -d "/usr/include" ]; then \
    /bin/sh /disk4/billingd/src/gcc-j/gcc/fixproto include include /usr/include;
 \
    if [ $? -eq 0 ] ; then true ; else exit 1 ; fi ; \
  else true; fi; \
  echo timestamp > include/fixed; \
fi
fixproto: populating `include'
/disk4/billingd/src/gcc-j/gcc/fixproto[275]: 2687614 Memory fault(coredump)

>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2003-03-17 22:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-17 22:52 bootstrap/10121: [irix6.5] fix-header dumps core billingd
  -- strict thread matches above, loose matches on Subject: below --
2003-03-17 20:36 Neil Booth
2003-03-17 13:16 David.Billinghurst

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