Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
db6f8fbe
Commit
db6f8fbe
authored
Jan 25, 1995
by
David S. Miller
Committed by
Richard Kenner
Jan 25, 1995
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(instantiate_type): Change error message text.
From-SVN: r8816
parent
43b55a67
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/cp/class.c
+3
-3
No files found.
gcc/cp/class.c
View file @
db6f8fbe
/* Functions related to building classes and their related objects.
Copyright (C) 1987, 1992, 1993, 1994 Free Software Foundation, Inc.
Copyright (C) 1987, 1992, 1993, 1994
, 1995
Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
...
...
@@ -307,7 +307,7 @@ build_vbase_path (code, type, expr, path, alias_this)
function, then it could be 0 on entry to any function.
Preserve such zeroness here. Otherwise, only in the
case of constructors need we worry, and in those cases,
it will be zero, or initialized to some
legal
value to
it will be zero, or initialized to some
valid
value to
which we may add. */
if
(
nonnull
==
0
&&
(
alias_this
==
0
||
flag_this_is_variable
>
0
))
{
...
...
@@ -4982,7 +4982,7 @@ instantiate_type (lhstype, rhs, complain)
case
POSTINCREMENT_EXPR
:
case
POSTDECREMENT_EXPR
:
if
(
complain
)
error
(
"i
llegal
operation on uninstantiated type"
);
error
(
"i
nvalid
operation on uninstantiated type"
);
return
error_mark_node
;
case
TRUTH_AND_EXPR
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment