]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ChangeLog: Fix whitespace.
authorUros Bizjak <uros@gcc.gnu.org>
Fri, 5 Jul 2013 19:30:57 +0000 (21:30 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Fri, 5 Jul 2013 19:30:57 +0000 (21:30 +0200)
* ChangeLog: Fix whitespace.
* testsuite/ChangeLog: Ditto.

From-SVN: r200721

gcc/ChangeLog
gcc/testsuite/ChangeLog

index b6bde8d679f7a32732056b234c3bd78d2af55109..fef987619944bbd16881778f2c02505c8c72a163 100644 (file)
@@ -52,8 +52,8 @@
 
 2013-07-02  Sriraman Tallam  <tmsriram@google.com>
 
-       * config/i386/i386.c (gate_insert_vzeroupper): Check if target
-       ISA is AVX.
+       * config/i386/i386.c (gate_insert_vzeroupper): Check if
+       target ISA is AVX.
        (ix86_option_override_internal):Turn on all -mavx target flags by
        default as they are dependent on AVX anyway.
 
@@ -75,8 +75,7 @@
 
 2013-07-02  Ian Bolton  <ian.bolton@arm.com>
 
-       * config/aarch64/aarch64-simd.md (absdi2): Support abs for
-       DI mode.
+       * config/aarch64/aarch64-simd.md (absdi2): Support abs for DI mode.
 
 2013-07-02  Ian Bolton  <ian.bolton@arm.com>
 
 
 2013-06-29  Yufeng Zhang  <yufeng.zhang@arm.com>
 
-       * config/aarch64/aarch64.c: Remove junk from the beginning of the
-       file.
+       * config/aarch64/aarch64.c: Remove junk from the beginning of the file.
 
 2013-06-28  Vladimir Makarov  <vmakarov@redhat.com>
 
 2013-06-28  Jakub Jelinek  <jakub@redhat.com>
 
        PR target/57736
-       * config/i386/i386.c (ix86_expand_builtin): If target == NULL
-       and mode is VOIDmode, don't create a VOIDmode pseudo to copy result
-       into.
+       * config/i386/i386.c (ix86_expand_builtin): If target == NULL and
+       mode is VOIDmode, don't create a VOIDmode pseudo to copy result into.
 
 2013-06-28  Balaji V. Iyer  <balaji.v.iyer@intel.com>
 
 
 2013-06-28  Marcus Shawcroft  <marcus.shawcroft@arm.com>
 
-       * config/aarch64/aarch64-protos.h
-       aarch64_classify_symbol_expression): Define.
+       * config/aarch64/aarch64-protos.h (aarch64_classify_symbol_expression):
+       Define.
        (aarch64_symbolic_constant_p): Remove.
        * config/aarch64/aarch64.c (aarch64_classify_symbol_expression): Remove
        static.  Fix line length and white space.
 
        * config/mips/mips-tables.opt: Regenerate.
        * config/mips/mips-cpus.def: Add m14ke and m14kec.
-       * config/mips/mips.h (BASE_DRIVER_SELF_SPECS): m14ke* implies
-       -mdspr2.
+       * config/mips/mips.h (BASE_DRIVER_SELF_SPECS): m14ke* implies -mdspr2.
        * doc/invoke.texi: Add -m14kc.
 
 2013-06-27  Jakub Jelinek  <jakub@redhat.com>
 
 2013-06-27  Vladimir Makarov  <vmakarov@redhat.com>
 
-       * lra-constraints.c (inherit_in_ebb): Process static hard regs
-       too.  Process OP_INOUT regs for splitting too.
+       * lra-constraints.c (inherit_in_ebb): Process static hard regs too.
+       Process OP_INOUT regs for splitting too.
 
 2013-06-27  Jakub Jelinek  <jakub@redhat.com>
 
        (s390_expand_builtin): New function.
        (TARGET_INIT_BUILTINS): Define.
        (TARGET_EXPAND_BUILTIN): Define.
-       * common/config/s390/s390-common.c (processor_flags_table): Add
-       PF_TX.
+       * common/config/s390/s390-common.c (processor_flags_table): Add PF_TX.
        * config/s390/predicates.md (s390_comparison): Handle CCRAWmode.
        (s390_alc_comparison): Likewise.
        * config/s390/s390-modes.def: Add CCRAWmode.
        * config/s390/s390.md: Rename UNSPEC_CCU_TO_INT to
        UNSPEC_STRCMPCC_TO_INT and UNSPEC_CCZ_TO_INT to UNSPEC_CC_TO_INT.
        (UNSPECV_TBEGIN, UNSPECV_TBEGINC, UNSPECV_TEND, UNSPECV_TABORT)
-       (UNSPECV_ETND, UNSPECV_NTSTG, UNSPECV_PPA): New unspecv enum
-       values.
+       (UNSPECV_ETND, UNSPECV_NTSTG, UNSPECV_PPA): New unspecv enum values.
        (TBEGIN_MASK, TBEGINC_MASK): New constants.
        ("*cc_to_int"): Move up.
        ("*mov<mode>cc", "*cjump_64", "*cjump_31"): Accept integer
 2013-06-26  Thomas Schwinge  <thomas@codesourcery.com>
 
        * config/i386/gnu.h [TARGET_LIBC_PROVIDES_SSP]
