]> git.ipfire.org Git - thirdparty/gcc.git/commit
backport: re PR fortran/54370 (error: non-trivial conversion in unary operation)
authorTobias Burnus <burnus@net-b.de>
Thu, 6 Jun 2013 16:45:04 +0000 (18:45 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Thu, 6 Jun 2013 16:45:04 +0000 (18:45 +0200)
commit60ef4024952d005b0799c56e1e212ece03d38b62
treed1f48fc2c9a98b9f29af25bb5754ebd6489e3ace
parent8519a634a777f16c333b03e221e4513e26cd6e0f
backport: re PR fortran/54370 (error: non-trivial conversion in unary operation)

2013-06-06  Tobias Burnus  <burnus@net-b.de>

        Backport from mainline
        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.

2013-06-06  Tobias Burnus  <burnus@net-b.de>

        Backport from mainline
        2012-08-27  Tobias Burnus  <burnus@net-b.de>

        PR fortran/54370
        * gfortran.dg/do_5.f90: New.

From-SVN: r199746
gcc/fortran/ChangeLog
gcc/fortran/trans-stmt.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/do_5.f90 [new file with mode: 0644]