Commit 4a23a464 by Jason Merrill

* g++.dg/warn/Wpadded-1.C: Fix for 32-bit target.

From-SVN: r246014
parent d57409cb
......@@ -4,8 +4,8 @@
template <class> struct A;
template <typename> struct B { // { dg-warning "padding struct size to alignment boundary" }
long _M_off;
int _M_state;
long long _M_off;
char _M_state;
};
template <> struct A<char> { typedef B<int> pos_type; };
enum _Ios_Openmode {};
......
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