Commit a072f1cf by Ralf Wildenhues Committed by Ralf Wildenhues

check_warning_flags.sh: Update flag exceptions.

contrib/
        * check_warning_flags.sh: Update flag exceptions.

gcc/
        * doc/invoke.texi (Warning Options): -Wsync-nand is C/C++ only.
        -Wno-pedantic-ms-format is for MinGW targets only.

From-SVN: r144522
parent b3cdf3cb
2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* check_warning_flags.sh: Update flag exceptions.
2008-11-18 Ben Elliston <bje@au.ibm.com> 2008-11-18 Ben Elliston <bje@au.ibm.com>
* dg-cmp-results.sh: Do not print usage if either .sum file cannot * dg-cmp-results.sh: Do not print usage if either .sum file cannot
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# Check that the warning flags documented in invoke.texi match up # Check that the warning flags documented in invoke.texi match up
# with what the compiler accepts. # with what the compiler accepts.
# #
# Copyright (C) 2008 Free Software Foundation, Inc. # Copyright (C) 2008, 2009 Free Software Foundation, Inc.
# Written by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>. # Written by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
# #
# This script is Free Software, and it can be copied, distributed and # This script is Free Software, and it can be copied, distributed and
...@@ -39,9 +39,12 @@ stderr=check_warning_flags_stderr$$ ...@@ -39,9 +39,12 @@ stderr=check_warning_flags_stderr$$
remove_problematic_flags=' remove_problematic_flags='
/-Wlarger-than-/d /-Wlarger-than-/d
/-Wframe-larger-than/d
/-Wdisallowed-function-list/d
/-W[alp],/d /-W[alp],/d
/-Werror/d /-Werror/d
/-Wpadded/d /-Wpadded/d
/pedantic-ms-format/d
/=/d' /=/d'
# Ensure that indexed warnings are accepted. # Ensure that indexed warnings are accepted.
......
2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* doc/invoke.texi (Warning Options): -Wsync-nand is C/C++ only.
-Wno-pedantic-ms-format is for MinGW targets only.
* doc/options.texi (Option file format): Fix bad indentation, * doc/options.texi (Option file format): Fix bad indentation,
restoring dropped sentence. restoring dropped sentence.
......
...@@ -3150,7 +3150,7 @@ and lacks a @code{case} for one or more of the named codes of that ...@@ -3150,7 +3150,7 @@ and lacks a @code{case} for one or more of the named codes of that
enumeration. @code{case} labels outside the enumeration range also enumeration. @code{case} labels outside the enumeration range also
provoke warnings when this option is used. provoke warnings when this option is used.
@item -Wsync-nand @item -Wsync-nand @r{(C and C++ only)}
@opindex Wsync-nand @opindex Wsync-nand
@opindex Wno-sync-nand @opindex Wno-sync-nand
Warn when @code{__sync_fetch_and_nand} and @code{__sync_nand_and_fetch} Warn when @code{__sync_fetch_and_nand} and @code{__sync_nand_and_fetch}
...@@ -3604,7 +3604,7 @@ assume anything on the bounds of the loop indices. With ...@@ -3604,7 +3604,7 @@ assume anything on the bounds of the loop indices. With
@option{-funsafe-loop-optimizations} warn if the compiler made @option{-funsafe-loop-optimizations} warn if the compiler made
such assumptions. such assumptions.
@item -Wno-pedantic-ms-format @item -Wno-pedantic-ms-format @r{(MinGW targets only)}
@opindex Wno-pedantic-ms-format @opindex Wno-pedantic-ms-format
@opindex Wpedantic-ms-format @opindex Wpedantic-ms-format
Disables the warnings about non-ISO @code{printf} / @code{scanf} format Disables the warnings about non-ISO @code{printf} / @code{scanf} format
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment