public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [CHKP, GCC 5] Port a set of stability chkp patches to gcc-5-branch
@ 2015-06-19 14:42 Ilya Enkovich
  2015-07-20 12:19 ` Ilya Enkovich
  0 siblings, 1 reply; 4+ messages in thread
From: Ilya Enkovich @ 2015-06-19 14:42 UTC (permalink / raw)
  To: gcc-patches; +Cc: jakub

Hi,

There was a set of stability fixes (mostly different ICEs) for Pointer Bounds Checker done in GCC 6.  But only few of them were approved to be ported to GCC 5.  Will it be OK to port other chkp specific stability fixes to GCC 5?  Here is a list of patches:

 https://gcc.gnu.org/ml/gcc-patches/2015-03/msg00995.html
 https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01067.html
 https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01065.html
 https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01386.html
 https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01248.html
 https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01252.html
 https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01253.html
 https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01319.html

Thanks,
Ilya

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [CHKP, GCC 5] Port a set of stability chkp patches to gcc-5-branch
  2015-06-19 14:42 [CHKP, GCC 5] Port a set of stability chkp patches to gcc-5-branch Ilya Enkovich
@ 2015-07-20 12:19 ` Ilya Enkovich
  2015-07-21 19:17   ` Jeff Law
  0 siblings, 1 reply; 4+ messages in thread
From: Ilya Enkovich @ 2015-07-20 12:19 UTC (permalink / raw)
  To: gcc-patches; +Cc: Jakub Jelinek

Ping

2015-06-19 17:10 GMT+03:00 Ilya Enkovich <enkovich.gnu@gmail.com>:
> Hi,
>
> There was a set of stability fixes (mostly different ICEs) for Pointer Bounds Checker done in GCC 6.  But only few of them were approved to be ported to GCC 5.  Will it be OK to port other chkp specific stability fixes to GCC 5?  Here is a list of patches:
>
>  https://gcc.gnu.org/ml/gcc-patches/2015-03/msg00995.html
>  https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01067.html
>  https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01065.html
>  https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01386.html
>  https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01248.html
>  https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01252.html
>  https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01253.html
>  https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01319.html
>
> Thanks,
> Ilya

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [CHKP, GCC 5] Port a set of stability chkp patches to gcc-5-branch
  2015-07-20 12:19 ` Ilya Enkovich
@ 2015-07-21 19:17   ` Jeff Law
  2015-07-23 16:23     ` H.J. Lu
  0 siblings, 1 reply; 4+ messages in thread
From: Jeff Law @ 2015-07-21 19:17 UTC (permalink / raw)
  To: Ilya Enkovich, gcc-patches; +Cc: Jakub Jelinek

On 07/20/2015 04:59 AM, Ilya Enkovich wrote:
> Ping
>
> 2015-06-19 17:10 GMT+03:00 Ilya Enkovich <enkovich.gnu@gmail.com>:
>> Hi,
>>
>> There was a set of stability fixes (mostly different ICEs) for Pointer Bounds Checker done in GCC 6.  But only few of them were approved to be ported to GCC 5.  Will it be OK to port other chkp specific stability fixes to GCC 5?  Here is a list of patches:
>>
>>   https://gcc.gnu.org/ml/gcc-patches/2015-03/msg00995.html
>>   https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01067.html
>>   https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01065.html
>>   https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01386.html
>>   https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01248.html
>>   https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01252.html
>>   https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01253.html
>>   https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01319.html
These are all OK assuming they backport cleanly and bootstrap/regression 
test cleanly on the branch.

jeff

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [CHKP, GCC 5] Port a set of stability chkp patches to gcc-5-branch
  2015-07-21 19:17   ` Jeff Law
@ 2015-07-23 16:23     ` H.J. Lu
  0 siblings, 0 replies; 4+ messages in thread
From: H.J. Lu @ 2015-07-23 16:23 UTC (permalink / raw)
  To: Jeff Law; +Cc: Ilya Enkovich, gcc-patches, Jakub Jelinek

On Tue, Jul 21, 2015 at 12:04 PM, Jeff Law <law@redhat.com> wrote:
> On 07/20/2015 04:59 AM, Ilya Enkovich wrote:
>>
>> Ping
>>
>> 2015-06-19 17:10 GMT+03:00 Ilya Enkovich <enkovich.gnu@gmail.com>:
>>>
>>> Hi,
>>>
>>> There was a set of stability fixes (mostly different ICEs) for Pointer
>>> Bounds Checker done in GCC 6.  But only few of them were approved to be
>>> ported to GCC 5.  Will it be OK to port other chkp specific stability fixes
>>> to GCC 5?  Here is a list of patches:
>>>
>>>   https://gcc.gnu.org/ml/gcc-patches/2015-03/msg00995.html
>>>   https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01067.html
>>>   https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01065.html
>>>   https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01386.html
>>>   https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01248.html
>>>   https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01252.html
>>>   https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01253.html
>>>   https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01319.html
>
> These are all OK assuming they backport cleanly and bootstrap/regression
> test cleanly on the branch.
>
> jeff

I'd like to backport this MPX testsuite patch:

https://gcc.gnu.org/ml/gcc-patches/2015-04/msg01438.html

OK for GCC 5?

Thanks.

-- 
H.J.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-07-23 15:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-19 14:42 [CHKP, GCC 5] Port a set of stability chkp patches to gcc-5-branch Ilya Enkovich
2015-07-20 12:19 ` Ilya Enkovich
2015-07-21 19:17   ` Jeff Law
2015-07-23 16:23     ` H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).