diff options
author | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-10-29 16:44:34 +0000 |
---|---|---|
committer | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-10-29 16:44:34 +0000 |
commit | 32f37500f7c19b59875ef53443a7a3a48fc6a865 (patch) | |
tree | 041ab47b1a5538f005ec95ec88d8276481253110 /fixincludes/ChangeLog | |
parent | 3190d74b90c0afec47b26cc43afe04126ee0fd84 (diff) | |
download | gcc-32f37500f7c19b59875ef53443a7a3a48fc6a865.tar.gz |
Omit testing wrap and replacement fixes during testing.
This exposes a missing result and tests a test that got hidden before.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@192952 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/ChangeLog')
-rw-r--r-- | fixincludes/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog index b41671093b8..ffd62de300b 100644 --- a/fixincludes/ChangeLog +++ b/fixincludes/ChangeLog @@ -1,3 +1,18 @@ +2012-09-29 Bruce Korb <bkorb@gnu.org> + + * README: testing wrap and replacement fixes is pointless. + * fixincl.c: export verbosity enumerations to fixlib.h + (run_compiles): mark replacement fixes to be skipped when + in testing mode + * fixlib.h: add a test mode and enumerations from fixincl.c + * check.tpl: set TEST_MODE in environment + * fixopts.c (initialize_opts): check for TEST_MODE in environment + * inclhack.def: move AAB_darwin7_9_long_double_funcs to + darwin_9_long_double_funcs_2. It is not a replacement fix. + * fixincl.x: regenerate + * tests/base/ioLib.h: the need for this is now exposed, so add it. + * tests/base/architecture/ppc/math.h: the correct result is now needed. + 2012-09-29 Robert Mason <rbmj@verizon.net> * fixinc.in: Omit machine name checks for vxworks |