mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-04 20:30:28 +08:00
re PR c++/29518 (rejects valid template argument, enums vs templates)
PR c++/29518 * pt.c (coerce_template_parms): Do not skip_evaluation while substituting template arguments. PR c++/29518 * g++.dg/template/static28.C: New test. From-SVN: r118768
This commit is contained in:
parent
a2c5ed873e
commit
48ffd0efe9
@ -1,3 +1,9 @@
|
||||
2006-11-13 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
PR c++/29518
|
||||
* pt.c (coerce_template_parms): Do not skip_evaluation while
|
||||
substituting template arguments.
|
||||
|
||||
2006-11-11 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
* typeck.c (build_unary_op): Remove handling of FIX_CEIL_EXPR,
|
||||
|
@ -1,3 +1,8 @@
|
||||
2006-11-13 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
PR c++/29518
|
||||
* g++.dg/template/static28.C: New test.
|
||||
|
||||
2006-11-13 Carlos O'Donell <carlos@codesourcery.com>
|
||||
|
||||
* lib/c-torture.exp: Use target-libpath.exp.
|
||||
|
Loading…
Reference in New Issue
Block a user