Remove duplicate sizeof test from the compatibility suite (#545)

... and fix bug 16041 in the main suite.

The only diffs were:
- changes made to support both 1.2 and 2.0 on master
- changes to fix bug 16041 in the compatibility version that
  hadn't made it to the main version.

Signed-off-by: Kevin Petit <kevin.petit@arm.com>
This commit is contained in:
Kévin Petit
2020-01-15 10:09:25 +00:00
committed by GitHub
parent 1497a4a60d
commit 695960df2e
4 changed files with 1 additions and 399 deletions

View File

@@ -141,7 +141,7 @@ const size_table vector_table[] =
const char *ptr_table[] =
{
"void*",
"global void*",
"size_t",
"sizeof(int)", // check return type of sizeof
"ptrdiff_t"