PR c++/84551 - ICE with concepts and -g.
authorJason Merrill <jason@redhat.com>
Mon, 26 Feb 2018 19:04:42 +0000 (14:04 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 26 Feb 2018 19:04:42 +0000 (14:04 -0500)
commit106b15eac3345e62475f6087d53711c9e33c25d5
treea7775f1b176a83add2a7063bcc89305e521aad5c
parentb671df813a16a75345cceb35030333ccc36c39f9
PR c++/84551 - ICE with concepts and -g.

* parser.c (add_debug_begin_stmt): Do nothing in a concept.

From-SVN: r258009
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/g++.dg/concepts/debug1.C [new file with mode: 0644]