[Bug driver/93019] memory leak in gcc -O2 reported by Valgrind

2023-12-09 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
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

[Bug driver/93019] memory leak in gcc -O2 reported by Valgrind

2023-07-03 Thread costas.argyris at gmail dot com via Gcc-bugs
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

[Bug driver/93019] memory leak in gcc -O2 reported by Valgrind

2023-07-03 Thread costas.argyris at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93019 Costas Argyris changed: What|Removed |Added CC||costas.argyris at gmail dot com --- Com

[Bug driver/93019] memory leak in gcc -O2 reported by Valgrind

2023-05-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
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

[Bug driver/93019] memory leak in gcc -O2 reported by Valgrind

2023-05-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93019 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2023-05-31 Status|UNCONFIRME

[Bug driver/93019] memory leak in gcc -O2 reported by Valgrind

2023-05-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93019 Andrew Pinski changed: What|Removed |Added CC||eliaz.pitavy at obspm dot fr --- Comment

[Bug driver/93019] memory leak in gcc -O2 reported by Valgrind

2020-01-08 Thread rguenth at gcc dot gnu.org
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