Quick reproducer, to help test this whenever it gets addressed:
#include <stdio.h>
#include <stdlib.h>
int main(void) {
char *restrict foo = "Hello world.\n";
printf("%s", foo);
exit(0);
}
Compile with -ggdb and then run pahole on the resulting binary:
$ pahole foo
die__process_unit: DW_TAG_restrict_type (0x37) @ <0x91> not handled!
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1621013
Title:
DW_TAG_restrict_type (0x37) @ <0x4d5> not handled
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dwarves-dfsg/+bug/1621013/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs