Re: [PATCH v2 5/7] testsuite: stop using obsoleted egrep

2022-06-26 Thread Arnaud Charlet via Gcc-patches
> egrep has been deprecated in favor of grep -E for a long time, and the > next grep release (3.8 or 4.0) will print a warning of egrep is used. > Stop using egrep so we won't see the warning. > > However, simply replacing egrep with grep -E will break build on some > systems (notably Solaris) w/o

[PATCH v2 5/7] testsuite: stop using obsoleted egrep

2022-06-26 Thread Xi Ruoyao via Gcc-patches
egrep has been deprecated in favor of grep -E for a long time, and the next grep release (3.8 or 4.0) will print a warning of egrep is used. Stop using egrep so we won't see the warning. However, simply replacing egrep with grep -E will break build on some systems (notably Solaris) w/o a POSIX-con