[Bug c++/67159] [c++concepts] Segfault while diagnosing constraint violation

2015-08-09 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67159

--- Comment #4 from Jason Merrill jason at gcc dot gnu.org ---
(In reply to Casey Carter from comment #3)
 Thanks once again, Jason. Procedural question: now that c++-concepts has
 landed on trunk, should I be tagging bug reports differently? i.e.,
 Version=6.0 and maybe [concepts] in the title?

Sounds good.


[Bug c++/67159] [c++concepts] Segfault while diagnosing constraint violation

2015-08-08 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67159

--- Comment #1 from Jason Merrill jason at gcc dot gnu.org ---
Author: jason
Date: Sat Aug  8 22:01:29 2015
New Revision: 226738

URL: https://gcc.gnu.org/viewcvs?rev=226738root=gccview=rev
Log:
PR c++/67159
* constraint.cc (finish_template_introduction):
SET_NON_DEFAULT_TEMPLATE_ARGS_COUNT.

Added:
trunk/gcc/testsuite/g++.dg/concepts/diagnostic1.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/constraint.cc


[Bug c++/67159] [c++concepts] Segfault while diagnosing constraint violation

2015-08-08 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67159

Jason Merrill jason at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
   Assignee|unassigned at gcc dot gnu.org  |jason at gcc dot gnu.org
   Target Milestone|--- |6.0

--- Comment #2 from Jason Merrill jason at gcc dot gnu.org ---
Fixed.


[Bug c++/67159] [c++concepts] Segfault while diagnosing constraint violation

2015-08-08 Thread Casey at Carter dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67159

--- Comment #3 from Casey Carter Casey at Carter dot net ---
Thanks once again, Jason. Procedural question: now that c++-concepts has landed
on trunk, should I be tagging bug reports differently? i.e., Version=6.0 and
maybe [concepts] in the title?