public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "hubicka at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug lto/45375] Mozilla does not build with LTO
Date: Sun, 22 Aug 2010 12:40:00 -0000	[thread overview]
Message-ID: <20100822124000.7549.qmail@sourceware.org> (raw)
In-Reply-To: <bug-45375-176@http.gcc.gnu.org/bugzilla/>



------- Comment #1 from hubicka at gcc dot gnu dot org  2010-08-22 12:39 -------
Quick summary :)
1) -g build is currently broken because of dwarf2out recursion. 
2) sqlite still gets miscompiled at 32bit (PR44897), but works now at 64bit for
some reason
3) Workaround attached to PR44846 is needed to avoid ICE due to one decl C++ FE
issues
4) 32bit mozilla now builds fine for me when linked with -O2, but -Os (the
default) leads to segfault at startup apparently because xpcom components do
not reproduce correctly
5) Older versions of gold seems to have issues. 
6) Martin's devirtualization seems to behave funny doing 7400 clones and the
redirecting just about 20 calls.
7) Both Martin and Taras reported ICE in lto-symtab I can't reproduce
8) Mozilla needs some changes, since __attribute__ ((used)) is missing. I will
attach diff.
9) One needs 4GB in /tmp, with sane partitioning this goes down to 1GB
10) 32bit build gets close to addressing space issues at WPA stage, probably we
should not mmap all the .o files, since only about 1GB goes to garbage
collected memory.


-- 

hubicka at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mjambor at suse dot cz
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-08-22 12:40:00
               date|                            |


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


  reply	other threads:[~2010-08-22 12:40 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-22  9:38 [Bug lto/45375] New: " hubicka at gcc dot gnu dot org
2010-08-22 12:40 ` hubicka at gcc dot gnu dot org [this message]
2010-08-22 12:43 ` [Bug lto/45375] " hubicka at gcc dot gnu dot org
2010-08-22 12:48 ` hubicka at gcc dot gnu dot org
2010-08-22 13:10 ` hubicka at gcc dot gnu dot org
2010-08-25 10:55 ` [Bug lto/45375] [meta-bug] " pinskia at gcc dot gnu dot org
2010-09-04 20:39 ` hubicka at gcc dot gnu dot org
2010-09-16 12:09 ` hubicka at gcc dot gnu dot org
2010-09-17  0:28 ` hubicka 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=20100822124000.7549.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).