This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/52443] ICE: verify_gimple failed: invalid types in nop conversion
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 01 Mar 2012 12:26:25 +0000
- Subject: [Bug other/52443] ICE: verify_gimple failed: invalid types in nop conversion
- Auto-submitted: auto-generated
- References: <bug-52443-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52443
--- Comment #6 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-03-01 12:26:25 UTC ---
Author: rguenth
Date: Thu Mar 1 12:26:20 2012
New Revision: 184739
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184739
Log:
2012-03-01 Richard Guenther <rguenther@suse.de>
PR middle-end/52443
* tree-cfg.c (verify_gimple_assign_unary): Allow any
conversions from integral types to pointer types.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/tree-cfg.c