mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-17 01:04:11 +08:00
Fixed a typo.
From-SVN: r77114
This commit is contained in:
parent
dcec0389d1
commit
a4e8e73a3a
@ -7265,7 +7265,7 @@ tsubst_qualified_id (tree qualified_id, tree args,
|
|||||||
{
|
{
|
||||||
if (complain & tf_error)
|
if (complain & tf_error)
|
||||||
{
|
{
|
||||||
error ("dependent-name`%E' is parsed as a non-type, but "
|
error ("dependent-name `%E' is parsed as a non-type, but "
|
||||||
"instantiation yields a type", qualified_id);
|
"instantiation yields a type", qualified_id);
|
||||||
inform ("say `typename %E' if a type is meant", qualified_id);
|
inform ("say `typename %E' if a type is meant", qualified_id);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user