]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgfortran/Makefile.in
re PR libfortran/17631 (libfortran: intrinsic subroutine MVBITS not implemented)
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Mon, 4 Oct 2004 20:49:39 +0000 (22:49 +0200)
committerTobias Schlüter <tobi@gcc.gnu.org>
Mon, 4 Oct 2004 20:49:39 +0000 (22:49 +0200)
commitee569894e73717bcc0ee7598a0fd250d0e07b50f
tree9811180d0efc726048a113005d15b0b59e736fae
parent58c5b409e89f4250bddf1ba114b3058d4dfab718
re PR libfortran/17631 (libfortran: intrinsic subroutine MVBITS not implemented)

PR fortran/17631
fortran/
* intrinsic.c (add_sym_5): Remove.
(add_subroutines): Add resolution function for MVBITS.
* intrinsic.h (gfc_resolve_mvbits): Declare resolution function for
MVBITS
* iresolve.c (gfc_resolve_mvbits): New function.
(gfc_resolve_random_number): Remove empty line at end of function.
libgfortran/
* Makefile.am (gfor_helper_src): Add intrinsics/mvbits.h.
* intrinsics/mvbits.h: New file.
testsuite/
* gfortran.fortran-torture/execute/intrinsic_mvbits.f90: New test.

From-SVN: r88527
gcc/fortran/ChangeLog
gcc/fortran/intrinsic.c
gcc/fortran/intrinsic.h
gcc/fortran/iresolve.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.fortran-torture/execute/intrinsic_mvbits.f90 [new file with mode: 0644]
libgfortran/ChangeLog
libgfortran/Makefile.am
libgfortran/Makefile.in