http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57524
Markus Trippelsdorf changed:
What|Removed |Added
CC||trippels at gcc dot gnu.org
Kn
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57524
--- Comment #10 from James Michael DuPont ---
I have reported the problem in the code to boost, they have fixed it.
https://svn.boost.org/trac/boost/ticket/8651#comment:1
The problem is having to do with underspecifed namespace selection. They
ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57524
Marc Glisse changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|2013-06-05 00:00:00
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57524
--- Comment #8 from James Michael DuPont ---
Tested like this:
/usr/lib/gcc/x86_64-linux-gnu/4.7/cc1plus -std=gnu++11 -fdump-translation-unit
testvariant_min.ii
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57524
Paolo Carlini changed:
What|Removed |Added
Status|WAITING |UNCONFIRMED
Ever confirmed|1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57524
--- Comment #6 from James Michael DuPont ---
I have filed a small cosmetic bug in boost about this change to the namespace
usage :
https://svn.boost.org/trac/boost/ticket/8651
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57524
--- Comment #5 from James Michael DuPont ---
Sorry, It seems that the original attachment was not applied, I have bzip2ed it
so now it fits.
thanks
mike
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57524
--- Comment #4 from James Michael DuPont ---
Created attachment 30259
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30259&action=edit
test case
this is the minimal test case that I have.
by applying the small namespace changes to the end it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57524
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57524
--- Comment #2 from James Michael DuPont ---
Here is a small change to work around the crash :
namespace boost {
namespace detail { namespace variant {
struct variant_hasher: public //boost::
static_visitor {
template
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57524
--- Comment #1 from James Michael DuPont ---
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
11 matches
Mail list logo