1. 05 Jun, 2014 3 commits
    • re PR c/49706 (No warning for (!x > 1) which is always false) · 742938c9
      	PR c/49706
      	* doc/invoke.texi: Document -Wlogical-not-parentheses.
      c-family/
      	* c-common.c (warn_logical_not_parentheses): New function.
      	* c-common.h (warn_logical_not_parentheses): Declare.
      	* c.opt (Wlogical-not-parentheses): New option.
      c/
      	* c-typeck.c (parser_build_binary_op): Warn when logical not is used
      	on the left hand side operand of a comparison. 
      cp/
      	* parser.c (cp_parser_binary_expression): Warn when logical not is
      	used on the left hand side operand of a comparison.
      testsuite/
      	* c-c++-common/pr49706.c: New test.
      
      From-SVN: r211255
      Marek Polacek committed
    • re PR c/48062 (`shadowed declaration is here' should be a note) · 6447c55d
      	PR c/48062
      	* c-decl.c (warn_if_shadowing): Call inform instead of warning_at.
      	Print note only if the warning was printed.
      
      	* gcc.dg/Wshadow-1.c: Use dg-message for "shadowed declaration".
      	* gcc.dg/Wshadow-3.c: Likewise.
      	* gcc.dg/pr48062.c: New test.
      
      From-SVN: r211254
      Marek Polacek committed
    • Daily bump. · 1f5dc1b6
      From-SVN: r211253
      GCC Administrator committed
  2. 04 Jun, 2014 28 commits
  3. 03 Jun, 2014 9 commits