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 other/32948] five warnings and a patch



------- Comment #1 from bje at gcc dot gnu dot org  2008-02-25 11:51 -------
Subject: Bug 32948

Author: bje
Date: Mon Feb 25 11:50:17 2008
New Revision: 132618

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132618
Log:
fixincludes/
        PR other/32948
        * fixincl.c (fix_applies): Remove unused variable `name_len'.

gcc/
        PR other/32948
        * c-decl.c (grokdeclarator): Remove unused local variables
        `typedef_type' and `type_as_written'.
        * bb-reorder.c
        (find_rarely_executed_basic_blocks_and_crossing_edges): Remove
        unused local variable `has_hot_blocks'.
        (fix_crossing_conditional_branches): Remove unused local variable
        `prev_bb'.

Modified:
    trunk/fixincludes/ChangeLog
    trunk/fixincludes/fixincl.c
    trunk/gcc/ChangeLog
    trunk/gcc/bb-reorder.c
    trunk/gcc/c-decl.c


-- 


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


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