From fab459303ffbda687b43cc4e1e21f522e59c4e42 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Tue, 9 Mar 2004 05:06:20 -0500 Subject: [PATCH] rewrap comment From-SVN: r79163 --- gcc/testsuite/g++.dg/ext/attrib14.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/testsuite/g++.dg/ext/attrib14.C b/gcc/testsuite/g++.dg/ext/attrib14.C index 1b227293c46..3a819e01d82 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 { -- 2.30.2