1. 14 Apr, 2014 25 commits
  2. 13 Apr, 2014 2 commits
    • re PR fortran/58085 (Wrong indexing of an array in ASSOCIATE) · 1cf43a1d
      2014-04-13  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/58085
      	PR fortran/60717
      	* trans.h: Add 'use_offset' bitfield to gfc_se.
      	* trans-array.c (gfc_conv_expr_descriptor): Use 'use_offset'
      	as a trigger to unconditionally recalculate the offset for
      	array slices and constant arrays.
      	trans-expr.c (gfc_conv_intrinsic_to_class): Use it.
      	trans-stmt.c (trans_associate_var): Ditto.
      	(gfc_conv_procedure_call): Ditto.
      
      2014-04-13  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/60717
      	* gfortran.dg/unlimited_polymorphic_17.f90: New test.
      
      	PR fortran/58085
      	* gfortran.dg/associate_15.f90: New test.
      
      From-SVN: r209347
      Paul Thomas committed
    • Daily bump. · ef3a248f
      From-SVN: r209344
      GCC Administrator committed
  3. 12 Apr, 2014 5 commits
  4. 11 Apr, 2014 8 commits
    • re PR c/60194 (-Wformat should also warn when using %d (instead of %u) for unsigned arguments) · cbbd2b1c
      2014-04-11  Tobias Burnus  <burnus@net-b.de>
      
              PR c/60194
      gcc/
              * doc/invoke.texi (-Wformat-signedness): Document it.
              (Wformat=2): Mention that this enables -Wformat-signedness.
      
      gcc/c-family/
              * c.opt (Wformat-signedness): Add
              * c-format.c(check_format_types): Use it.
      
      gcc/testsuite/
              * * g++.dg/warn/warn_format_signedness.C: New.
              * gcc.dg/format/warn-signedness.c: New.
      
      From-SVN: r209328
      Tobias Burnus committed
    • re PR fortran/58880 ([OOP] ICE on valid with FINAL function and type extension) · cb414900
      2014-04-11  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/58880
              PR fortran/60495
              * resolve.c (gfc_resolve_finalizers): Ensure that vtables
              and finalization wrappers are generated.
      
      2014-04-11  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/58880
              PR fortran/60495
              * gfortran.dg/finalize_25.f90: New.
      
      From-SVN: r209327
      Tobias Burnus committed
    • re PR bootstrap/60644 (Build of i686-pc-linux-android is broken) · b1cd42c5
      Fix for PR other/60644.
      +2014-04-11  Barry Tannenbaum  <barry.m.tannenbaum@intel.com>
      +
      +       PR other/60644
      +       * runtime/os-unix.c: Replaced all occurrances of ANDROID with
      +       __ANDROID__.
      +       * runtime/bug.h: Likewise.
      +       * include/cilk/metaprogramming.h: Likewise.
      +       * include/cilk/reducer_min_max.h: Likewise.
      +
      
      From-SVN: r209324
      Barry Tannenbaum committed
    • re PR libstdc++/59434 ([lwg/2106] move_iterator is broken for input iterators… · 4de3afd9
      re PR libstdc++/59434 ([lwg/2106] move_iterator is broken for input iterators with an rvalue as reference type)
      
      2014-04-11  Marc Glisse  <marc.glisse@inria.fr>
      
      	PR libstdc++/59434
      	* include/bits/stl_iterator.h (move_iterator::reference,
      	move_iterator::operator*): Implement LWG 2106.
      	* testsuite/24_iterators/move_iterator/dr2106.cc: New file.
      
      From-SVN: r209323
      Marc Glisse committed
    • lto.c: Include ipa-inline.h · bbe281da
      	* lto.c: Include ipa-inline.h
      	(do_whole_program_analysis): Free inline summary after partitioning.
      
      From-SVN: r209322
      Jan Hubicka committed
    • complex (__complex_exp, pow): Specify the template parameter in calls to… · 742f66e7
      complex (__complex_exp, pow): Specify the template parameter in calls to std::polar, for expression templates.
      
      2014-04-11  Marc Glisse  <marc.glisse@inria.fr>
      
      	* include/std/complex (__complex_exp, pow): Specify the template
      	parameter in calls to std::polar, for expression templates.
      
      From-SVN: r209321
      Marc Glisse committed
    • gcc: · d9bb5800
              * common/config/epiphany/epiphany-common.c
              (epiphany_option_optimization_table): Enable section anchors by
              default at -O1 or higher.
              * config/epiphany/epiphany.c (TARGET_MAX_ANCHOR_OFFSET): Define.
              (TARGET_MIN_ANCHOR_OFFSET): Likewise.
              (epiphany_rtx_costs) <SET>: For binary operators, the set as such
              carries no extra cost.
              (epiphany_legitimate_address_p): For BLKmode, apply SImode check.
              * config/epiphany/epiphany.h (ASM_OUTPUT_DEF): Define.
              * config/epiphany/predicates.md (memclob_operand): New predicate.
              * config/epiphany/epiphany.md (stack_adjust_add, stack_adjust_str):
              Use memclob_operand predicate and X constraint for operand 3.
      gcc/testsuite:
              * gcc.target/epiphany/t1068-2.c: New file.
      
      From-SVN: r209320
      Joern Rennecke committed
    • epiphany.c (epiphany_rtx_cost): Compare with CC_N_NE / CC_C_LTU / CC_C_GTU… · b5d0ecea
      epiphany.c (epiphany_rtx_cost): Compare with CC_N_NE / CC_C_LTU / CC_C_GTU carries no extra cost for its operands.
      
          gcc:
                  * config/epiphany/epiphany.c (epiphany_rtx_cost): Compare
                  with CC_N_NE / CC_C_LTU / CC_C_GTU carries no extra cost for
                  its operands.
          gcc/testsuite:
                  * gcc.target/epiphany/btst-1.c: New test.
      
      From-SVN: r209319
      Joern Rennecke committed