Commit 8e73900b by Benjamin Kosnik

fix for g++/15235 now generates a warning here

From-SVN: r18828
parent a16b4c9c
......@@ -2,7 +2,7 @@
struct F {
bool b1 : 1;
bool b2 : 7;
bool b2 : 7; // WARNING -
};
main()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment