Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Globals should be sorted using a topological ordering #249

Closed
frabert opened this issue Mar 26, 2022 · 1 comment
Closed

Globals should be sorted using a topological ordering #249

frabert opened this issue Mar 26, 2022 · 1 comment

Comments

@frabert
Copy link
Collaborator

frabert commented Mar 26, 2022

amd64/linux/drivers/acpi/extr_acpi_pnp.c_is_cmos_rtc_device.bc in AnghaBench fails due to this:

struct struct_acpi_device_id is_cmos_rtc_device_ids[4] = {{_str}, {_str_1}, {_str_2}, {_str_3}};
unsigned char _str[8] = "PNP0B00\000";
unsigned char _str_1[8] = "PNP0B01\000";
unsigned char _str_2[8] = "PNP0B02\000";
unsigned char _str_3[1] = "";
@surovic
Copy link
Collaborator

surovic commented Mar 28, 2022

Related to #58

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants