--- Comment #4 from rguenth at gcc dot gnu dot org 2006-05-02 12:37 ---
Caused by
Author: amacleod
Date: Fri Apr 28 20:39:18 2006
New Revision: 113356
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113356
Log:
The condition the assert was flawed.
2006-04-28 Andrew MacLeod <[
--- Comment #3 from rguenth at gcc dot gnu dot org 2006-05-02 12:26 ---
Confirmed. Reduced testcase:
typedef char gchar;
typedef unsigned char xmlChar;
typedef struct _xmlNode xmlNode;
typedef xmlNode *xmlNodePtr;
struct _xmlNode {
struct _xmlNode *next;
struct _xmlNode *childs