public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/31918]  New: -fconvert only accepts native and swap, but not little_endian or big_endian
@ 2007-05-14  8:35 burnus at gcc dot gnu dot org
  2007-05-14 17:17 ` [Bug fortran/31918] " burnus at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: burnus at gcc dot gnu dot org @ 2007-05-14  8:35 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/onlinedocs/gfortran/Runtime-Options.html#Runtime-Options

$ gfortran -fconvert=native test.f90
$ gfortran -fconvert=swap test.f90
$ gfortran -fconvert=little_endian test.f90
f951: error: unrecognized command line option "-fconvert=little_endian"
$ gfortran -fconvert=big_endian test.f90
f951: error: unrecognized command line option "-fconvert=big_endian"

Expected: big_endian and little_endian are supported as well


-- 
           Summary: -fconvert only accepts native and swap, but not
                    little_endian or big_endian
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: burnus at gcc dot gnu dot org


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


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

* [Bug fortran/31918] -fconvert only accepts native and swap, but not little_endian or big_endian
  2007-05-14  8:35 [Bug fortran/31918] New: -fconvert only accepts native and swap, but not little_endian or big_endian burnus at gcc dot gnu dot org
@ 2007-05-14 17:17 ` burnus at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: burnus at gcc dot gnu dot org @ 2007-05-14 17:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from burnus at gcc dot gnu dot org  2007-05-14 18:17 -------
It should be "little-endian" (with hyphen). The environment variable and the
convert=... in Fortran use underscores which confused me.

I rechecked the manual and it indeed says "little-endian" with hyphen

-> close as invalid


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


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

end of thread, other threads:[~2007-05-14 17:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-14  8:35 [Bug fortran/31918] New: -fconvert only accepts native and swap, but not little_endian or big_endian burnus at gcc dot gnu dot org
2007-05-14 17:17 ` [Bug fortran/31918] " burnus at gcc dot gnu dot org

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).