Index: ChangeLog
===================================================================
--- ChangeLog	(Revision 194152)
+++ ChangeLog	(Arbeitskopie)
@@ -1,3 +1,8 @@
+2012-12-04  Tobias Burnus  <burnus@net-b.de>
+
+	* gfortran.dg/quad_3.f90: Fix a condition,
+	which wrongly required ordered/lazy evaluation.
+
 2012-12-04  Marcus Shawcroft  <marcus.shawcroft@arm.com>
 
 	* gcc.target/aarch64/121127.c: New test.
Index: gfortran.dg/quad_3.f90
===================================================================
--- gfortran.dg/quad_3.f90	(Revision 194152)
+++ gfortran.dg/quad_3.f90	(Arbeitskopie)
@@ -15,6 +15,8 @@ program test_qp
    ! Run this only with libquadmath; assume that all those systems
    ! have also kind=10.
    if (size (real_kinds) >= 4 .and. real_kinds(3) == 10 .and. qp == 16) then
+     if (real_kinds(3) /= 10) stop
+
      exponent = 4000
      b(:) = huge (1.0_qp)/10.0_qp**exponent
 !     print *, 'real(16) big value:      ', b(1)
