From: olga Date: Tue, 24 Apr 2007 15:58:44 +0000 (+0000) Subject: typo fix in str_empty.C X-Git-Tag: upstream/4.9.2~49019 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6d22e9da465fa099faa69a637aeb10a73b0fed9f;p=platform%2Fupstream%2Flinaro-gcc.git typo fix in str_empty.C git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124110 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/g++.dg/other/str_empty.C b/gcc/testsuite/g++.dg/other/str_empty.C index ba9f89d..c615a2b 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" }