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
e2f62855
Commit
e2f62855
authored
22 years ago
by
Neil Booth
Committed by
Neil Booth
22 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-format.c (T99_I, T99_UI): Remove.
From-SVN: r55628
parent
c89d1dfd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/ChangeLog
+4
-0
gcc/c-format.c
+0
-2
No files found.
gcc/ChangeLog
View file @
e2f62855
2002-07-21 Neil Booth <neil@daikokuya.co.uk>
* c-format.c (T99_I, T99_UI): Remove.
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>
...
...
This diff is collapsed.
Click to expand it.
gcc/c-format.c
View file @
e2f62855
...
...
@@ -717,7 +717,6 @@ static const format_flag_pair strfmon_flag_pairs[] =
#define T_I &integer_type_node
#define T89_I { STD_C89, NULL, T_I }
#define T99_I { STD_C99, NULL, T_I }
#define T_L &long_integer_type_node
#define T89_L { STD_C89, NULL, T_L }
#define T_LL &long_long_integer_type_node
...
...
@@ -727,7 +726,6 @@ static const format_flag_pair strfmon_flag_pairs[] =
#define T89_S { STD_C89, NULL, T_S }
#define T_UI &unsigned_type_node
#define T89_UI { STD_C89, NULL, T_UI }
#define T99_UI { STD_C99, NULL, T_UI }
#define T_UL &long_unsigned_type_node
#define T89_UL { STD_C89, NULL, T_UL }
#define T_ULL &long_long_unsigned_type_node
...
...
This diff is collapsed.
Click to expand it.
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