public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "mmitchel at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/17053] [3.5 Regression] Repo functionality partially broken on AIX
Date: Tue, 17 Aug 2004 03:35:00 -0000	[thread overview]
Message-ID: <20040817033547.10934.qmail@sourceware.org> (raw)
In-Reply-To: <20040816214702.17053.dje@gcc.gnu.org>


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-08-17 03:35 -------
I understand why the NOTHROW bit is changing, and, in fact, I'm not really sure
how my patch made this different.  The reason it is changing is that during the
initial build the template is not instantiated (in the hopes that some other
translation unit will instantiate it).  Because it is not instantiated, the
compiler does not know whether or not the body of the template could throw an
exception.  So, it does not set the NOTHROW bit.  When reocmpiling (from
collect2), the template will be instantiated, and so the compiler then cleverly
notices that it cannot throw an exception.

I will look into why this is causing a problem.

-- 


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


  parent reply	other threads:[~2004-08-17  3:35 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-16 21:47 [Bug c++/17053] New: " dje at gcc dot gnu dot org
2004-08-16 21:50 ` [Bug c++/17053] " pinskia at gcc dot gnu dot org
2004-08-17  1:49 ` dje at gcc dot gnu dot org
2004-08-17  3:35 ` mmitchel at gcc dot gnu dot org [this message]
2004-08-17  3:37 ` mmitchel at gcc dot gnu dot org
2004-08-17  5:50 ` mmitchel at gcc dot gnu dot org
2004-08-17  5:53 ` pinskia at gcc dot gnu dot org
2004-08-17 15:08 ` dje at gcc dot gnu dot org
2004-08-17 15:49 ` mark at codesourcery dot com
2004-08-17 15:56 ` dje at watson dot ibm dot com
2004-08-17 16:01 ` mark at codesourcery dot com
2004-10-14 14:49 ` [Bug c++/17053] [4.0 " dje at gcc dot gnu dot org
2004-11-26 23:28 ` [Bug c++/17053] [4.0 Regression] Repo functionality partially broken on AIX (collect2.c) neroden at gcc dot gnu dot org
2005-03-24 19:58 ` [Bug c++/17053] [4.0/4.1 " dje at gcc dot gnu dot org
2005-04-17  3:01 ` mmitchel at gcc dot gnu dot org
2005-07-06 16:45 ` mmitchel at gcc dot gnu dot org
2005-09-27 16:17 ` mmitchel 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=20040817033547.10934.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).