1. 12 Jun, 2013 20 commits
  2. 11 Jun, 2013 18 commits
  3. 10 Jun, 2013 2 commits
    • dwarf2out.c (hash_external_ref): Use die_symbol or signature for hash so that… · a5dc7f88
      dwarf2out.c (hash_external_ref): Use die_symbol or signature for hash so that hash table traversal order is...
      
      2013-06-10  Cary Coutant  <ccoutant@google.com>
      
      gcc/
      	* dwarf2out.c (hash_external_ref): Use die_symbol or signature
      	for hash so that hash table traversal order is deterministic.
      
      From-SVN: r199927
      Cary Coutant committed
    • re PR c/57563 (Lots of Cilk+ failures on i686-linux) · 00b8517d
      Fix for PR c/57563
      gcc/c/ChangeLog
      +2013-06-10  Balaji V. Iyer  <balaji.v.iyer@intel.com>
      +
      +       * c-array-notation.c (fix_builtin_array_notation_fn): Fully folded
      +       excessive precision expressions in function parameters.  Also removed
      +       couple unwanted while statements.
      +
      
      gcc/testsuite/ChangeLog
      +2013-06-10  Balaji V. Iyer  <balaji.v.iyer@intel.com>
      +
      +       PR c/57563
      +       * c-c++-common/cilk-plus/AN/builtin_fn_mutating.c (main): Fixed a bug
      +       in how we check __sec_reduce_mutating function's result.
      +
      
      From-SVN: r199925
      Balaji V. Iyer committed