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 libfortran/30525] [4.2, 4.1 only] character comparisons with padding



------- Comment #4 from tkoenig at gcc dot gnu dot org  2007-01-30 20:18 -------
Subject: Bug 30525

Author: tkoenig
Date: Tue Jan 30 20:18:05 2007
New Revision: 121357

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121357
Log:
2007-01-30  Thomas Koenig  <Thomas.Koenig@online.de>

        Backport from trunk
        PR libfortran/30525
        * intrinsics/string_intrinsics.c(compare_string):  Make
        sure that comparisons are done unsigned.

2007-01-30  Thomas Koenig  <Thomas.Koenig@online.de>

        Backport from trunk
        PR libfortran/30525
        * gfortran.dg/char_comparison_1.f:  New test.


Added:
    branches/gcc-4_2-branch/gcc/testsuite/gfortran.dg/char_comparison_1.f
Modified:
    branches/gcc-4_2-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_2-branch/libgfortran/ChangeLog
    branches/gcc-4_2-branch/libgfortran/intrinsics/string_intrinsics.c


-- 


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


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