https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63642
Bug ID: 63642 Summary: Linked List Pointer points to itself (on Mac OS) Product: gcc Version: unknown Status: UNCONFIRMED Severity: major Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: romain.wallon at orange dot fr In a linked list, the pointer to the next element seems to always point to itself : when the list->next is assigned to null, list is also assigned to null. It happens on the gcc version on Mac OSX 10.10