https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82576
Bug ID: 82576
Summary: sbitmap_vector_alloc() not ready for 64 bits
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: rtl-op
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82574
Martin Liška changed:
What|Removed |Added
Keywords||wrong-code
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82577
Bug ID: 82577
Summary: ice in compare_base_decls, at alias.c:2053
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82576
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82577
--- Comment #1 from David Binderman ---
Bug seems to occur between revisions 253628 and 253721.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82577
--- Comment #2 from David Binderman ---
Reduced C++ code is
class a {
public:
int *b();
};
struct c {
int d;
a e;
} f;
void fn1(register c *g) {
register int *h;
do
(h) = g->e.b() + (g)->d;
while (&f);
}
101 - 106 of 106 matches
Mail list logo