public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "JamesMikeDuPont at googlemail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/57524] internal compiler error on dump translation unit
Date: Tue, 04 Jun 2013 13:25:00 -0000	[thread overview]
Message-ID: <bug-57524-4-w3W92v7UQt@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-57524-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #1 from James Michael DuPont <JamesMikeDuPont at googlemail dot com> ---
I tried to reduce the input size but it is not producing any results.

namespace std {
  typedef long unsigned int size_t;    
};
namespace boost { 
  namespace detail {
    struct is_static_visitor_tag { };
    typedef void static_visitor_default_return;
  } 
  template <typename R = ::boost::detail::static_visitor_default_return>
  class static_visitor    : public detail::is_static_visitor_tag {
  public:
    typedef R result_type;
  protected:
    static_visitor() { }    ~static_visitor() { }
  };}
namespace boost
{
  template <class T> struct hash;
  template <class T> void hash_combine(std::size_t& seed, T const& v);
  template <class It> std::size_t hash_range(It, It);
  template <class It> void hash_range(std::size_t&, It, It);
}
namespace boost {
  namespace detail { namespace variant {
      struct variant_hasher: public boost::static_visitor<std::size_t> {
    template <class T>
    std::size_t operator()(T const& val) const {
      using namespace boost;
      hash<T> hasher;
      return hasher(val);
    }      };    }  }}


  reply	other threads:[~2013-06-04 13:25 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-04 12:51 [Bug c++/57524] New: " JamesMikeDuPont at googlemail dot com
2013-06-04 13:25 ` JamesMikeDuPont at googlemail dot com [this message]
2013-06-05 10:38 ` [Bug c++/57524] " JamesMikeDuPont at googlemail dot com
2013-06-05 10:44 ` paolo.carlini at oracle dot com
2013-06-05 10:54 ` JamesMikeDuPont at googlemail dot com
2013-06-05 10:54 ` JamesMikeDuPont at googlemail dot com
2013-06-05 11:02 ` JamesMikeDuPont at googlemail dot com
2013-06-05 11:03 ` paolo.carlini at oracle dot com
2013-06-05 11:16 ` JamesMikeDuPont at googlemail dot com
2014-01-02 10:09 ` trippels at gcc dot gnu.org
2014-01-02 10:50 ` [Bug c++/57524] [4.7/4.8/4.9 Regression] ICE: in timevar_start, at timevar.c:343 trippels at gcc dot gnu.org
2014-01-24 13:22 ` paolo.carlini at oracle dot com
2014-01-24 15:45 ` paolo at gcc dot gnu.org
2014-01-24 15:53 ` paolo at gcc dot gnu.org
2014-01-24 15:54 ` [Bug c++/57524] [4.7 " paolo.carlini at oracle dot com

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=bug-57524-4-w3W92v7UQt@http.gcc.gnu.org/bugzilla/ \
    --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).