public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "danglin at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/44019] xgcc: error trying to exec '/test/gnu/gcc/objdir/./prev-gcc/gnat1': execv: Not e
Date: Thu, 13 May 2010 21:00:00 -0000	[thread overview]
Message-ID: <20100513210026.11972.qmail@sourceware.org> (raw)
In-Reply-To: <bug-44019-276@http.gcc.gnu.org/bugzilla/>



------- Comment #4 from danglin at gcc dot gnu dot org  2010-05-13 21:00 -------
This was introduced in revision 159097:

2010-05-06  Jan Hubicka  <jh@suse.cz>

        * cgraphbuild.c (record_reference_ctx): Add varpool_node.
        (record_reference, mark_address, mark_load, mark_store): Record
        references.
        (record_references_in_initializer): Update call of record_references.
        (rebuild_cgraph_edges): Remove all references before rebuiding.
        * cgraph.c (cgraph_create_node): Clear ref list.
        (cgraph_remove_node): Remove references.
        (dump_cgraph_node): Dump references.
        (cgraph_clone_node): Clone references.
        * cgraph.h: Include ipa-ref.h and ipa-ref-inline.h
        (struct cgraph_node, varpool_node): Add ref_lst.
        * ipa-ref.c: New file.
        * ipa-ref.h: New file.
        * ipa-ref-inline.h: New file.
        * lto-cgraph.c (output_varpool): Take cgrag node set argument.
        (referenced_from_other_partition_p): New function.
        (lto_output_varpool_node): Take set arugment; call
        referenced_from_other_partition.
        (lto_output_ref): New.
        (add_references): New.
        (output_refs): New.
        (output_cgraph): Compute boundary based on references;
        output refs.
        (output_varpool): Accept cgraph_node_set argument.
        (input_ref): New.
        (input_refs): New.
        (input_cgraph): Call input_refs.
        * lto-section-in.c (lto_section_name): Add refs.
        * Makefile.in: (cgraph.h): Include ipa-ref.h and ipa-ref-inline.h
        (ipa-ref.o): New file.
        * varpool.c (varpool_node): Clear ipa ref list.
        (varpool_remove_node): Remove references.
        (dump_varpool_node): Dump references.
        (varpool_assemble_decl): Only compile finalized ones.
        (varpool_extra_name_alias): Initialize ref list.
        * lto-streamer.c (lto-get_section_name): Add .refs section.
        * lto-streamer.h (lto_section_type): Add LTO_section_refs.
        (referenced_from_other_partition_p): Declared.


-- 


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


  parent reply	other threads:[~2010-05-13 21:00 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-07  1:18 [Bug bootstrap/44019] New: " danglin at gcc dot gnu dot org
2010-05-07  9:53 ` [Bug bootstrap/44019] " rguenth at gcc dot gnu dot org
2010-05-07 13:29 ` dave at hiauly1 dot hia dot nrc dot ca
2010-05-08 21:43 ` dave at hiauly1 dot hia dot nrc dot ca
2010-05-13 21:00 ` danglin at gcc dot gnu dot org [this message]
2010-05-13 21:10 ` danglin at gcc dot gnu dot org
2010-05-24 15:28 ` danglin at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100513210026.11972.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).