From: kazu Date: Wed, 23 Feb 2005 14:58:03 +0000 (+0000) Subject: * gcc.dg/pr20017.c: Fix a comment typo. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c1676c1b344d19c0859b837ccd63ecfa91efd12;p=thirdparty%2Fgcc.git * gcc.dg/pr20017.c: Fix a comment typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95456 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index bf8b0469a85c..70a750a25cb7 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-02-23 Kazu Hirata + + * gcc.dg/pr20017.c: Fix a comment typo. + 2005-02-23 Bud Davis * 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 ee425f553778..16bd72b315d0 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. */