------- Comment #1 from ian at airs dot com  2008-01-25 18:56 -------
This was probably fixed by this patch:

2008-01-22  Manuel Lopez-Ibanez  <[EMAIL PROTECTED]>

        PR 32102
        * doc/invoke.texi (-Wall): -Wall enables -Wstrict-overflow=1.
        * flags.h (warn_strict_aliasing): Remove.
        (warn_strict_overflow): Remove.
        * opts.c (warn_strict_aliasing): Remove.
        (warn_strict_overflow): Remove.
        * c-opts.c (c_common_handle_option): -Wall only sets
        -Wstrict-aliasing or -Wstrict-overflow if they are uninitialized.
        (c_common_post_options): Give default values to -Wstrict-aliasing
        and -Wstrict-overflow if they are uninitialized.
        * common.opt (Wstrict-aliasing): Specify Var and Init.
        (Wstrict-overflow): Likewise.


-- 


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

Reply via email to