[Bug 64] Build warnings in gcc.
gdc-bugzilla at gdcproject.org
gdc-bugzilla at gdcproject.org
Thu Jun 27 07:25:32 PDT 2013
http://bugzilla.gdcproject.org/show_bug.cgi?id=64
--- Comment #2 from Iain Buclaw <ibuclaw at gdcproject.org> 2013-06-27 14:25:32 UTC ---
OK, so I've have a look, the order of file inclusion is such (see config.gcc):
dbxelf.h
elfos.h
gnu-user.h
linux.h // Sets as: linux, Posix, GNU libc
glibc-stdint.h
ia64/sysv4.h // Overrides with SysV4, Posix
ia64/linux.h // %% Should override again here.
I don't see it being much harm removing this from config/linux.h:
#define TARGET_OS_D_BUILTINS() TARGET_GENERIC_LINUX_OS_D_BUILTINS()
And moving it into config/ia64/linux.h - ditto for other architectures where
necessary. But I'll leave that to you if you want to take ownership. :)
--
Configure bugmail: http://bugzilla.gdcproject.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the D.gnu
mailing list