This is the mail archive of the gcc-patches@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]

Re: [tuples] fix gimplify_return_expr buglet


On 7/20/07 1:48 PM, Aldy Hernandez wrote:
> Found while building libgcc.
> 
> 	* gimplify.c (gimplify_return_expr): Handle an empty ret_expr
> 	gracefully.

I think we are still mis-gimplifying this.  The operand we return should
never be a MODIFY_EXPR.  I don't remember if we've fixed this yet but I
think not.


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