Severity: normal
Priority: P3
Component: libbacktrace
Assignee: unassigned at gcc dot gnu.org
Reporter: matti.niemenmaa+gccbugs at iki dot fi
CC: ian at gcc dot gnu.org
Target Milestone: ---
(Related to PR77631; it seems this issue has been
: normal
Priority: P3
Component: analyzer
Assignee: dmalcolm at gcc dot gnu.org
Reporter: matti.niemenmaa+gccbugs at iki dot fi
Target Milestone: ---
The following code:
$ cat bug.c
#include
struct s {
char *p;
int arr[2];
};
int main(void) {
struct s *s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87167
--- Comment #2 from Matti Niemenmaa ---
Thanks for the info. I peeked at the git log and came across PR86914 — this
looks like a duplicate of that. Sorry for not managing to find it in Bugzilla
earlier.
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: matti.niemenmaa+gccbugs at iki dot fi
Target Milestone: ---
Created attachment 44636
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44636&action=edit
Prepr