public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/54923] New: Internal unit I/O error when using -malign-double
@ 2012-10-13 23:35 gnu.0kn at gishpuppy dot com
  2012-10-14  2:53 ` [Bug fortran/54923] " kargl at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: gnu.0kn at gishpuppy dot com @ 2012-10-13 23:35 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54923

             Bug #: 54923
           Summary: Internal unit I/O error when using -malign-double
    Classification: Unclassified
           Product: gcc
           Version: 4.6.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: gnu.0kn@gishpuppy.com


Reading from of integer from character string fails with 
Fortran runtime error: Internal unit I/O error
when compiling with -malign-double.

Background: This occurred when using the usual getarg(1,arg) construct and
linking against FFTW3, which requires data alignment.

Minimal example:
___

      PROGRAM readtest
      IMPLICIT NONE

      CHARACTER*8 arg
      INTEGER inputarg

      arg=" 1 "
      READ(arg,*) inputarg
      PRINT *,"Argument supplied was: ", inputarg

      RETURN
      END
___

Compiling with gfortran without data alignment yields the expected result.
Compiling with -malign-double in the compiler options yields runtime error.

Thank you.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-10-31  3:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-13 23:35 [Bug fortran/54923] New: Internal unit I/O error when using -malign-double gnu.0kn at gishpuppy dot com
2012-10-14  2:53 ` [Bug fortran/54923] " kargl at gcc dot gnu.org
2012-10-14  4:35 ` dominiq at lps dot ens.fr
2012-10-31  3:55 ` gnu.0kn at gishpuppy dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).