------- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-09-15 04:52 ------- > Yes well I don't think you should have to go out of your way to ask the > compiler to not generate invalid code. Not generating invalid code should be > the default behavior.
Again the compiler violates the ISO C standard if it stops. I agree that this is counter-intuitive, but you have an unconditional warning. Simply ban -w. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10719