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

2016-04-07 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=gcc=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 paolo.carlini at oracle dot com changed: What|Removed |Added CC||galbramc

[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 ktietz at gcc dot gnu.org --- Author: ktietz Date: Fri Dec 19 16:44:15 2014 New Revision: 218955 URL: https://gcc.gnu.org/viewcvs?rev=218955root=gccview=rev Log: PR c++/61198 * pt.c (most_general_template):

[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 ktietz at gcc dot gnu.org --- Author: ktietz Date: Fri Dec 19 16:47:59 2014 New Revision: 218956 URL: https://gcc.gnu.org/viewcvs?rev=218956root=gccview=rev Log: PR c++/61198 * g++.dg/template/using30.C: New

[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 ktietz at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[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 ktietz at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[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 ktietz at gcc dot gnu.org changed: What|Removed |Added CC||zreed1 at gmail dot

[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 ville.voutilainen at gmail dot com changed: What|Removed |Added Keywords|

[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 paolo.carlini at oracle dot com changed: What|Removed |Added Severity|blocker |normal

[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 paolo.carlini at oracle dot com --- Closely related to c++/60767

[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 i-photon at hotmail dot com --- Created attachment 32802 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=32802action=edit A sample of offending code.