This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/10207] Empty structure initialization fails under C++ (but works under C)


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10207



------- Additional Comments From pinskia@physics.uc.edu  2003-06-14 20:37 -------
I thought empty structs in C were a gcc extension and that gcc decided that it would still be of size 
0 and that at one point gcc had 0 size for c++ but the c++ abi said otherwise so that was fixed?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]