diff options
| author | olga <olga@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-24 15:58:44 +0000 |
|---|---|---|
| committer | olga <olga@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-24 15:58:44 +0000 |
| commit | 6d22e9da465fa099faa69a637aeb10a73b0fed9f (patch) | |
| tree | ab78548da309fbbee73b75455617fc04472ea7d3 | |
| parent | ee96af512a9d81ac048a1537d53b31aa26072f5f (diff) | |
| download | ppe42-gcc-6d22e9da465fa099faa69a637aeb10a73b0fed9f.tar.gz ppe42-gcc-6d22e9da465fa099faa69a637aeb10a73b0fed9f.zip | |
typo fix in str_empty.C
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124110 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/testsuite/g++.dg/other/str_empty.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/other/str_empty.C b/gcc/testsuite/g++.dg/other/str_empty.C index ba9f89deb5a..c615a2b522a 100644 --- a/gcc/testsuite/g++.dg/other/str_empty.C +++ b/gcc/testsuite/g++.dg/other/str_empty.C @@ -1,5 +1,5 @@ // PR c++/31617 -// Segfault in integer_rezop +// Segfault in integer_zerop // Origin: Andrew Pinski <andrew_pinski@playstation.sony.com> // { dg-do compile } // { dg-options "-O2" } |

