Re: preprocessor: Make quoting : [PR 95253]

2021-01-15 Thread Nathan Sidwell
I missed some testsuite fall out with my patch to fix mkdeps file mangling. PR preprocessor/95253 gcc/testsuite/ * g++.dg/modules/dep-1_a.C: Adjust expected output. * g++.dg/modules/dep-1_b.C: Likewise. * g++.dg/modules/dep-2.C: Likewise. -- Natha

preprocessor: Make quoting : [PR 95253]

2021-01-15 Thread Nathan Sidwell
I changed the quoting of ':', this restores it. Make doesn't need ':' quoting (in a filename). PR preprocessor/95253 libcpp/ * mkdeps.c (munge): Do not escape ':'. -- Nathan Sidwell diff --git i/libcpp/mkdeps.c w/libcpp/mkdeps.c index 471e449a19d..1867e0089d