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
c114787a
Commit
c114787a
authored
Mar 25, 1992
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r587
parent
a0e2917c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gcc/genattrtab.c
+1
-1
gcc/genextract.c
+1
-1
No files found.
gcc/genattrtab.c
View file @
c114787a
...
...
@@ -635,7 +635,7 @@ check_attr_test (exp, is_const)
else
if
(
n_comma_elts
(
XSTR
(
exp
,
1
))
==
1
)
{
attr
=
find_attr
(
X
EXP
(
exp
,
0
),
0
);
attr
=
find_attr
(
X
STR
(
exp
,
0
),
0
);
if
(
attr
==
NULL
)
{
if
(
!
strcmp
(
XSTR
(
exp
,
0
),
"alternative"
))
...
...
gcc/genextract.c
View file @
c114787a
...
...
@@ -125,7 +125,7 @@ mark_operand_seen (opno)
if
(
opno
>=
operand_seen_length
)
{
operand_seen_length
*=
2
;
operand_seen
=
(
char
*
)
xrealloc
(
operand_seen_length
);
operand_seen
=
(
char
*
)
xrealloc
(
operand_seen
,
operand_seen
_length
);
}
operand_seen
[
opno
]
=
1
;
...
...
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