From: ro Date: Tue, 26 Apr 2011 16:18:04 +0000 (+0000) Subject: Fixed gcc.dg/binop-xor[1-5].c filenames. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90020591f851242bf9d6c5dc16232c2dcafb7708;p=thirdparty%2Fgcc.git Fixed gcc.dg/binop-xor[1-5].c filenames. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172979 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8b00f7ae3b93..79cb509fb08b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -181,11 +181,11 @@ 2011-04-20 Kai Tietz - * gcc.dg/binio-xor1.c: New test. - * gcc.dg/binio-xor2.c: New test. - * gcc.dg/binio-xor3.c: New test. - * gcc.dg/binio-xor4.c: New test. - * gcc.dg/binio-xor5.c: New test. + * gcc.dg/binop-xor1.c: New test. + * gcc.dg/binop-xor2.c: New test. + * gcc.dg/binop-xor3.c: New test. + * gcc.dg/binop-xor4.c: New test. + * gcc.dg/binop-xor5.c: New test. 2011-04-20 Richard Guenther