https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93019
--- Comment #7 from GCC Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:36be2a0e91c76da4afcd5ddc37e03f5800396387
commit r14-6356-g36be2a0e91c76da4afcd5ddc37e03f5800396387
Author: Jakub Jelinek
Date: Sa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93019
--- Comment #6 from Costas Argyris ---
Part of this may be because the driver::finalize function introduced here:
https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=9376dd63e6a2d94823f6faf8212c9f37bef5a656
is not called from main:
int
main (i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93019
Costas Argyris changed:
What|Removed |Added
CC||costas.argyris at gmail dot com
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93019
--- Comment #4 from Andrew Pinski ---
(In reply to Richard Biener from comment #1)
> I think this is known for the driver and we're too lazy to fix
For the driver, it is not much a deal but since JIT uses the driver code also,
it becomes an issu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93019
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2023-05-31
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93019
Andrew Pinski changed:
What|Removed |Added
CC||eliaz.pitavy at obspm dot fr
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93019
--- Comment #1 from Richard Biener ---
I think this is known for the driver and we're too lazy to fix