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
b3fbc9ad
Commit
b3fbc9ad
authored
Jun 10, 1998
by
Graham Stott
Committed by
Jeff Law
Jun 10, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-decl.c (grokdeclarator): Remove unused variable "last".
From-SVN: r20422
parent
e80716de
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gcc/ChangeLog
+2
-0
gcc/c-decl.c
+0
-2
No files found.
gcc/ChangeLog
View file @
b3fbc9ad
...
...
@@ -2,6 +2,8 @@ Wed Jun 10 23:23:17 1998 Graham <grahams@rcp.co.uk>
* c-decl.c (start_decl): Correct test for -Wmain.
* c-decl.c (grokdeclarator): Remove unused variable "last".
Wed Jun 10 14:52:27 1998 Jim Wilson <wilson@cygnus.com>
* expr.c (expand_builtin_setjmp): Store const1_rtx in target.
...
...
gcc/c-decl.c
View file @
b3fbc9ad
...
...
@@ -5199,8 +5199,6 @@ grokdeclarator (declarator, declspecs, decl_context, initialized)
/* Record presence of `inline', if it is reasonable. */
if
(
inlinep
)
{
tree
last
=
tree_last
(
TYPE_ARG_TYPES
(
type
));
if
(
!
strcmp
(
IDENTIFIER_POINTER
(
declarator
),
"main"
))
warning
(
"cannot inline function `main'"
);
else
...
...
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