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: Fix handling of MUST_NOT_THROW


On Fri, Mar 27, 2009 at 18:59, Jan Hubicka <hubicka@ucw.cz> wrote:

> --- 1946,1979 ----
> Â Âmake_edge (src, dst, EDGE_ABNORMAL | EDGE_EH);
> Â}
>
> + /* See if STMT is call that might be inlinied. Â*/

s/inlinied/inlined/
s/is call/is a call/

> !
> ! Â Â Â ÂWhen we inline function call, we can bring in new handlers. ÂIn order

s/inline function call/inline a function call/

This also needs a test case.  Other than that, it looks OK.


Diego.


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