From: Olga Golovanevsky Date: Tue, 24 Apr 2007 15:58:44 +0000 (+0000) Subject: typo fix in str_empty.C X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=676b23ba25b9f21507847fe1f7a90266aaa2e81f;p=gcc.git typo fix in str_empty.C From-SVN: r124110 --- 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 // { dg-do compile } // { dg-options "-O2" }