[Bug c/59358] New: Infinite loop generated with >=O2
: c Assignee: unassigned at gcc dot gnu.org Reporter: cJ-gcc at zougloub dot eu So, we have the following code: void *lst_realloc(void *, int); typedef struct smartlist_t { void **list; int num_used; int capacity; } smartlist_t; #define MAX_CAPACITY 32 void smartlist_ensure_capac
[Bug debug/78100] DWARF symbols for an array sometimes missing the array length
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78100 Jérôme Carretero changed: What|Removed |Added CC||cJ-gcc at zougloub dot eu