This is the mail archive of the gcc@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: [tree-ssa] C++ regressions after merge


On Tue, 8 Apr 2003 10:17:19 -0400, Diego Novillo <dnovillo at redhat dot com> wrote:

> Another problem I found is that the gimplifier is trying to put
> __cxa_throw on the RHS of assignments.  This causes grief in the RTL
> expanders because __cxa_throw is of type void.

This is probably due to code that looks like

  int i = ok ? 42 : throw FlamingDeath;

but this should have been caught by the code in simplify_cond_expr which
checks for void arms.

Jason


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