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] | |
Diego,
Here is an updated patch. Please review. It bootstraps and does
not add new regressions.
-Doug
2008-05-10 Doug Kwan <dougkwan@google.com>
in gcc/gcc
* gimplify.c (gimple_pop_condition): Clear
conditional_cleanups field after the associated gimple sequence has
been freed implicitly.
(gimplify_cleanup_point_expr): Clear conditional_cleanups field
of gimplfiy_ctxp after resetting the conditions field.
* gimple.h (gimple_call_return_type): Handle REFERENCE_TYPE like
POINTER_TYPE.
in gcc/gcc/cp
* init.c (build_vec_delete): Add type conversion for argument
0 of POINTER_PLUS_EXPR.
Attachment:
patch.txt
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |