Re: [PING, PATCH] fortran: fix -MT/-MQ adding additional target [PR47485]

2025-02-03 Thread Vincent Vanlaer
On 4/02/2025 01:42, Jerry D wrote: On 2/3/25 2:14 PM, Vincent Vanlaer wrote: Hi all, Gentle ping for the patch below: https://gcc.gnu.org/pipermail/ fortran/2024-December/061467.html Best wishes, Vincent On 30/12/2024 00:19, Vincent Vanlaer wrote: The -MT and -MQ options should

Re: [PING, PATCH] fortran: fix -MT/-MQ adding additional target [PR47485]

2025-02-03 Thread Vincent Vanlaer
Hi all, Gentle ping for the patch below: https://gcc.gnu.org/pipermail/fortran/2024-December/061467.html Best wishes, Vincent On 30/12/2024 00:19, Vincent Vanlaer wrote: The -MT and -MQ options should replace the default target in the generated dependency file. deps_add_target needs to be

[PATCH] fortran: fix -MT/-MQ adding additional target [PR47485]

2024-12-29 Thread Vincent Vanlaer
instead of replacing the default gcc/testsuite/ PR fortran/47485 * gfortran.dg/dependency_generation_1.f90: New test Signed-off-by: Vincent Vanlaer --- gcc/fortran/cpp.cc | 18 -- .../gfortran.dg/dependency_generation_1.f90| 15