------- Comment #1 from corsepiu at gcc dot gnu dot org 2010-05-01 01:55 ------- Created an attachment (id=20523) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20523&action=view) Define _MACHINE_ANSI_H if target defines _I386_ANSI_H_ || defined(_X86_64_ANSI_H_
This patch tries to to overcome this issue by defining _MACHINE_ANSI_ in gcc/ginclude/stddef.h if defined(_I386_ANSI_H_) || defined(_X86_64_ANSI_H_) is defined. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43952