This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/30162] [4.7/4.8 Regression] I/O with named pipes does not work
- From: "burnus at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 30 Oct 2012 11:37:18 +0000
- Subject: [Bug libfortran/30162] [4.7/4.8 Regression] I/O with named pipes does not work
- Auto-submitted: auto-generated
- References: <bug-30162-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30162
Tobias Burnus <burnus at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |burnus at gcc dot gnu.org
Target Milestone|--- |4.7.3
Summary|I/O with named pipes does |[4.7/4.8 Regression] I/O
|not work |with named pipes does not
| |work
--- Comment #25 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-10-30 11:37:18 UTC ---
As Janne just mentioned on the gfortran mailing list, this PR is a regression.
Thus, I have marked it as such. Based on the information below, It fails since
GCC 4.7.
In reply to comment #22)
> Revision 180701 removed all checks for special files in unit.c:unit_truncate().