This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] |
I also need to go read the F2003 standard to see what this intrinsic does because its name suggests that gfortran can constant-fold the intrinsics away.
I'm a bit worried that not all systems supported by gfortran use \n as newline. E.g., i386-pc-mingw32 uses \n\r.
WRITE(*,'A') this // NEW_LINE(this) // that WRITE(*,'A') this, that
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |