[Bug libfortran/18103] libgfortran system header conflict breaks bootstrap on MinGW

2004-10-27 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-27 20:36 --- In addition to the patch in comment #1, this patch is also needed to fix this bug: <http://gcc.gnu.org/ml/gcc-patches/2004-10/msg02416.html>. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18103

[Bug libfortran/18105] Compile errors in libgfortran/io/unix.c break Windows bootstrap

2004-10-27 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-27 20:37 --- Revised patch here: <http://gcc.gnu.org/ml/gcc-patches/2004-10/msg02417.html>. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18105

[Bug libfortran/18105] Compile errors in libgfortran/io/unix.c break Windows bootstrap

2004-10-27 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-27 21:19 --- Revised patch here: <http://gcc.gnu.org/ml/gcc-patches/2004-10/msg02422.html> (honest). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18105

[Bug target/18151] Disable building of fixincludes for avr target.

2004-10-28 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-28 19:49 --- Oops, I beat you to it. :-) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18151

[Bug bootstrap/18107] [4.0 Regression] Bootstrap fails on i686-pc-mingw32

2004-10-29 Thread aaronavay62 at aaronwl dot com
-- What|Removed |Added BugsThisDependsOn||18226 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18107

[Bug ada/18226] New: [4.0 regression] EXCEPTION_STACK_OVERFLOW compiling make.adb

2004-10-29 Thread aaronavay62 at aaronwl dot com
ling make.adb Product: gcc Version: 4.0.0 Status: UNCONFIRMED Keywords: ice-on-valid-code, build Severity: critical Priority: P2 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedB

[Bug ada/18226] [4.0 regression] EXCEPTION_STACK_OVERFLOW compiling make.adb

2004-10-29 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-29 19:22 --- Created an attachment (id=7432) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7432&action=view) Backtrace and tree node. Full backtrace (up until gdb crashed), printed tree node (gdb enco

[Bug ada/17666] Ada tests hanging during make check

2004-10-29 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-30 05:02 --- GCC mainline 20041028 still has hangs on these three tests. (Complete test results are coming when the check completes, which might not be for another day.) Its also still the same three tests hanging

[Bug ada/17666] Ada tests hanging during make check

2004-10-29 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-30 05:05 --- Oops, for what its worth, those configuration specs are completely wrong--copied and pasted from the wrong place. These are the correct specs for the configuration that the bug was reconfirmed on for

[Bug target/18106] Weak symbols are unimplemented on Windows

2004-10-30 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-31 03:40 --- As of 2004-10-25, weak symbols will break libstdc++-v3. See <http://gcc.gnu.org/ml/gcc-patches/2004-10/msg02723.html>. I'm not sure what to do about this yet. -- http://gcc.gnu.o

[Bug libmudflap/18243] New: Link fails with -fmudflap on Windows

2004-10-30 Thread aaronavay62 at aaronwl dot com
Priority: P2 Component: libmudflap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aaronavay62 at aaronwl dot com CC: gcc-bugs at gcc dot gnu dot org GCC target triplet: i686-pc-mingw32 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18243

[Bug libmudflap/18243] Link fails with -fmudflap on Windows

2004-10-30 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-31 04:43 --- If I pass -static on the link line, link will succeed for an empty C program. But "hello world" still fails with an undefined reference to _mfwrap_puts. -- http://gcc.gnu.org/bugzilla/show_

[Bug regression/18246] New: struct-layout-1 generator broken on i686-pc-mingw32

2004-10-30 Thread aaronavay62 at aaronwl dot com
ount = 200 c = -1 n = 3000 -- Summary: struct-layout-1 generator broken on i686-pc-mingw32 Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: regression AssignedTo

[Bug other/18246] struct-layout-1 generator broken on i686-pc-mingw32

2004-10-31 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-31 19:16 --- Ugh, forgot about that. It's time to fix this problem the right way. I've been meaning to get this out of the way for a while. I'll get back to you on this. -- W

[Bug libgcj/18104] Incorrect CLASSPATH separator in libjava breaks bootstrap

2004-11-02 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-11-02 22:31 --- I agree with you with regards to the ugliness. The entire situation is really too bad; the mutually incompatible path separators used by Unix and Windows is definitely one of the top ten compatibility

[Bug target/18106] Weak symbols are unimplemented on Windows

2004-11-03 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-11-03 21:12 --- For what its worth, the issue in comment #2 was resolved. This patch can again be safely applied. It is awaiting review. -- What|Removed |Added

[Bug target/18106] Weak symbols are unimplemented on Windows

2004-11-05 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-11-06 04:29 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libfortran/18103] libgfortran system header conflict breaks bootstrap on MinGW

2004-11-05 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-11-06 04:33 --- Still waiting for patch in comment #1 to be approved. -- What|Removed |Added Last

[Bug libfortran/18105] Compile errors in libgfortran/io/unix.c break Windows bootstrap

2004-11-05 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-11-06 04:34 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libfortran/16991] [meta-bug] libgfortran does not build every where

2004-11-05 Thread aaronavay62 at aaronwl dot com
-- Bug 16991 depends on bug 18105, which changed state. Bug 18105 Summary: Compile errors in libgfortran/io/unix.c break Windows bootstrap http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18105 What|Old Value |New Value --

[Bug bootstrap/18107] [4.0 Regression] Bootstrap fails on i686-pc-mingw32

2004-11-05 Thread aaronavay62 at aaronwl dot com
-- Bug 18107 depends on bug 18105, which changed state. Bug 18105 Summary: Compile errors in libgfortran/io/unix.c break Windows bootstrap http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18105 What|Old Value |New Value --

[Bug target/18469] New: configure incorrectly defines gid_t

2004-11-13 Thread aaronavay62 at aaronwl dot com
onfigure incorrectly defines gid_t Product: gcc Version: 4.0.0 Status: UNCONFIRMED Keywords: build Severity: normal Priority: P2 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aarona

[Bug ada/18302] ACATS test c953002 (and others) hangs

2004-12-08 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-12-08 19:44 --- On i686-pc-mingw32, these three tests hang: ExecutableRun time Memory Usage c94002f.exe 0s 1112KB c974012.exe 0s 1080KB c980001.exe 0s 604KB Andrew Pinski says: I have

[Bug ada/17666] Ada tests hanging during make check

2004-12-08 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-12-08 19:44 --- *** This bug has been marked as a duplicate of 18302 *** -- What|Removed |Added

[Bug ada/18302] ACATS test c953002 (and others) hangs

2004-12-08 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-12-08 19:44 --- *** Bug 17666 has been marked as a duplicate of this bug. *** -- What|Removed |Added

<    1   2