This is the mail archive of the gcc-bugs@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]

[Bug fortran/32357] MVBITS gives wrong-code on big-endian with -fdefault-integer-8



------- Comment #13 from fxcoudert at gcc dot gnu dot org  2007-07-14 23:11 -------
Subject: Bug 32357

Author: fxcoudert
Date: Sat Jul 14 23:11:04 2007
New Revision: 126646

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126646
Log:
        PR fortran/32357

        * iresolve.c (gfc_resolve_mvbits): Convert FROMPOS, LEN and TOPOS
        to C int.

        * intrinsics/mvbits.c: Change prototype so that FROMPOS, LEN and
        TOPOS arguments are C int.

        * gfortran.dg/mvbits_2.f90: New test.

Added:
    trunk/gcc/testsuite/gfortran.dg/mvbits_2.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/iresolve.c
    trunk/gcc/testsuite/ChangeLog
    trunk/libgfortran/ChangeLog
    trunk/libgfortran/intrinsics/mvbits.c


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]