[Bug c++/10207] Empty structure initialization fails under C++ (but works under C)
bangerth@dealii.org
gcc-bugzilla@gcc.gnu.org
Sat Jun 14 20:33:00 GMT 2003
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 bangerth@dealii.org 2003-06-14 20:33 -------
Regarding the sizeof problem: the C standard says that empty structures have size
zero, while the C++ standard says that it must have a nonzero size. Another one
of those unfortunate decisions of the C standards committee :-(
More information about the Gcc-bugs
mailing list