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/45869] [4.5/4.6 Regression] type mismatch in shift expression produces ice with -O3 and -m32


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

--- Comment #4 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-10-07 13:39:29 UTC ---
Author: rguenth
Date: Thu Oct  7 13:39:25 2010
New Revision: 165108

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

    PR middle-end/45869
    * tree-cfg.c (verify_gimple_assign_binary): Allow vector shifts
    of pointers.

    * gcc.dg/torture/pr45869.c: New testcase.

Added:
    branches/gcc-4_5-branch/gcc/testsuite/gcc.dg/torture/pr45869.c
Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_5-branch/gcc/tree-cfg.c


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