Commit d0be7718 by Alan Lehotsky Committed by Alan Lehotsky

*** empty log message ***

From-SVN: r38886
parent 2f638f96
2001-01-10 Alan Lehotsky <lehotsky@tiac.net>
* gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
2001-01-10 Nathan Sidwell <nathan@codesourcery.com>
* g++.old_deja/g++.pt/error3.C: New test.
......
......@@ -3,10 +3,11 @@
/* { dg-do compile } */
/* { dg-options "" } */
#include <limits.h>
struct PDATA
{
unsigned int Dummy:32;
unsigned int Dummy:(sizeof(int)*CHAR_BIT);
const char* PName;
};
......
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