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
b735d54b
Commit
b735d54b
authored
Mar 09, 2005
by
Ben Elliston
Committed by
Ben Elliston
Mar 09, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-common.c (c_do_switch_warnings): Comment fix.
From-SVN: r96150
parent
0cbb117e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/c-common.c
+1
-1
No files found.
gcc/ChangeLog
View file @
b735d54b
2005-03-09 Ben Elliston <bje@au.ibm.com>
* c-common.c (c_do_switch_warnings): Comment fix.
2005-03-08 Julian Brown <julian@codesourcery.com>
* Patch from 2005-03-08 reverted for causing regressions and
...
...
gcc/c-common.c
View file @
b735d54b
...
...
@@ -3698,7 +3698,7 @@ match_case_to_enum (splay_tree_node node, void *data)
/* Handle -Wswitch*. Called from the front end after parsing the switch
construct. */
/* ??? Should probably be somewhere generic, since other languages besides
C and C++ would want this. We'd want to agree on the datastructure,
C and C++ would want this. We'd want to agree on the data
structure,
however, which is a problem. Alternately, we operate on gimplified
switch_exprs, which I don't especially like. At the moment, however,
C/C++ are the only tree-ssa languages that support enumerations at all,
...
...
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