[Bug c++/14932] [3.4/4.0 Regression] cannot use offsetof to get offsets of array elements in g++ 3.4.0 prerelease

2013-08-31 Thread zhangjingwang at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14932 --- Comment #15 from zhangjingwang at gmail dot com --- (In reply to zhangjingwang from comment #14) > #include > #include > > struct TestStruct { > int array[13]; > }; > > struct TempStruct { > int index; > }

[Bug c++/14932] [3.4/4.0 Regression] cannot use offsetof to get offsets of array elements in g++ 3.4.0 prerelease

2013-08-30 Thread zhangjingwang at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14932 zhangjingwang at gmail dot com changed: What|Removed |Added CC||zhangjingwang at gmail