This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/48063] [4.6 Regression] ICE: verify_stmts failed: conversion of register to a different size with -fno-early-inlining
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 10 Mar 2011 19:09:53 +0000
- Subject: [Bug tree-optimization/48063] [4.6 Regression] ICE: verify_stmts failed: conversion of register to a different size with -fno-early-inlining
- Auto-submitted: auto-generated
- References: <bug-48063-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48063
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-03-10 19:09:49 UTC ---
Created attachment 23617
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23617
gcc46-pr48063.patch
This seems to fix it, but no idea whether it is the right fix.
It seems all other places that check call_stmt_cannot_inline_p also call
tree_can_inline_p though.