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 c/22371] C front-end produces mis-match types in MODIFY_EXPR



------- Comment #13 from rguenth at gcc dot gnu dot org  2008-03-24 15:09 -------
Subject: Bug 22371

Author: rguenth
Date: Mon Mar 24 15:08:52 2008
New Revision: 133479

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133479
Log:
2008-03-24  Richard Guenther  <rguenther@suse.de>

        PR c/22371
        * gimplify.c (gimplify_modify_expr): For frontend type-correct
        pointer assignments change conversions according to middle-end rules.
        (gimplify_modify_expr_rhs): Deal with NULL TARGET_EXPR_INITIAL.
        * configure.ac: Include type checking in yes.
        * configure: Regenerate.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/configure
    trunk/gcc/configure.ac
    trunk/gcc/gimplify.c


-- 


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


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