public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/51703] New: FAIL: gfortran.dg/io_real_boz_[345].f90  -O  (test for excess errors)
@ 2011-12-29 17:55 danglin at gcc dot gnu.org
  2012-01-02 11:24 ` [Bug testsuite/51703] " burnus at gcc dot gnu.org
  2012-01-07  0:52 ` danglin at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-12-29 17:55 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51703

             Bug #: 51703
           Summary: FAIL: gfortran.dg/io_real_boz_[345].f90  -O  (test for
                    excess errors)
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: danglin@gcc.gnu.org
              Host: hppa-unknown-linux-gnu
            Target: hppa-unknown-linux-gnu
             Build: hppa-unknown-linux-gnu


Executing on host:
/home/dave/gnu/gcc/objdir/gcc/testsuite/gfortran/../../gfortr
an -B/home/dave/gnu/gcc/objdir/gcc/testsuite/gfortran/../../
-B/home/dave/gnu/gc
c/objdir/hppa-linux-gnu/./libgfortran/
/home/dave/gnu/gcc/gcc/gcc/testsuite/gfor
tran.dg/io_real_boz_3.f90    -O  -std=f2008 
-B/home/dave/gnu/gcc/objdir/hppa-li
nux-gnu/./libgfortran/.libs
-L/home/dave/gnu/gcc/objdir/hppa-linux-gnu/./libgfor
tran/.libs -L/home/dave/gnu/gcc/objdir/hppa-linux-gnu/./libgfortran/.libs  -lm  
 -o ./io_real_boz_3.exe    (timeout = 300)
spawn /home/dave/gnu/gcc/objdir/gcc/testsuite/gfortran/../../gfortran
-B/home/da
ve/gnu/gcc/objdir/gcc/testsuite/gfortran/../../
-B/home/dave/gnu/gcc/objdir/hppa
-linux-gnu/./libgfortran/
/home/dave/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/io_re
al_boz_3.f90 -O -std=f2008
-B/home/dave/gnu/gcc/objdir/hppa-linux-gnu/./libgfort
ran/.libs -L/home/dave/gnu/gcc/objdir/hppa-linux-gnu/./libgfortran/.libs
-L/home
/dave/gnu/gcc/objdir/hppa-linux-gnu/./libgfortran/.libs -lm -o
./io_real_boz_3.e
xe
/home/dave/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/io_real_boz_3.f90:12.17:

       x = 1.0_16 + 2.0_16**(-105)
                 1
Error: Invalid real kind 16 at (1)
compiler exited with status 1
output is:
/home/dave/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/io_real_boz_3.f90:12.17:

       x = 1.0_16 + 2.0_16**(-105)
                 1
Error: Invalid real kind 16 at (1)

FAIL: gfortran.dg/io_real_boz_3.f90  -O  (test for excess errors)
Excess errors:
/home/dave/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/io_real_boz_3.f90:12:17:
Error: Invalid real kind 16 at (1)

UNRESOLVED: gfortran.dg/io_real_boz_3.f90  -O  compilation failed to produce
executable

Target doesn't support real kind 16.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug testsuite/51703] FAIL: gfortran.dg/io_real_boz_[345].f90  -O  (test for excess errors)
  2011-12-29 17:55 [Bug testsuite/51703] New: FAIL: gfortran.dg/io_real_boz_[345].f90 -O (test for excess errors) danglin at gcc dot gnu.org
@ 2012-01-02 11:24 ` burnus at gcc dot gnu.org
  2012-01-07  0:52 ` danglin at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: burnus at gcc dot gnu.org @ 2012-01-02 11:24 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51703

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu.org

--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-01-02 11:24:32 UTC ---
Seemingly fixed by http://gcc.gnu.org/ml/gcc-patches/2012-01/msg00026.html

Thanks for the report - and thanks to Richard for the patch. Please confirm
that it is now fixed - and close the bug.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug testsuite/51703] FAIL: gfortran.dg/io_real_boz_[345].f90  -O  (test for excess errors)
  2011-12-29 17:55 [Bug testsuite/51703] New: FAIL: gfortran.dg/io_real_boz_[345].f90 -O (test for excess errors) danglin at gcc dot gnu.org
  2012-01-02 11:24 ` [Bug testsuite/51703] " burnus at gcc dot gnu.org
@ 2012-01-07  0:52 ` danglin at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: danglin at gcc dot gnu.org @ 2012-01-07  0:52 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51703

John David Anglin <danglin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from John David Anglin <danglin at gcc dot gnu.org> 2012-01-07 00:51:38 UTC ---
Fixed.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-01-07  0:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-29 17:55 [Bug testsuite/51703] New: FAIL: gfortran.dg/io_real_boz_[345].f90 -O (test for excess errors) danglin at gcc dot gnu.org
2012-01-02 11:24 ` [Bug testsuite/51703] " burnus at gcc dot gnu.org
2012-01-07  0:52 ` danglin at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).