Commit 233b9db6 by Marek Polacek Committed by Marek Polacek

* c-c++-common/pr65556.c: Change the width of bit-fields.

From-SVN: r221771
parent afd1e7c6
2015-03-30 Marek Polacek <polacek@redhat.com>
* c-c++-common/pr65556.c: Change the width of bit-fields.
2015-03-27 Jan Hubicka <hubicka@ucw.cz>
PR ipa/65588
......
......@@ -4,9 +4,9 @@
struct S
{
long l: 1;
long l2: 41;
long l2: 21;
unsigned long ul: 1;
unsigned long ul2: 41;
unsigned long ul2: 21;
} s;
void
......
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