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

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
With =all I get

cp:
'/home/rguenther/src/releases/gcc-15.1.0-RC-20250328/gcc-15.1.0-RC-20250328/gcc/gengtype-lex.cc'
and
'/home/rguenther/src/releases/gcc-15.1.0-RC-20250328/gcc-15.1.0-RC-20250328/gcc/gengtype-lex.cc'
are the same file
cp:
'/home/rguenther/src/releases/gcc-15.1.0-RC-20250328/gcc-15.1.0-RC-20250328/gcc/gengtype-lex.cc'
and
'/home/rguenther/src/releases/gcc-15.1.0-RC-20250328/gcc-15.1.0-RC-20250328/gcc/gengtype-lex.cc'
are the same file
ln:
'/home/rguenther/src/releases/gcc-15.1.0-RC-20250328/gcc-15.1.0-RC-20250328/gcc/cobol/parse.cc'
and
'/home/rguenther/src/releases/gcc-15.1.0-RC-20250328/gcc-15.1.0-RC-20250328/gcc/cobol/parse.cc'
are the same file
ln:
'/home/rguenther/src/releases/gcc-15.1.0-RC-20250328/gcc-15.1.0-RC-20250328/gcc/cobol/cdf.cc'
and
'/home/rguenther/src/releases/gcc-15.1.0-RC-20250328/gcc-15.1.0-RC-20250328/gcc/cobol/cdf.cc'
are the same file
ln:
'/home/rguenther/src/releases/gcc-15.1.0-RC-20250328/gcc-15.1.0-RC-20250328/gcc/cobol/scan.cc'
and
'/home/rguenther/src/releases/gcc-15.1.0-RC-20250328/gcc-15.1.0-RC-20250328/gcc/cobol/scan.cc'
are the same file
ln: failed to access 'cobol/parse.h': No such file or directory
ln: failed to access 'cobol/cdf.h': No such file or directory
sed -i
"s|\"valconv[.]h\"|\"/home/rguenther/src/releases/gcc-15.1.0-RC-20250328/gcc-15.1.0-RC-20250328/gcc/../libgcobol/valconv.h\"|g"
cobol/valconv.cc
make[3]: [Makefile:2563: gcc.srcextra] Error 1 (ignored)
sed -i
"s|\"exceptl[.]h\"|\"/home/rguenther/src/releases/gcc-15.1.0-RC-20250328/gcc-15.1.0-RC-20250328/gcc/../libgcobol/exceptl.h\"|g"
cobol/charmaps.cc
make[3]:
[/home/rguenther/src/releases/gcc-15.1.0-RC-20250328/gcc-15.1.0-RC-20250328/gcc/c/Make-lang.in:135:
c.srcextra] Error 1 (ignored)
echo "      return Relocate_Path (S0, S2);" >>tmp-sdefault.adb
make[3]: ***
[/home/rguenther/src/releases/gcc-15.1.0-RC-20250328/gcc-15.1.0-RC-20250328/gcc/cobol/Make-lang.in:275:
cobol.srcextra] Error 1
make[3]: *** Waiting for unfinished jobs....

I'll note (ignored) for c.srcextra vs. not ignored for cobol.srcextra.

Reply via email to