diff options
| author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-13 22:40:42 +0000 |
|---|---|---|
| committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-13 22:40:42 +0000 |
| commit | 48d4501f29e8f2aa819a36a7f46091f91258c776 (patch) | |
| tree | e2d1a0325150dbd5c85c99f796ec07f7caa27497 /gcc/cp/pt.c | |
| parent | 600a719612b30d9f9e385a67dd776d551cdb6a43 (diff) | |
| download | ppe42-gcc-48d4501f29e8f2aa819a36a7f46091f91258c776.tar.gz ppe42-gcc-48d4501f29e8f2aa819a36a7f46091f91258c776.zip | |
* decl.c (lang_mark_tree): Mark NAMESPACE_LEVEL.
* pt.c (tsubst, case INTEGER_TYPE): Be more explicit in zero-size
array error.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29954 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/pt.c')
| -rw-r--r-- | gcc/cp/pt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index 027e04a4df7..8ded3335e65 100644 --- a/gcc/cp/pt.c +++ b/gcc/cp/pt.c @@ -6324,7 +6324,7 @@ tsubst (t, args, complain, in_decl) Attempting to create an array with a size that is zero or negative. */ if (complain) - cp_error ("creating array with size `%E'", max); + cp_error ("creating array with size zero (`%E')", max); return error_mark_node; } |

