[Bug c/59358] New: Infinite loop generated with >=O2

2013-11-30 Thread cJ-gcc at zougloub dot eu
: 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

2024-03-14 Thread cJ-gcc at zougloub dot eu via Gcc-bugs
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