[Bug c++/14173] [3.4/3.5 Regression] -fpack-struct crashes on hello_world.cpp
mmitchel at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Feb 20 07:10:00 GMT 2004
------- Additional Comments From mmitchel at gcc dot gnu dot org 2004-02-20 07:10 -------
IMO, the right fix for this PR is to remove -fpack-struct. It's an option
likely to burn almost all users due to the fact that the C/C++ standard
libraries are never going to be built in that mode on most systems.
Structure-packing should be done on a per-type basis.
On the other hand, there's an easy fix. I'll check that in when testing completes.
--
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com
|dot org |
Status|NEW |ASSIGNED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14173
More information about the Gcc-bugs
mailing list