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

--- Comment #22 from rguenther at suse dot de <rguenther at suse dot de> ---
On Wed, 19 May 2021, bernd.edlinger at hotmail dot de wrote:

> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97205
> 
> --- Comment #21 from Bernd Edlinger <bernd.edlinger at hotmail dot de> ---
> Hi Srinath,
> 
> when we add new assertions to gcc we use always a gcc_checking_assert
> nowadays, that is also the case here.
> 
> The assertion is only firing in your compiler because it is a development
> snapshot 10.3.1.  So that is an experimemtal version.

10.3.1 is not an experimental version, so the assert should not fire
there unless you configure with --enable-checking (which you might
have done).

Reply via email to