re PR fortran/54370 (error: non-trivial conversion in unary operation)
authorTobias Burnus <burnus@net-b.de>
Mon, 27 Aug 2012 12:03:41 +0000 (14:03 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Mon, 27 Aug 2012 12:03:41 +0000 (14:03 +0200)
commit1d6368551e85cac41df6df4234d865918b693319
tree4fda2ff21c6c4925e57041ec9ffdb79d95b3afc4
parent6c513d43fb33ccd370998b3efae513f4f3a203be
re PR fortran/54370 (error: non-trivial conversion in unary operation)

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
gcc/fortran/ChangeLog
gcc/fortran/trans-stmt.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/do_5.f90 [new file with mode: 0644]