[Bug c++/65553] ICE on valid variadic template

2015-03-25 Thread webrown.cpp at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65553

W E Brown  changed:

   What|Removed |Added

 CC||andrew.n.sutton at gmail dot 
com

--- Comment #3 from W E Brown  ---
Hmm.  Looks like this was fairly recently fixed.  After I updated from version
  g++-mp-5 (MacPorts gcc5 5-20150308_0) 5.0.0 20150308 (experimental)

to version
  g++-mp-5 (MacPorts gcc5 5-20150322_0) 5.0.0 20150322 (experimental)

the attachment now compiles successfully.

Thank you.


[Bug c++/65553] ICE on valid variadic template

2015-03-25 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65553

Paolo Carlini  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #2 from Paolo Carlini  ---
Seconded. We can't take action with this testcase, sorry.


[Bug c++/65553] ICE on valid variadic template

2015-03-25 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65553

Marek Polacek  changed:

   What|Removed |Added

 CC||mpolacek at gcc dot gnu.org

--- Comment #1 from Marek Polacek  ---
I can't reproduce.