This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/63642] New: Linked List Pointer points to itself (on Mac OS)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]