re PR middle-end/37882 (Bitfield miscompilation)

PR middle-end/37882
	* gcc.c-torture/execute/pr37882.c: Remove a field.

From-SVN: r141339
This commit is contained in:
Jakub Jelinek 2008-10-24 11:14:57 +02:00 committed by Jakub Jelinek
parent ba4f8572c1
commit 950d63e12f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-10-24 Jakub Jelinek <jakub@redhat.com>
PR middle-end/37882
* gcc.c-torture/execute/pr37882.c: Remove a field.
2008-10-22 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libfortran/37707

View File

@ -2,7 +2,6 @@
struct S
{
int a : 21;
unsigned char b : 3;
} s;