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]

Patch waiting for review


"Fix c-torture/compile/20020106-1.c",
http://gcc.gnu.org/ml/gcc-patches/2002-01/msg01624.html.

>	* expmed.c (emit_store_flag): Call protect_from_queue on op0 and op1.

> c-torture/compile/20020106-1.c ICEs at all optimization levels because
> simplify_gen_subreg is called on a QUEUED expression.  I believe this
> is the correct fix.  The comments above protect_from_queue make me a
> bit nervous about what happens if emit_store_flag fails to emit
> anything after having called it, but it seems to work.  Comments?

zw


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