projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a16b4c9
)
�
author
Benjamin Kosnik
<bkoz@gcc.gnu.org>
Wed, 25 Mar 1998 13:45:38 +0000
(13:45 +0000)
committer
Benjamin Kosnik
<bkoz@gcc.gnu.org>
Wed, 25 Mar 1998 13:45:38 +0000
(13:45 +0000)
fix for g++/15235 now generates a warning here
From-SVN: r18828
gcc/testsuite/g++.old-deja/g++.jason/bool2.C
patch
|
blob
|
history
diff --git
a/gcc/testsuite/g++.old-deja/g++.jason/bool2.C
b/gcc/testsuite/g++.old-deja/g++.jason/bool2.C
index 4c0edcb3596bcb69297a068f451db2538ec61d82..f3b9a3d21db0259363484360340c40df4de85e77 100644
(file)
--- a/
gcc/testsuite/g++.old-deja/g++.jason/bool2.C
+++ b/
gcc/testsuite/g++.old-deja/g++.jason/bool2.C
@@
-2,7
+2,7
@@
struct F {
bool b1 : 1;
- bool b2 : 7;
+ bool b2 : 7;
// WARNING -
};
main()