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
c89d1dfd
Commit
c89d1dfd
authored
Jul 21, 2002
by
Neil Booth
Committed by
Neil Booth
Jul 21, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-typeck.c (SAVE_SPELLING_DEPTH): Remove.
From-SVN: r55627
parent
46690369
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
9 deletions
+4
-9
gcc/ChangeLog
+4
-0
gcc/c-typeck.c
+0
-9
No files found.
gcc/ChangeLog
View file @
c89d1dfd
2002-07-21 Neil Booth <neil@daikokuya.co.uk>
* c-typeck.c (SAVE_SPELLING_DEPTH): Remove.
Sun Jul 21 21:36:41 CEST 2002 Jan Hubicka <jh@suse.cz>
* gcse.c (do_local_cprop): Do not extend lifetimes of registers set by
...
...
gcc/c-typeck.c
View file @
c89d1dfd
...
...
@@ -4511,15 +4511,6 @@ static int spelling_size; /* Size of the spelling stack. */
#define SPELLING_DEPTH() (spelling - spelling_base)
#define RESTORE_SPELLING_DEPTH(DEPTH) (spelling = spelling_base + (DEPTH))
/* Save and restore the spelling stack around arbitrary C code. */
#define SAVE_SPELLING_DEPTH(code) \
{ \
int __depth = SPELLING_DEPTH (); \
code; \
RESTORE_SPELLING_DEPTH (__depth); \
}
/* Push an element on the spelling stack with type KIND and assign VALUE
to MEMBER. */
...
...
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