https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30640

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2024-03-25
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed.

The following files which contain lang_specific_driver has the same issue:
c-family/cppspec.cc
c/gccspec.cc
cp/g++spec.cc
d/d-spec.cc
rust/rustspec.cc

fortran/gfortranspec.cc (it does not have a memory leak really though it keeps
around a pointer after its use though).
go/gospec.cc
m2/gm2spec.cc (similar to fortran)

Reply via email to