This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
François-Xavier Coudert wrote:
So, I don't have a strong opinion on this particular problem (backslash interpretation), but I do see it a bit like the /dev/null issue. This is not standard conforming, but we all got so addicted to it...
The difference, though, is that your examples are not standard-violating
-- they are merely things that are not required by the standard. Backslash interpretation does, however, directly violates the standard
(assuming Richard's argument is correct), and thus it _is_ a bug to have
it enabled by default with -std=F95 and the like.
--
Richard Maine | Good judgment comes from experience;
Richard.Maine@nasa.gov | experience comes from bad judgment.
| -- Mark Twain| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |