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/35944] [4.3 Regression] wrong result for MOD with kind=10 for some array argument values



------- Comment #8 from uros at gcc dot gnu dot org  2008-04-17 07:08 -------
Subject: Bug 35944

Author: uros
Date: Thu Apr 17 07:07:45 2008
New Revision: 134381

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134381
Log:
        Backport from mainline:
        2008-04-16  Uros Bizjak  <ubizjak@gmail.com>

        PR target/35944
        * config/i386/i386.md (fmodxf3): Copy operand 1 and operand 2 into
        temporary registers.  Change operand predicate to general_operand.
        (remainderxf3): Ditto.

testsuite/ChangeLog:

        Backport from mainline:
        2008-04-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>

        PR target/35944
        * gfortran.dg/pr35944-1.f90: New test.
        * gfortran.dg/pr35944-2.f90: Ditto.


Added:
    branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/pr35944-1.f90
      - copied unchanged from r134359,
trunk/gcc/testsuite/gfortran.dg/pr35944-1.f90
    branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/pr35944-2.f90
      - copied unchanged from r134359,
trunk/gcc/testsuite/gfortran.dg/pr35944-2.f90
Modified:
    branches/gcc-4_3-branch/gcc/ChangeLog
    branches/gcc-4_3-branch/gcc/config/i386/i386.md
    branches/gcc-4_3-branch/gcc/testsuite/ChangeLog


-- 


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


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