From: Jason Merrill Date: Tue, 9 Mar 2004 10:06:20 +0000 (-0500) Subject: rewrap comment X-Git-Tag: releases/gcc-4.0.0~9531 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fab459303ffbda687b43cc4e1e21f522e59c4e42;p=thirdparty%2Fgcc.git rewrap comment From-SVN: r79163 --- diff --git a/gcc/testsuite/g++.dg/ext/attrib14.C b/gcc/testsuite/g++.dg/ext/attrib14.C index 1b227293c461..3a819e01d820 100644 --- a/gcc/testsuite/g++.dg/ext/attrib14.C +++ b/gcc/testsuite/g++.dg/ext/attrib14.C @@ -1,6 +1,6 @@ // PR c++/13170 -// The bogus attribute is ignored, but was in TYPE_ATTRIBUTES during parsing of the class, -// causing some variants to have it and some not. +// The bogus attribute is ignored, but was in TYPE_ATTRIBUTES during +// parsing of the class, causing some variants to have it and some not. struct __attribute__((bogus)) A {