[Bug c++/61198] Crash when selecting specializations through aliases.

2016-04-06 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61198 Jakub Jelinek changed: What|Removed |Added CC||pangbw at gmail dot com --- Comment #12

[Bug c++/61198] Crash when selecting specializations through aliases.

2016-03-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61198 Jonathan Wakely changed: What|Removed |Added Known to work||5.1.0 Target Milestone|---

[Bug c++/61198] Crash when selecting specializations through aliases.

2016-03-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61198 --- Comment #10 from Jonathan Wakely --- Author: redi Date: Fri Mar 18 15:57:58 2016 New Revision: 234337 URL: https://gcc.gnu.org/viewcvs?rev=234337&root=gcc&view=rev Log: Backport PR c++/61198 fix gcc: 2014-12-19 Kai Tietz

[Bug c++/61198] Crash when selecting specializations through aliases.

2015-05-22 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61198 Paolo Carlini changed: What|Removed |Added CC||galbramc at mit dot edu --- Comment #9 f

[Bug c++/61198] Crash when selecting specializations through aliases.

2014-12-19 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61198 Kai Tietz changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/61198] Crash when selecting specializations through aliases.

2014-12-19 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61198 --- Comment #7 from Kai Tietz --- Author: ktietz Date: Fri Dec 19 16:47:59 2014 New Revision: 218956 URL: https://gcc.gnu.org/viewcvs?rev=218956&root=gcc&view=rev Log: PR c++/61198 * g++.dg/template/using30.C: New file. Added: trun

[Bug c++/61198] Crash when selecting specializations through aliases.

2014-12-19 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61198 --- Comment #6 from Kai Tietz --- Author: ktietz Date: Fri Dec 19 16:44:15 2014 New Revision: 218955 URL: https://gcc.gnu.org/viewcvs?rev=218955&root=gcc&view=rev Log: PR c++/61198 * pt.c (most_general_template): Don't break for template

[Bug c++/61198] Crash when selecting specializations through aliases.

2014-12-18 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61198 Kai Tietz changed: What|Removed |Added CC||zreed1 at gmail dot com --- Comment #5 from

[Bug c++/61198] Crash when selecting specializations through aliases.

2014-12-18 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61198 Kai Tietz changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/61198] Crash when selecting specializations through aliases.

2014-12-14 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61198 Ville Voutilainen changed: What|Removed |Added Keywords||ice-on-valid-code Status

[Bug c++/61198] Crash when selecting specializations through aliases.

2014-05-16 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61198 --- Comment #2 from Paolo Carlini --- Closely related to c++/60767

[Bug c++/61198] Crash when selecting specializations through aliases.

2014-05-16 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61198 Paolo Carlini changed: What|Removed |Added Severity|blocker |normal

[Bug c++/61198] Crash when selecting specializations through aliases.

2014-05-15 Thread i-photon at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61198 --- Comment #1 from Chris --- Created attachment 32802 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32802&action=edit A sample of offending code.