[Bug 64] Build warnings in gcc.

2013-07-10 Thread gdc-bugzilla
http://bugzilla.gdcproject.org/show_bug.cgi?id=64 --- Comment #8 from Iain Buclaw 2013-07-10 18:45:53 UTC --- Thanks Johannes, though I seem to have been given the credit in the debian changelog. :-P http://ftp-master.metadata.debian.org/changelogs/main/g/gcc-4.8/unstable_changelog -- Configu

[Bug 64] Build warnings in gcc.

2013-07-05 Thread gdc-bugzilla
http://bugzilla.gdcproject.org/show_bug.cgi?id=64 Johannes Pfau changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug 64] Build warnings in gcc.

2013-07-05 Thread gdc-bugzilla
http://bugzilla.gdcproject.org/show_bug.cgi?id=64 --- Comment #6 from Iain Buclaw 2013-07-05 07:51:09 UTC --- Hmm I think I just used sed to remove them. sed -i -s '/^diff/d' -- Configure bugmail: http://bugzilla.gdcproject.org/userprefs.cgi?tab=email --- You are receiving this mail b

[Bug 64] Build warnings in gcc.

2013-07-04 Thread gdc-bugzilla
http://bugzilla.gdcproject.org/show_bug.cgi?id=64 --- Comment #5 from Johannes Pfau 2013-07-04 18:44:21 UTC --- It seems that the '*-*-sysv*' targets are not supported by gcc anymore and gcc refuses to build those anyway. So maybe we don't need to use the sysv4.h headers at all. Another issue i

[Bug 64] Build warnings in gcc.

2013-07-01 Thread gdc-bugzilla
http://bugzilla.gdcproject.org/show_bug.cgi?id=64 --- Comment #4 from Iain Buclaw 2013-07-01 12:18:20 UTC --- OK, see this link: https://buildd.debian.org/status/package.php?p=gcc-4.8 The only other target where this warning occurs is sparc-linux-gnu. --- Order of headers in config.gcc: "spar

[Bug 64] Build warnings in gcc.

2013-06-27 Thread gdc-bugzilla
http://bugzilla.gdcproject.org/show_bug.cgi?id=64 Johannes Pfau changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|ibuc...@gdcpr

[Bug 64] Build warnings in gcc.

2013-06-27 Thread gdc-bugzilla
http://bugzilla.gdcproject.org/show_bug.cgi?id=64 --- Comment #3 from Iain Buclaw 2013-06-27 14:26:50 UTC --- (In reply to comment #1) > I'll see if those can be reproduced on x86, but what headers are included in > what order can be different on every platform. > > I hope we don't need to mirr

[Bug 64] Build warnings in gcc.

2013-06-27 Thread gdc-bugzilla
http://bugzilla.gdcproject.org/show_bug.cgi?id=64 --- Comment #2 from Iain Buclaw 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/sy

[Bug 64] Build warnings in gcc.

2013-06-27 Thread gdc-bugzilla
http://bugzilla.gdcproject.org/show_bug.cgi?id=64 Johannes Pfau changed: What|Removed |Added CC||johannesp...@gmail.com --- Comment #1 fro