bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Fixed tests build on EDG-based compilers


From: Bruno Haible
Subject: Re: [PATCH] Fixed tests build on EDG-based compilers
Date: Mon, 06 Dec 2021 00:41:49 +0100

> -#if __GNUC__ || __clang__ || __SUNPRO_C
> +#if (__GNUC__ || __clang__ || __SUNPRO_C) && !defined(__EDG__)

Hi,

If you want us to support such compilers, I would appreciate a couple of
words about:
  - Why does a compiler define __GNUC__ or __clang__ when it does not
    behave like GCC or clang?
  - Why are people at altlinux.org attempting to support a proprietary
    compiler? What benefit is it for a Linux distro user to have binaries
    compiled by a compiler that is neither GCC nor clang and thus does
    not have the quality maintained by a large user community?

Bruno






reply via email to

[Prev in Thread] Current Thread [Next in Thread]