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]

PR 8186


Jason --

Your recent patches to cp_expr_size are the direct culprit here; they
cause us to abort.  However, the real problem is with
stabilize_throw_expr, which you added back in March; that, in
combination with the inliner, is causing us to try to introduce a copy
that we should not.

There is a nice small test-case at the bottom of the PR.

Would you be so kind as to take a look at look at this?

-- 
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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