tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] Next failure with autotools: _Static_assert


From: Detlef Riekenberg
Subject: [Tinycc-devel] Next failure with autotools: _Static_assert
Date: Thu, 28 Jul 2022 19:07:25 +0200

With my patch for _Alignas, tcc works for the next two configure tests:
A simple _Static_assert and _Noreturn check.

But then tcc fails, and i have no idea, where to look:
A _Static_assert in a struct.

Any Ideas, how to fix that?

---- code from a configure script, generated by GNU autoconf_2.71:

// Check _Static_assert.
struct test_static_assert
{
  int x;
  _Static_assert (sizeof (int) <= sizeof (long int),
                  "_Static_assert does not work in struct");
  long int y;
};


--
Bye bye ... Detlef




reply via email to

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