Re: [PATCH] libgccjit: Add ways to set the personality function

2023-11-20 Thread David Malcolm
On Fri, 2023-11-17 at 17:48 -0500, Antoni Boucher wrote: > Hi. > This adds functions to set the personality function (bug 112603). > > I'm not sure I can make a test for this: it seems the personality > function will not be set if there are no try/catch inside the > functions. > Do you know a way

[PATCH] libgccjit: Add ways to set the personality function

2023-11-17 Thread Antoni Boucher
hould we wait until I send the patch for try/catch? Thanks for the review. From 6beb6452c7bac9ecbdaea750d61d6e6c6bd3ed8f Mon Sep 17 00:00:00 2001 From: Antoni Boucher Date: Sun, 16 Apr 2023 13:19:20 -0400 Subject: [PATCH] libgccjit: Add ways to set the personality function gcc/ChangeLog: PR jit/1