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
0b1214ef
Commit
0b1214ef
authored
Nov 27, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Nov 27, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* class.c, decl.c, expr.c: Fix comment typos.
From-SVN: r91392
parent
270af55d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/java/ChangeLog
+4
-0
gcc/java/class.c
+1
-1
gcc/java/decl.c
+1
-1
gcc/java/expr.c
+1
-1
No files found.
gcc/java/ChangeLog
View file @
0b1214ef
2004
-
11
-
27
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
class
.
c
,
decl
.
c
,
expr
.
c
:
Fix
comment
typos
.
2004
-
11
-
26
Andrew
Pinski
<
pinskia
@
physics
.
uc
.
edu
>
PR
java
/
18305
...
...
gcc/java/class.c
View file @
0b1214ef
...
...
@@ -1609,7 +1609,7 @@ make_class_data (tree type)
&&
!
flag_keep_inline_functions
&&
optimize
)
continue
;
/* Even if we have a decl, we don't necessaily have the code.
/* Even if we have a decl, we don't necessa
r
ily have the code.
This can happen if we inherit a method from a superclass for
which we don't have a .class file. */
if
(
METHOD_DUMMY
(
method
))
...
...
gcc/java/decl.c
View file @
0b1214ef
...
...
@@ -256,7 +256,7 @@ check_local_unnamed_variable (tree best, tree decl, tree type)
new VAR_DECL.
???: As long as verification is correct, this will be a
compatible type. But maybe we should create a dummy v
riba
le
compatible type. But maybe we should create a dummy v
ariab
le
and replace all references to it with the DECL and a
NOP_EXPR.
*/
...
...
gcc/java/expr.c
View file @
0b1214ef
...
...
@@ -2055,7 +2055,7 @@ build_known_method_ref (tree method, tree method_type ATTRIBUTE_UNUSED,
if
(
is_compiled_class
(
self_type
))
{
/* With indirect dispatch we have to use indirect calls for all
public
al
ly visible methods or gcc will use PLT indirections
publicly visible methods or gcc will use PLT indirections
to reach them. We also have to use indirect dispatch for all
external methods. */
if
(
!
flag_indirect_dispatch
...
...
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