public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/23778] New: [Regression] Printout resets console buffer
@ 2005-09-08 11:04 T dot Farago at lumc dot nl
  2005-09-08 11:07 ` [Bug fortran/23778] " T dot Farago at lumc dot nl
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: T dot Farago at lumc dot nl @ 2005-09-08 11:04 UTC (permalink / raw)
  To: gcc-bugs

We are using a testing-script to test our fortran suite. With GCC 4.1.0 2005-08-
19 our script fails to log all output. Any output before the fortran program was 
run is missing from the redirected console (bash in our case).

The fortran program in question:
PROGRAM HELLO
      DO 10, I=1,2
      PRINT *,'Hello World'
   10 CONTINUE
      STOP
      END

Simple test script:
#!/bin/sh -x
#test-script

echo '# START OF TESTS #' > /dev/tty
echo ''
/home/fortran/hellof90
echo '# END OF TESTS   #' > /dev/tty

run test script: ./tst.sh &> tstrap
This causes the 'tstrap' file to only contain the output of the fortran program 
and 'end of tests'.

-- 
           Summary: [Regression] Printout resets console buffer
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: T dot Farago at lumc dot nl
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: ../gcc-4.1-20050819/configure -v --prefix=/usr/cross-
                    tools/ --di
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug fortran/23778] [Regression] Printout resets console buffer
  2005-09-08 11:04 [Bug fortran/23778] New: [Regression] Printout resets console buffer T dot Farago at lumc dot nl
@ 2005-09-08 11:07 ` T dot Farago at lumc dot nl
  2005-09-08 11:08 ` T dot Farago at lumc dot nl
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: T dot Farago at lumc dot nl @ 2005-09-08 11:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From T dot Farago at lumc dot nl  2005-09-08 11:07 -------
Created an attachment (id=9690)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9690&action=view)
test file


-- 


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


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

* [Bug fortran/23778] [Regression] Printout resets console buffer
  2005-09-08 11:04 [Bug fortran/23778] New: [Regression] Printout resets console buffer T dot Farago at lumc dot nl
  2005-09-08 11:07 ` [Bug fortran/23778] " T dot Farago at lumc dot nl
@ 2005-09-08 11:08 ` T dot Farago at lumc dot nl
  2005-09-08 11:17 ` [Bug libfortran/23778] " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: T dot Farago at lumc dot nl @ 2005-09-08 11:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From T dot Farago at lumc dot nl  2005-09-08 11:08 -------
Created an attachment (id=9691)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9691&action=view)
Fortran source file

compile with "gfortran -save-temps hello.f90 -o hellof90"

-- 


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


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

* [Bug libfortran/23778] [Regression] Printout resets console buffer
  2005-09-08 11:04 [Bug fortran/23778] New: [Regression] Printout resets console buffer T dot Farago at lumc dot nl
  2005-09-08 11:07 ` [Bug fortran/23778] " T dot Farago at lumc dot nl
  2005-09-08 11:08 ` T dot Farago at lumc dot nl
@ 2005-09-08 11:17 ` pinskia at gcc dot gnu dot org
  2005-09-08 20:57 ` fxcoudert at gcc dot gnu dot org
  2005-09-08 20:59 ` fxcoudert at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-08 11:17 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|fortran                     |libfortran
  GCC build triplet|../gcc-4.1-                 |
                   |20050819/configure -v --    |
                   |prefix=/usr/cross-tools/ -- |
                   |di                          |


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


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

* [Bug libfortran/23778] [Regression] Printout resets console buffer
  2005-09-08 11:04 [Bug fortran/23778] New: [Regression] Printout resets console buffer T dot Farago at lumc dot nl
                   ` (2 preceding siblings ...)
  2005-09-08 11:17 ` [Bug libfortran/23778] " pinskia at gcc dot gnu dot org
@ 2005-09-08 20:57 ` fxcoudert at gcc dot gnu dot org
  2005-09-08 20:59 ` fxcoudert at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-09-08 20:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fxcoudert at gcc dot gnu dot org  2005-09-08 20:57 -------
This is duplicate of PR 20179 (and one more reason to fix this one!).

-- 


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


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

* [Bug libfortran/23778] [Regression] Printout resets console buffer
  2005-09-08 11:04 [Bug fortran/23778] New: [Regression] Printout resets console buffer T dot Farago at lumc dot nl
                   ` (3 preceding siblings ...)
  2005-09-08 20:57 ` fxcoudert at gcc dot gnu dot org
@ 2005-09-08 20:59 ` fxcoudert at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-09-08 20:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fxcoudert at gcc dot gnu dot org  2005-09-08 20:59 -------


*** This bug has been marked as a duplicate of 20179 ***

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


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


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

end of thread, other threads:[~2005-09-08 20:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-08 11:04 [Bug fortran/23778] New: [Regression] Printout resets console buffer T dot Farago at lumc dot nl
2005-09-08 11:07 ` [Bug fortran/23778] " T dot Farago at lumc dot nl
2005-09-08 11:08 ` T dot Farago at lumc dot nl
2005-09-08 11:17 ` [Bug libfortran/23778] " pinskia at gcc dot gnu dot org
2005-09-08 20:57 ` fxcoudert at gcc dot gnu dot org
2005-09-08 20:59 ` fxcoudert at gcc dot gnu dot 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).