[Bug fortran/19182] Error messages seem to be printed slower

2005-01-16 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19182

[Bug fortran/19182] Error messages seem to be printed slower

2005-01-16 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-01-16 17:51 --- I believe this is fixed. Re-open if you disagree. -- What|Removed |Added Status|NE

[Bug fortran/19182] Error messages seem to be printed slower

2005-01-16 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-16 17:44 --- Subject: Bug 19182 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-01-16 17:44:17 Modified files: gcc/fortran: ChangeLog error.c Log message:

[Bug fortran/19182] Error messages seem to be printed slower

2005-01-07 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-01-08 00:05 --- New patch here: http://gcc.gnu.org/ml/fortran/2005-01/msg00060.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19182

[Bug fortran/19182] Error messages seem to be printed slower

2005-01-04 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-01-04 23:55 --- Patch here: http://gcc.gnu.org/ml/fortran/2005-01/msg00027.html -- What|Removed |Added

[Bug fortran/19182] Error messages seem to be printed slower

2004-12-28 Thread pinskia at physics dot uc dot edu
--- Additional Comments From pinskia at physics dot uc dot edu 2004-12-28 22:34 --- Subject: Re: Error messages seem to be printed slower On Dec 28, 2004, at 5:31 PM, schnetter at aei dot mpg dot de wrote: > > The call to setvbuf switches to line buffering, meaning that stderr is >

Re: [Bug fortran/19182] Error messages seem to be printed slower

2004-12-28 Thread Andrew Pinski
On Dec 28, 2004, at 5:31 PM, schnetter at aei dot mpg dot de wrote: The call to setvbuf switches to line buffering, meaning that stderr is flushed only after every line and not after every character. I assume that cc1 (as opposed to f951) switches to line buffered stderr at some time, or else ou

[Bug fortran/19182] Error messages seem to be printed slower

2004-12-28 Thread schnetter at aei dot mpg dot de
--- Additional Comments From schnetter at aei dot mpg dot de 2004-12-28 22:31 --- I didn't try the putc vs. fputc change, but the patch below makes all the difference: $ cvs diff -u error.c Index: error.c === RCS file

[Bug fortran/19182] Error messages seem to be printed slower

2004-12-28 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2004-12-28 21:41 --- Does changing fputc to putc in line 95 of error.c enhance your 'experience'? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19182

[Bug fortran/19182] Error messages seem to be printed slower

2004-12-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-28 20:47 --- But seems slower than the C or C++ or java. Java is more compariable in this case as it also outputs the context. -- What|Removed |Added -

[Bug fortran/19182] Error messages seem to be printed slower

2004-12-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-28 20:45 --- They seem quick to me. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19182