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/33641] perlbmk gets type mismatch in pointer plus expression



------- Comment #5 from rguenth at gcc dot gnu dot org  2007-10-04 14:35 -------
Subject: Bug 33641

Author: rguenth
Date: Thu Oct  4 14:35:32 2007
New Revision: 129010

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

        PR middle-end/33641
        * tree-cfg.c (verify_gimple_expr): Operand one of POINTER_PLUS_EXPR
        does not need to be of INTEGER_TYPE.
        (verify_gimple_2): New function split out from ...
        (verify_gimple_1): ... here.  ICE if there was an error during
        verification.

        * gcc.c-torture/compile/pr33641.c: New testcase.

Added:
    trunk/gcc/testsuite/gcc.c-torture/compile/pr33641.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-cfg.c


-- 


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


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