1. 27 Aug, 2012 5 commits
    • re PR fortran/41093 (memory leaks with gfc_namespace) · 6f79f4d1
      2012-08-27  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/41093
              * gfortran.h (gfc_common_head): Add "int refs".
              * match.c (gfc_match_common): Increment refs.
              * resolve.c (resolve_symbol): Only increment formal_ns->refs
              if formal_ns is not sym->ns.
              * symbol.c (gfc_free_symbol): Only free formal_ns if
              if formal_ns is not sym->ns. Free common_block if refs is one.
              (gfc_release_symbol): Release formal_ns only if the
              symbol is not ENTRY of a module.
              * decl.c (get_proc_name): Don't increment gfc_current_ns->refs.
              * parse.c (parse_interface): Incement proc_unit->refs++ for
              proc-pointer result variables.
              * module.c (mio_symbol): Don't increase sym->refs for its
              use in sym->formal_ns->proc_name.
      
      From-SVN: r190710
      Tobias Burnus committed
    • re PR fortran/54370 (error: non-trivial conversion in unary operation) · 1d636855
      2012-08-27  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/54370
              * trans-stmt.c (gfc_trans_do_while): Don't change the logical
              kind for negation of the condition.
      
      2012-08-27  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/54370
              * gfortran.dg/do_5.f90: New.
      
      From-SVN: r190709
      Tobias Burnus committed
    • MAINTAINERS: Fix my email address. · 6c513d43
      
              * MAINTAINERS: Fix my email address.
      
      From-SVN: r190708
      Ulrich Drepper committed
    • options.c (set_Wall): Don't set for -Wcompare-reals. · e9b49000
      2012-08-27  Tobias Burnus  <burnus@net-b.de>
      
              * options.c (set_Wall): Don't set for -Wcompare-reals.
              * invoke.texi (-Wall, -Wcompare-reals): -Wall no longer
              implies -Wcompare-reals.
      
      2012-08-27  Tobias Burnus  <burnus@net-b.de>
      
              * gfortran.dg/bessel_5.f90: Remove -Wno-compare-reals
              from dg-options as -Wall no longer implies it.
      
      From-SVN: r190707
      Tobias Burnus committed
    • Daily bump. · 12a3e30e
      From-SVN: r190706
      GCC Administrator committed
  2. 26 Aug, 2012 23 commits
  3. 25 Aug, 2012 12 commits