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
143f1945
Commit
143f1945
authored
Nov 12, 1992
by
Brendan Kehoe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cygnus<-->FSF merge
From-SVN: r2750
parent
6d77ee89
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
gcc/Makefile.in
+1
-1
gcc/stmt.c
+0
-2
gcc/tree.h
+3
-0
No files found.
gcc/Makefile.in
View file @
143f1945
...
...
@@ -736,7 +736,7 @@ cp-parse.o : $(srcdir)/cp-parse.c $(CONFIG_H) $(CPLUS_TREE_H) flags.h
`
echo
$(srcdir)
/cp-parse.c | sed
's,^\./,,'
`
$(srcdir)/cp-parse.c $(srcdir)/cp-parse.h
:
$(srcdir)/cp-parse.y
@
echo
expect
30
shift
/reduce conflicts and 14 reduce/reduce conflicts
@
echo
expect
29
shift
/reduce conflicts and 14 reduce/reduce conflicts
cd
$(srcdir)
;
$(BISON)
$(BISONFLAGS)
-d
-o
cp-parse.c cp-parse.y
cd
$(srcdir)
;
grep
'^#define[ ]*YYEMPTY'
cp-parse.c
>>
cp-parse.h
...
...
gcc/stmt.c
View file @
143f1945
...
...
@@ -1373,8 +1373,6 @@ warn_if_unused_value (exp)
case
CALL_EXPR
:
case
METHOD_CALL_EXPR
:
case
RTL_EXPR
:
case
WRAPPER_EXPR
:
case
ANTI_WRAPPER_EXPR
:
case
WITH_CLEANUP_EXPR
:
case
EXIT_EXPR
:
/* We don't warn about COND_EXPR because it may be a useful
...
...
gcc/tree.h
View file @
143f1945
...
...
@@ -1354,6 +1354,9 @@ extern int all_types_permanent;
extern
char
*
(
*
decl_printable_name
)
();
/* In tree.c */
extern
char
*
perm_calloc
PROTO
((
int
,
long
));
/* In stmt.c */
extern
tree
expand_start_stmt_expr
PROTO
((
void
));
...
...
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