diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-02-23 14:58:03 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-02-23 14:58:03 +0000 |
commit | ea2d006db4667ccf7a5fc1788e0c47745fa3a5fd (patch) | |
tree | 8c97351926af05d8018086a8994510eea5c04f51 /gcc/testsuite | |
parent | 962eea0a03f8d2f73937f82b7329e97824677920 (diff) | |
download | gcc-ea2d006db4667ccf7a5fc1788e0c47745fa3a5fd.zip gcc-ea2d006db4667ccf7a5fc1788e0c47745fa3a5fd.tar.gz gcc-ea2d006db4667ccf7a5fc1788e0c47745fa3a5fd.tar.bz2 |
* gcc.dg/pr20017.c: Fix a comment typo.
From-SVN: r95456
Diffstat (limited to 'gcc/testsuite')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/pr20017.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index bf8b046..70a750a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-02-23 Kazu Hirata <kazu@cs.umass.edu> + + * gcc.dg/pr20017.c: Fix a comment typo. + 2005-02-23 Bud Davis <bdavis@gfortran.org> * gfortran.dg/list_read_4.f90: Change to f90 comments. diff --git a/gcc/testsuite/gcc.dg/pr20017.c b/gcc/testsuite/gcc.dg/pr20017.c index ee425f5..16bd72b 100644 --- a/gcc/testsuite/gcc.dg/pr20017.c +++ b/gcc/testsuite/gcc.dg/pr20017.c @@ -1,6 +1,6 @@ /* PR rtl-optimization/20017 - After CSE/GCSE folds a switch statement to an unconditonal jump, + After CSE/GCSE folds a switch statement to an unconditional jump, cfg_cleanup did not remove a dead jump table, confusing the CFG layout code later on. */ |