re PR c++/57545 (Generation of debug symbols leads to internal compiler error)
authorJason Merrill <jason@redhat.com>
Tue, 9 Jul 2013 17:56:03 +0000 (13:56 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 9 Jul 2013 17:56:03 +0000 (13:56 -0400)
commitcb5f47b639cda6c98d7def5e1f601e0cbc93da7d
tree657fe0a6b08a265f4bd077fb4cd2aff013459caa
parent7eb48705c0b12d73651de15cd9a9a415c7229039
re PR c++/57545 (Generation of debug symbols leads to internal compiler error)

PR c++/57545
* pt.c (convert_nontype_argument) [INTEGER_CST]: Force the
argument to have the exact type of the parameter.

From-SVN: r200841
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/debug/template2.C [new file with mode: 0644]