Re: gcc vs clang

2022-08-23 Thread Mathieu Malaterre
Answering myself On Mon, Aug 22, 2022 at 5:28 PM Mathieu Malaterre wrote: > > [cc me please] > > Hi there, > > I have a package stuck in sid because gcc-11 and above fails to > compile what seems to be legit c++-11 code. > > Is it ok to switch to clang instead for the time being (with proper > do

Re: gcc vs clang

2022-08-22 Thread Tobias Frost
On Mon, Aug 22, 2022 at 05:28:33PM +0200, Mathieu Malaterre wrote: > [cc me please] > > Hi there, > > I have a package stuck in sid because gcc-11 and above fails to > compile what seems to be legit c++-11 code. What's the package? > Is it ok to switch to clang instead for the time being (with

Re: gcc vs clang

2022-08-22 Thread دانیال بهزادی
AFAK GCC is the defacto standard in Debian. You may want to patch your project to be GCC-compatible.

gcc vs clang

2022-08-22 Thread Mathieu Malaterre
[cc me please] Hi there, I have a package stuck in sid because gcc-11 and above fails to compile what seems to be legit c++-11 code. Is it ok to switch to clang instead for the time being (with proper documentation in d/rules) ?