public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/17631] New: libfortran: intrinsic subroutine MVBITS not implemented
@ 2004-09-23 10:56 anlauf at hep dot tu-darmstadt dot de
  2004-09-23 13:40 ` [Bug libfortran/17631] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: anlauf at hep dot tu-darmstadt dot de @ 2004-09-23 10:56 UTC (permalink / raw)
  To: gcc-bugs

Hi,

MVBITS appears to not to be implemented.

program gfcbug13
  implicit none
  integer :: to
  to = 0
  call mvbits (from=1, frompos=0, len=1, to=to, topos=1)
  if (to /= 2) then
     print *, "Error, TO =", to
  end if
end program gfcbug13


The example fails to link with error message:

gfcbug13.f90: undefined reference to `__gfortran_mvbits'
collect2: ld returned 1 exit status

Cheers,
-ha

-- 
           Summary: libfortran: intrinsic subroutine MVBITS not implemented
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: anlauf at hep dot tu-darmstadt dot de
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-cygwin


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


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

end of thread, other threads:[~2004-10-04 21:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-23 10:56 [Bug libfortran/17631] New: libfortran: intrinsic subroutine MVBITS not implemented anlauf at hep dot tu-darmstadt dot de
2004-09-23 13:40 ` [Bug libfortran/17631] " pinskia at gcc dot gnu dot org
2004-09-23 18:53 ` pinskia at gcc dot gnu dot org
2004-09-23 19:11 ` tobi at gcc dot gnu dot org
2004-10-04 20:49 ` cvs-commit at gcc dot gnu dot org
2004-10-04 21:03 ` tobi at gcc dot gnu dot org
2004-10-04 21:19 ` pinskia 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).