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 bootstrap/37606] builtins.c: 6 * set but not used


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.5.0

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-01-28 04:42:34 UTC ---
Fixed by:
2009-11-07  David Binderman <dcb314@hotmail.com>

        * builtins.c (apply_args_size, expand_builtin_mathfn, expand_powi,
        expand_builtin_expect, maybe_emit_sprintf_chk_warning): Remove some
        set but not used variables.
        (apply_args_reg_offset): Comment out as unused.
        * calls.c (flags_from_decl_or_type): Likewise.
        * genautomata.c (check_regexp_units_distribution): Likewise.


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