Skip to content

Run test fail on GCC: "typedef long double _Float64x" #85

@ladisgin

Description

@ladisgin

Change main compiler to GCC.
Run generated test for calc.c.
Problem with float typedefs in stubs

/home/utbot/UTBotCpp/integration-tests/c-example/tests/stubs/lib/pointers/function_pointers_stub.h:112:21: error: two or more data types in declaration specifiers
  112 | typedef long double _Float64x;
      |                     ^~~~~~~~~
/home/utbot/UTBotCpp/integration-tests/c-example/tests/stubs/lib/pointers/function_pointers_stub.h:112:1: warning: useless type name in empty declaration
  112 | typedef long double _Float64x;
      | ^~~~~~~

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingneed to checkCheck if the issue can be reproduced in last version

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions