NetBSD/tests/usr.bin/xlint
rillig 7e868d5633 tests/lint: make test d_gcc_extension platform-independent
That test was intended to test the keywords '__extension__' and
'__typeof'.  The GCC builtin functions were just a side-effect.

These built-in functions generated error messages on platforms such as
amd64 where sizeof(long double) != sizeof(double), but not on others
such as sparc.

The current infrastructure for the lint tests cannot handle tests with
platform-dependent outcome.
2021-05-25 19:22:18 +00:00
..
lint1 tests/lint: make test d_gcc_extension platform-independent 2021-05-25 19:22:18 +00:00
Makefile
check-expect.lua lint: in code from included files, print stack trace 2021-04-08 22:18:26 +00:00