-       (TARGET_CAN_SPLIT_STACK, TARGET_THREAD_SPLIT_STACK_OFFSET):
-       Undefine.
+       (TARGET_CAN_SPLIT_STACK, TARGET_THREAD_SPLIT_STACK_OFFSET): Undefine.
 
 2013-06-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
            Pat Haugen <pthaugen@us.ibm.com>
        PR tree-optimization/57705
        * tree-vect-loop.c (vect_is_simple_iv_evolution): Allow
        SSA_NAME step, provided that it is not defined inside the loop.
-       (vect_analyze_scalar_cycles_1): Disallow SSA_NAME step in nested
-       loop.
+       (vect_analyze_scalar_cycles_1): Disallow SSA_NAME step in nested loop.
        (get_initial_def_for_induction): Handle SSA_NAME IV step.
 
 2013-06-25  Martin Jambor  <mjambor@suse.cz>
 
 2013-06-24  Richard Biener  <rguenther@suse.de>
 
-       * pointer-set.h (struct pointer_set_t): Move here from
-       pointer-set.c.
+       * pointer-set.h (struct pointer_set_t): Move here from pointer-set.c.
        (pointer_set_lookup): Declare.
        (class pointer_map): New template class implementing a
        generic pointer to T map.
        when current target options does not apply.
        * config/i386/i386-protos.h (ix86_reset_previous_fndecl): New function.
        * config/i386/i386.c (ix86_reset_previous_fndecl): Ditto.
-       * config/i386/bmiintrin.h: Pass appropriate target attributes to header.
+       * config/i386/bmiintrin.h: Pass appropriate target
+       attributes to header.
        * config/i386/mmintrin.h: Ditto.
        * config/i386/nmmintrin.h: Ditto.
        * config/i386/avx2intrin.h: Ditto.
 
 2013-06-21  Andi Kleen  <ak@linux.intel.com>
 
-       * doc/extend.texi: Dont use __atomic_clear in HLE
-       example.  Fix typo.
+       * doc/extend.texi: Dont use __atomic_clear in HLE example.  Fix typo.
 
 2013-06-21  Andi Kleen  <ak@linux.intel.com>
 
index 9ebc62c83fc6db619f1fce132f41a00aa91b7411..b37d8d58bc5e8dcae32b6e2b27053678eae2fd33 100644 (file)
 2013-06-21  Balaji V. Iyer  <balaji.v.iyer@intel.com>
 
        * c-c++-common/cilk-plus/AN/array_test1.c: Make this an execution test.
-       Also changed the returns from error as distinct values so that debugging
-       can get easier.
+       Also changed the returns from error as distinct values so that
+       debugging can get easier.
        * c-c++-common/cilk-plus/AN/if_test_errors.c (main): Made certain
-       errors specific to C, if necessary.  Also added new error hooks for C++.
+       errors specific to C, if necessary.  Also added new error
+       hooks for C++.
        * c-c++-common/cilk-plus/AN/misc.c (main): Likewise.
        * c-c++-common/cilk-plus/AN/parser_errors.c (main): Likewise.
        * c-c++-common/cilk-plus/AN/parser_errors2.c (main): Likewise.
        * c-c++-common/cilk-plus/AN/parser_errors3.c (main): Likewise.
        * c-c++-common/cilk-plus/AN/pr57541.c (main): Likewise.
-       * c-c++-common/cilk-plus/AN/parser_errors4.c (main): In addition to the
-       same changes as parser_errors3.c, spaces were added between colons to
-       not confuse C++ compiler with 2 colons as scope.
+       * c-c++-common/cilk-plus/AN/parser_errors4.c (main): In addition to
+       the same changes as parser_errors3.c, spaces were added between colons
+       to not confuse C++ compiler with 2 colons as scope.
        * c-c++-common/cilk-plus/AN/vla.c: Make this test C specific.
        * g++.dg/cilk-plus/AN/array_test1_tplt.cc: New test.
        * g++.dg/cilk-plus/AN/array_test2_tplt.cc: Likewise.
        * g++.dg/cilk-plus/AN/preincr_test.cc: Likewise.
        * g++.dg/cilk-plus/AN/postincr_test.cc: Likewise.
        * g++.dg/cilk-plus/cilk-plus.exp: New script.
-       * gcc/testsuite/g++.dg/dg.exp: Included Cilk Plus C++ tests in the list.
+       * gcc/testsuite/g++.dg/dg.exp: Included Cilk Plus C++ tests
+       in the list.
 
 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
 
        PR tree-optimization/57584
        * gcc.dg/torture/pr57584.c: New testcase.
 
-2013-06-19    <singhai@google.com>
+2013-06-19  Sharad Singhai  <singhai@google.com>
 
        * g++.dg/gcov/gcov-8.C: New testcase.
        * lib/gcov.exp: Handle intermediate format.
 2013-05-14  Joern Rennecke <joern.rennecke@embecosm.com>
 
        * gcc.c-torture/compile/limits-externdecl.c [target avr-*-*]:
-        Expect "size of array is too large" error.
+       Expect "size of array is too large" error.
 
 2013-05-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>