--- Comment #8 from kargl at gcc dot gnu dot org 2007-01-27 17:16 ---
Fixed in 4.1, 4.2, and trunk.
--
kargl at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #7 from kargl at gcc dot gnu dot org 2007-01-27 17:14 ---
Subject: Bug 30278
Author: kargl
Date: Sat Jan 27 17:14:06 2007
New Revision: 121234
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121234
Log:
2007-01-26 Steven G. Kargl <[EMAIL PROTECTED]>
PR fort
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2006-12-24 03:14
---
With th patch in comment #5, NIST tests go OK. It matches g77 behavior.
I am thinking though that the default behavior should be -fno-backslash. With
-fno-backslash, gfortran matches intel behavior. My impress
--- Comment #5 from steven at gcc dot gnu dot org 2006-12-23 13:17 ---
Created an attachment (id=12838)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12838&action=view)
Handle escaped characters if flag_backslash
Slightly less horrible patch...
--
http://gcc.gnu.org/bugzilla/
--- Comment #4 from tobi at gcc dot gnu dot org 2006-12-23 13:12 ---
NB The whole of \-ed symbols would have to be interpreted, conditionalized on
-fbackslash.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30278
--- Comment #3 from steven at gcc dot gnu dot org 2006-12-23 12:52 ---
This not-for-including patch shows that we should match "\\" in io.c and treat
it as a single '\\' character. This is what g77 appears to do, too.
Index: io.c
--- Comment #2 from steven at gcc dot gnu dot org 2006-12-23 12:42 ---
I suspect that the problem is some difference between the front end and library
FORMAT parsers.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30278
--- Comment #1 from steven at gcc dot gnu dot org 2006-12-23 12:19 ---
This is what g77 outputs for this test case:
results in:ackslash
results in: \backslash
ackslash now results inackslash
\backslash now results in \backslash
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30278
--
steven at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfir