Re: [PATCH] libgccjit: Fix ira cost segfault

2024-02-15 Thread Antoni Boucher
t; CCing the i386 maintainers; quoting the patch here to give them > > context: > > Oops; actually adding them to the CC this time; sorry. > > > > > > From e0f4f51682266bc9f507afdb64908ed3695a2f5e Mon Sep 17 00:00:00 > > > 2001 > > > From: Antoni B

Re: [PATCH] libgccjit: Fix ira cost segfault

2024-01-10 Thread David Malcolm
the patch; sorry for missing it before. > > CCing the i386 maintainers; quoting the patch here to give them > context: Oops; actually adding them to the CC this time; sorry. > > > From e0f4f51682266bc9f507afdb64908ed3695a2f5e Mon Sep 17 00:00:00 > > 2001 > > From:

Re: [PATCH] libgccjit: Fix ira cost segfault

2024-01-10 Thread David Malcolm
db64908ed3695a2f5e Mon Sep 17 00:00:00 2001 > From: Antoni Boucher > Date: Thu, 2 Nov 2023 17:18:35 -0400 > Subject: [PATCH] libgccjit: Fix ira cost segfault > > gcc/ChangeLog: > PR jit/112575 > * config/i386/i386-options.cc (ix86_option_override_internal): &g

[PATCH] libgccjit: Fix ira cost segfault

2023-11-16 Thread Antoni Boucher
2023 17:18:35 -0400 Subject: [PATCH] libgccjit: Fix ira cost segfault gcc/ChangeLog: PR jit/112575 * config/i386/i386-options.cc (ix86_option_override_internal): Cleanup target_attribute_cache. --- gcc/config/i386/i386-options.cc | 6 ++ 1 file changed, 6 insertions(+) diff --git a/gcc/c