You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow-up to 99067de, which made expr2c prefer typedef names over
original type expressions.
Thanks Andreas Stahlbauer for providing the regression tests and help in
debugging.
Fixes: diffblue#882Fixes: diffblue#964Fixes: diffblue#972
Function pointer types are not translated correctly by the current version of goto-instrument:
Input:
typedef void (*__sighandler_t) (int);
Output:
typedef void (*)(signed int) __sighandler_t;
GCC error:
Full example for regression checks:
@tautschnig: FYI
The text was updated successfully, but these errors were encountered: