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 middle-end/32152] omp lowering creates mismatched types



------- Comment #3 from rguenth at gcc dot gnu dot org  2007-05-30 14:11 -------
Subject: Bug 32152

Author: rguenth
Date: Wed May 30 14:11:06 2007
New Revision: 125187

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125187
Log:
2007-05-30  Richard Guenther  <rguenther@suse.de>

        PR middle-end/32152
        * gimplify.c (gimplify_omp_atomic_pipeline): Use correct
        types for comparison.
        * fold-const.c (fold_comparison): Call maybe_canonicalize_comparison
        with original typed arguments.
        * config/i386/i386.c (ix86_gimplify_va_arg): Fix type mismatches.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c
    trunk/gcc/fold-const.c
    trunk/gcc/gimplify.c


-- 


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


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