diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2004-03-09 05:06:20 -0500 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2004-03-09 05:06:20 -0500 |
commit | fab459303ffbda687b43cc4e1e21f522e59c4e42 (patch) | |
tree | 4f17ab77da13e628b8ab05791d0c1f182b6f8f85 /gcc | |
parent | f3dfc177db81876e46e6fc3abd2ec9eb8d9fb239 (diff) | |
download | gcc-fab459303ffbda687b43cc4e1e21f522e59c4e42.zip gcc-fab459303ffbda687b43cc4e1e21f522e59c4e42.tar.gz gcc-fab459303ffbda687b43cc4e1e21f522e59c4e42.tar.bz2 |
rewrap comment
From-SVN: r79163
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/g++.dg/ext/attrib14.C | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/g++.dg/ext/attrib14.C b/gcc/testsuite/g++.dg/ext/attrib14.C index 1b22729..3a819e0 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 { |