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

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).