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
e67eb1a0
Commit
e67eb1a0
authored
Jul 11, 2000
by
Alexandre Petit-Bianco
Committed by
Alexandre Petit-Bianco
Jul 10, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing a really lame patch. Sorry for the ChangeLog tweaking.)
From-SVN: r34954
parent
98cd1bd5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
gcc/java/ChangeLog
+3
-2
gcc/java/jcf-write.c
+1
-1
No files found.
gcc/java/ChangeLog
View file @
e67eb1a0
2000-07-
07
Alexandre Petit-Bianco <apbianco@cygnus.com>
2000-07-
10
Alexandre Petit-Bianco <apbianco@cygnus.com>
* parse.y (generate_classfile): Exclude null strings.
* jcf-write.c (generate_classfile): Don't install ConstantValue
for null pointers.
2000-07-07 Alexandre Petit-Bianco <apbianco@cygnus.com>
...
...
gcc/java/jcf-write.c
View file @
e67eb1a0
...
...
@@ -2878,7 +2878,7 @@ generate_classfile (clas, state)
&&
FIELD_STATIC
(
part
)
&&
(
TREE_CODE
(
DECL_INITIAL
(
part
))
==
STRING_CST
||
(
TREE_CODE
(
DECL_INITIAL
(
part
))
==
INTEGER_CST
&&
!
TREE_TYPE
(
part
)
==
string_type_node
)
&&
TREE_CODE
(
TREE_TYPE
(
DECL_INITIAL
(
part
)))
!=
POINTER_TYPE
)
||
TREE_CODE
(
DECL_INITIAL
(
part
))
==
REAL_CST
);
if
(
have_value
)
attr_count
++
;
...
...
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