On Fri, Jan 30, 2026, at 10:25 PM, Andrew Pinski wrote:
> On Fri, Jan 30, 2026 at 7:23 PM Andrew Pinski
> <[email protected]> wrote:
>>
>> On Fri, Jan 30, 2026 at 7:22 PM Pietro Monteiro
>> <[email protected]> wrote:
>> >
>> > The non-unique test names report is broken on systems where 'grep -E' is
>> > not supported.  Use egrep if a simple test for 'grep -E' fails.
>>
>> Yes you need a changelog entry for contrib.
>> Otherwise ok.
>
> Now I am curious where is `grep -E` not supported? Since egrep is
> obsolescent by POSIX.
> See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110180 and
> https://inbox.sourceware.org/gcc-patches/[email protected]/

Solaris:

pietro@s11-sparc:~$ uname -a
SunOS s11-sparc.cfarm 5.11 11.4.89.207.2 sun4v sparc sun4v logical-domain
pietro@s11-sparc:~$ cat /etc/os-release 
NAME="Oracle Solaris"
PRETTY_NAME="Oracle Solaris 11.4"
CPE_NAME="cpe:/o:oracle:solaris:11:4"
ID=solaris
VERSION=11.4
VERSION_ID=11.4
BUILD_ID=11.4.89.0.1.207.2
HOME_URL="https://www.oracle.com/solaris/";
SUPPORT_URL="https://support.oracle.com/";
VARIANT_ID=sru
VARIANT="Support Update"

pietro@s11-sparc:~$ echo foo | grep -E bar
grep: illegal option -- E
Usage: grep [-c|-l|-q] -bhinsvw pattern file . . .

pietro

Reply via email to