mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 00:01:25 +08:00
* c-common.c (c_do_switch_warnings): Comment fix.
From-SVN: r96150
This commit is contained in:
parent
0cbb117e8c
commit
b735d54b7a
@ -1,3 +1,7 @@
|
||||
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
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user