public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/38002] gcc crash using -fvisibility-ms-compat
Date: Mon, 03 Nov 2008 16:43:00 -0000	[thread overview]
Message-ID: <20081103164214.17167.qmail@sourceware.org> (raw)
In-Reply-To: <bug-38002-16901@http.gcc.gnu.org/bugzilla/>



------- Comment #3 from rguenth at gcc dot gnu dot org  2008-11-03 16:42 -------
Reduced testcase, not a regression.

namespace std __attribute__ ((__visibility__ ("default"))) {
    class type_info   { };
};
template<class E> 
void throw_exception(E const & e);
class bad_lexical_cast {
public:
    bad_lexical_cast(const std::type_info &target_type);
};
template<typename Source> 
int lexical_cast(const Source &arg)
{
  throw_exception(bad_lexical_cast(typeid(Source)));
}
int i;
int test = lexical_cast( &i );


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|c++                         |middle-end
     Ever Confirmed|0                           |1
           Keywords|                            |ice-on-valid-code
      Known to fail|                            |4.3.0
   Last reconfirmed|0000-00-00 00:00:00         |2008-11-03 16:42:14
               date|                            |


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


  parent reply	other threads:[~2008-11-03 16:43 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-03 14:58 [Bug c++/38002] New: " bodzio131 at op dot pl
2008-11-03 14:59 ` [Bug c++/38002] " bodzio131 at op dot pl
2008-11-03 16:09 ` rguenth at gcc dot gnu dot org
2008-11-03 16:43 ` rguenth at gcc dot gnu dot org [this message]
2009-10-26 17:39 ` [Bug middle-end/38002] " boz_gnu at boz dot org dot uk
2009-10-27 16:22 ` boz_gnu at boz dot org dot uk
2010-07-30 19:02 ` binocs38149 at mypacks dot net

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