[Bug libstdc++/31481] New: GCC 4.2.0 incompatible with STLport 5.1.3

2007-04-04 Thread aaronavay62 at aaronwl dot com
nent: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aaronavay62 at aaronwl dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31481

[Bug libstdc++/31481] GCC 4.2.0 incompatible with STLport 5.1.3

2007-04-04 Thread aaronavay62 at aaronwl dot com
--- Comment #1 from aaronavay62 at aaronwl dot com 2007-04-05 05:34 --- OK, mainline just uses an 'int' here instead of 'streamsize.' Also, N1822 just has 'int.' Why is 'streamsize' here? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31481

[Bug target/27067] Compile errors with multiple inheritance where the stdcall attribute is applied to virtual functions.

2007-04-05 Thread aaronavay62 at aaronwl dot com
--- Comment #8 from aaronavay62 at aaronwl dot com 2007-04-05 08:05 --- What is the status on this? I'm pretty sure this is a regression; it would be great if this fix could get into 4.2, but it might be too late for that. This is a serious problem for many/most users on Windows

[Bug ada/20226] New: [4.0, 4.1 Regression] Error in __gnat_install_SEH_handler breaks bootstrap

2005-02-26 Thread aaronavay62 at aaronwl dot com
Status: UNCONFIRMED Keywords: build Severity: critical Priority: P2 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aaronavay62 at aaronwl dot com CC: charlet at adacore dot com,g

[Bug ada/20226] [4.0/4.1 Regression] Error in __gnat_install_SEH_handler breaks bootstrap

2005-02-26 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2005-02-27 02:35 --- Since you asked, I noticed that I had used 'make' instead of 'make bootstrap' by accident. I will try again using 'make bootstrap'. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20226

[Bug ada/20226] [4.0/4.1 Regression] Error in __gnat_install_SEH_handler breaks bootstrap

2005-02-26 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2005-02-27 04:41 --- OK, I tried again with "make bootstrap", and I get a nearly identical problem: stage1/gnatbind -C -I- -I. -Iada -I/aaronwl/cs/compilers/gcc/src/cvs/head/gcc/gcc/ada -o ada/b_gnat1.c -n ada/gn

[Bug bootstrap/14316] collect2 doesnt build on windows hosts

2005-02-28 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2005-03-01 06:06 --- Nope. Ian Lance Taylor or DJ Delorie must approve the libiberty portions of this patch, or someone must suggest (and implement) an alternate implementation. I don't know why Ian Lance Taylor do

[Bug java/20654] New: exception.o is not included in libgcj.a due to case-insensitivity

2005-03-27 Thread aaronavay62 at aaronwl dot com
ywords: build Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aaronavay62 at aaronwl dot com CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org GC

[Bug java/20654] exception.o is not included in libgcj.a due to case-insensitivity

2005-03-27 Thread aaronavay62 at aaronwl dot com
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00 |2005-03-

[Bug libgcj/20654] exception.o is not included in libgcj.a due to case-insensitivity

2005-03-27 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2005-03-28 06:09 --- This also happens with gnu/java/security/OID.o and org/ietf/jgss/Oid.o, again causing build to break in jv-collect. These files are less easily renamed, though. I don't know how to fix

[Bug libgcj/20654] exception.o is not included in libgcj.a due to case-insensitivity

2005-03-27 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2005-03-28 07:40 --- I just checked against "Microsoft (R) Library Manager Version 7.10.3052" and binutils's case-insensitivity replacement semantics are consistant with Microsoft's implementation. LIB al

[Bug libgcj/20654] exception.o is not included in libgcj.a due to case-insensitivity

2005-03-28 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2005-03-28 12:42 --- Thanks Danny. So there is already machinery to fix this; it just needs to be adapted to be case-insensitive. I'm working on a patch. -- What|Removed |

[Bug libgcj/20654] exception.o is not included in libgcj.a due to case-insensitivity

2005-03-30 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2005-03-30 21:10 --- Patch here: <http://gcc.gnu.org/ml/gcc-patches/2005-03/msg02804.html>. -- What|Removed

[Bug c/20784] New: Impossible to mute warning: imaginary constants are a GCC extension

2005-04-06 Thread aaronavay62 at aaronwl dot com
Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aaronavay62 at aaronwl dot com CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20784

[Bug c/20785] New: Pragma STDC CX_LIMITED_RANGE unimplemented

2005-04-06 Thread aaronavay62 at aaronwl dot com
Severity: enhancement Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aaronavay62 at aaronwl dot com CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20785

[Bug c/20785] Pragma STDC CX_LIMITED_RANGE unimplemented

2005-04-06 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2005-04-06 12:13 --- I opened the PR so I would have a tangible place to point to in a FIXME in some code, saying "when this bug is fixed, uncomment this." Perhaps though, for things of this sort, it would be bette

[Bug other/36968] [4.4 regression] malloc corruption building jv-convert.exe

2008-08-10 Thread aaronavay62 at aaronwl dot com
--- Comment #2 from aaronavay62 at aaronwl dot com 2008-08-11 00:22 --- Fixed. -- aaronavay62 at aaronwl dot com changed: What|Removed |Added Status|ASSIGNED

[Bug bootstrap/37091] Rev 138207 causes ICE using bootstrap for crt for win64

2008-08-11 Thread aaronavay62 at aaronwl dot com
--- Comment #3 from aaronavay62 at aaronwl dot com 2008-08-12 05:02 --- This failure comes up whenever GCC 3.4.x is used to build GCC 4.4 on Windows. I'm not sure if it affects any non-Windows targets. -- aaronavay62 at aaronwl dot com changed: What|Re

[Bug bootstrap/37091] Rev 138207 causes ICE using bootstrap for crt for win64

2008-08-11 Thread aaronavay62 at aaronwl dot com
--- Comment #4 from aaronavay62 at aaronwl dot com 2008-08-12 05:04 --- To clarify, GCC 3.4.x miscompiles GCC 4.4 when not being bootstrapped. A normal bootstrap won't show this failure, but a cross build or --disable-bootstrap will. -- http://gcc.gnu.org/bugzilla/show_bug.c

[Bug tree-optimization/36218] [4.2/4.3/4.4 regression] VRP causes stack overflow while building libgcj

2008-08-23 Thread aaronavay62 at aaronwl dot com
--- Comment #16 from aaronavay62 at aaronwl dot com 2008-08-23 18:06 --- (In reply to comment #15) > This should be fixed on the trunk by > 2008-08-20 Richard Guenther <[EMAIL PROTECTED]> > can someone verify this? Thanks. Yes and no. On revision 139510 (2

[Bug bootstrap/25502] I64d format Werror problem in build

2008-08-23 Thread aaronavay62 at aaronwl dot com
--- Comment #19 from aaronavay62 at aaronwl dot com 2008-08-24 01:17 --- Kai, I'm assigning this to you because you said on IRC a month or two ago that you were working on a patch for this. I've been working around this with a local patch that adds __extension__ everywhere

[Bug bootstrap/25502] I64d format Werror problem in build

2008-09-13 Thread aaronavay62 at aaronwl dot com
--- Comment #20 from aaronavay62 at aaronwl dot com 2008-09-14 03:27 --- Danny has recommended that we wait until 4.5 to add -Wno-pedantic-ms-format which will resolve this problem. <http://gcc.gnu.org/ml/gcc-patches/2008-09/msg00664.html>. In the meantime, I'll keep t

[Bug libstdc++/37522] New: [4.4 regression] Incorrect vswprintf prototype breaks __to_xstring

2008-09-14 Thread aaronavay62 at aaronwl dot com
.4.0 Status: UNCONFIRMED Keywords: build Severity: major Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aaronavay62 at aaronwl dot com GCC target triplet: *-mingw32 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37522

[Bug libstdc++/37522] [4.4 regression] Incorrect vswprintf prototype breaks __to_xstring

2008-09-14 Thread aaronavay62 at aaronwl dot com
-- aaronavay62 at aaronwl dot com changed: What|Removed |Added CC||dannysmith at users dot

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

2008-04-04 Thread aaronavay62 at aaronwl dot com
--- Comment #14 from aaronavay62 at aaronwl dot com 2008-04-05 05:09 --- A bunch of tests hang for me, some with 0% cpu, some with 100% cpu, on i386-pc-mingw32 of 4.3.0. Among the 0% CPU hangers is c960004 Among the 100% CPU hangers is c974013 Is there some reason that the proposed

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

2008-04-04 Thread aaronavay62 at aaronwl dot com
--- Comment #16 from aaronavay62 at aaronwl dot com 2008-04-05 05:39 --- Yes, but it's still possible they might hang from time to time as bugs are introduced, which is fairly bad for automated testing etc. Normal dejagnu tests have a time limit; why should the ACATS testsui

[Bug c++/29365] Unnecessary anonymous namespace warnings

2007-05-03 Thread aaronavay62 at aaronwl dot com
--- Comment #20 from aaronavay62 at aaronwl dot com 2007-05-03 13:00 --- It looks like this will not be backported to 4.2 as its not strictly a regression. See <http://gcc.gnu.org/ml/gcc/2007-05/msg00067.html>. If you use this sort of pimpl and anonymous namespaces or simila

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

2008-04-12 Thread aaronavay62 at aaronwl dot com
--- Comment #18 from aaronavay62 at aaronwl dot com 2008-04-12 07:11 --- (In reply to comment #17) > OK, but sweeping the problem under the rug is not the solution on mainline. I'm not advocating making these failures disappear; I'd just prefer they FAIL rather than h

[Bug target/35921] Con/de-structor definition fails to override dllimport declaration

2008-04-12 Thread aaronavay62 at aaronwl dot com
--- Comment #2 from aaronavay62 at aaronwl dot com 2008-04-13 01:46 --- Note at present, implicit inline within the class definition will work; it's only out-of-line that fails. Also, if we fix this bug in the suggested way, we need to change the documentation to state that the &#

[Bug debug/33155] _stdcall assembler names in win32 vs gdb

2008-04-13 Thread aaronavay62 at aaronwl dot com
--- Comment #1 from aaronavay62 at aaronwl dot com 2008-04-13 19:48 --- What is the status on this? Does reverting the langhooks.c change remanifest PR27067? -- aaronavay62 at aaronwl dot com changed: What|Removed |Added

[Bug debug/33155] _stdcall assembler names in win32 vs gdb

2008-04-25 Thread aaronavay62 at aaronwl dot com
--- Comment #3 from aaronavay62 at aaronwl dot com 2008-04-26 04:13 --- (In reply to comment #2) > (In reply to comment #1) > > What is the status on this? Does reverting the langhooks.c change > > remanifest > > PR27067? > > > No. PR27067 is fixed

[Bug ada/18302] ACATS tests hang: c74004a, c960004, and others

2008-05-04 Thread aaronavay62 at aaronwl dot com
--- Comment #19 from aaronavay62 at aaronwl dot com 2008-05-04 07:32 --- On i386-pc-mingw32, these are the tests that fail on 4.3.0. Hanging idle (at 0% CPU): c74004a c940010 c94002f c94002g c94008a c953001 Hanging busy (at 100% CPU): c960004 c974001 c974002 c974013

[Bug bootstrap/25502] Werror problem in build

2008-05-10 Thread aaronavay62 at aaronwl dot com
--- Comment #13 from aaronavay62 at aaronwl dot com 2008-05-11 03:04 --- What would be an acceptable solution other than having bootstrap perpetually broken, and other than --disable-werror? 1) We could only enable this warning when in strict mode, eg -std=c99 -pedantic. -std=gnu99

[Bug bootstrap/25502] I64d format Werror problem in build

2008-05-10 Thread aaronavay62 at aaronwl dot com
--- Comment #14 from aaronavay62 at aaronwl dot com 2008-05-11 04:48 --- Another question: why does "lld" not cause warnings on linux here? I don't see what the difference is. Whatever the situation is, I don't see any reason that "I64d" should behave d

[Bug ada/36207] New: [4.4 regression] Ada bootstrap fails in uintp.adb:1595

2008-05-11 Thread aaronavay62 at aaronwl dot com
ersion: 4.4.0 Status: UNCONFIRMED Keywords: build Severity: major Priority: P3 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aaronavay62 at aaronwl dot com GCC host triplet: i386-pc-mingw32 GCC target triplet: i386-pc-mingw32 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36207

[Bug bootstrap/25502] I64d format Werror problem in build

2008-05-11 Thread aaronavay62 at aaronwl dot com
--- Comment #17 from aaronavay62 at aaronwl dot com 2008-05-11 21:24 --- (In reply to comment #16) > -Wno-long-long disables warnings in gnu89 -pedantic mode for certain > standard C99 usages, not for non-standard usages. You could add > -Wno-long-long-windows-formats t

[Bug fortran/36215] New: [4.4 regression] Fortran bootstrap fails on _abs_c4.F90

2008-05-11 Thread aaronavay62 at aaronwl dot com
Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aaronavay62 at aaronwl dot com GCC host triplet: i386-pc-mingw32 GCC target triplet: i386-pc-mingw32 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36215

[Bug libgcj/20654] exception.o is not included in libgcj.a due to case-insensitivity

2008-05-11 Thread aaronavay62 at aaronwl dot com
--- Comment #9 from aaronavay62 at aaronwl dot com 2008-05-11 23:21 --- I didn't fix it, but this apparently has been resolved some sort of way in 4.3.0. -- aaronavay62 at aaronwl dot com changed: What|Removed |

[Bug bootstrap/36216] New: [meta-bug] Bootstrap problems on mingw32

2008-05-11 Thread aaronavay62 at aaronwl dot com
Version: 4.4.0 Status: UNCONFIRMED Keywords: meta-bug Severity: major Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aaronavay62 at aaronwl dot com GCC build triplet: i386-pc-mingw32

[Bug ada/36207] [4.4 regression] Ada bootstrap fails in uintp.adb:1595

2008-05-12 Thread aaronavay62 at aaronwl dot com
-- aaronavay62 at aaronwl dot com changed: What|Removed |Added Severity|major |critical http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36207

[Bug fortran/36215] [4.4 regression] Fortran bootstrap fails on _abs_c4.F90

2008-05-12 Thread aaronavay62 at aaronwl dot com
-- aaronavay62 at aaronwl dot com changed: What|Removed |Added Severity|major |critical http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36215

[Bug libgcj/36218] New: [4.4 regression] libgcj causes stack overflow in jc1.exe

2008-05-12 Thread aaronavay62 at aaronwl dot com
ild, memory-hog Severity: critical Priority: P3 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aaronavay62 at aaronwl dot com GCC host triplet: i386-pc-mingw32 OtherBugsDependingO 36216 nThis: http://gcc.g

[Bug libgcj/36218] [4.4 regression] libgcj causes stack overflow in jc1.exe

2008-05-12 Thread aaronavay62 at aaronwl dot com
--- Comment #1 from aaronavay62 at aaronwl dot com 2008-05-12 11:03 --- cipher.o at least fails for this reason. I'm not sure when this last worked, but it at least worked sometime around 2004. -- aaronavay62 at aaronwl dot com changed: What|Re

[Bug ada/36207] [4.4 regression] Ada bootstrap fails in uintp.adb:1595

2008-05-13 Thread aaronavay62 at aaronwl dot com
--- Comment #3 from aaronavay62 at aaronwl dot com 2008-05-13 13:50 --- Here is the information. I included the stage1 compiler as well just for comparison purposes. For some reason, the source line information is missing from both, but I suspect thats not very important

[Bug bootstrap/36216] [meta-bug] Bootstrap problems on mingw32

2008-06-03 Thread aaronavay62 at aaronwl dot com
-- aaronavay62 at aaronwl dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

[Bug ada/36207] [4.4 regression] Ada bootstrap fails in uintp.adb:1595

2008-06-03 Thread aaronavay62 at aaronwl dot com
--- Comment #5 from aaronavay62 at aaronwl dot com 2008-06-03 19:32 --- Apparently not related to PR35493, because its still present. I'll give debugging this another shot later. -- aaronavay62 at aaronwl dot com changed: What|Removed |

[Bug tree-optimization/36218] [4.2/4.3/4.4 regression] VRP causes stack overflow while building libgcj

2008-06-14 Thread aaronavay62 at aaronwl dot com
--- Comment #12 from aaronavay62 at aaronwl dot com 2008-06-14 15:43 --- (In reply to comment #9) > There aren't any obvious instructions on how to reproduce this bug. Andrew, > which file(s) in libgcj do you see problems with? If you build libjava on a Win32 (mingw3

[Bug tree-optimization/36218] [4.2/4.3/4.4 regression] VRP causes stack overflow while building libgcj

2008-07-14 Thread aaronavay62 at aaronwl dot com
--- Comment #13 from aaronavay62 at aaronwl dot com 2008-07-14 08:03 --- Joseph's patch doesn't work for me, because the --stack parameter never makes it to the link line for some reason, and I get the same crash building cipher.o. This is the relevant output of bootstrap:

[Bug ada/36207] [4.4 regression] Ada bootstrap fails in uintp.adb:1595

2008-07-14 Thread aaronavay62 at aaronwl dot com
--- Comment #8 from aaronavay62 at aaronwl dot com 2008-07-14 08:57 --- Eric, with that change, I see this: ../../../svn/libgcc/../gcc/libgcc2.c: In function '__do_global_ctors': ../../../svn/libgcc/../gcc/libgcc2.c:2161: internal compiler error: in i386_pe_binds_l

[Bug ada/36207] [4.4 regression] Ada bootstrap fails in uintp.adb:1595

2008-07-14 Thread aaronavay62 at aaronwl dot com
--- Comment #10 from aaronavay62 at aaronwl dot com 2008-07-14 14:38 --- (In reply to comment #9) > gcc_assert (!(TREE_CODE (exp) == VAR_DECL > && TREE_STATIC (exp) > && DECL_EXTERNAL (exp))); Eric, OK, now I get: /mingw/s

[Bug ada/36207] [4.4 regression] Ada bootstrap fails in uintp.adb:1595

2008-07-29 Thread aaronavay62 at aaronwl dot com
--- Comment #13 from aaronavay62 at aaronwl dot com 2008-07-29 19:43 --- Eric, this failure seems to be fixed now on trunk. Thanks! Ada is back in business now on mingw32, modulo some Makefile.in problems which I'm fixing now. -- aaronavay62 at aaronwl dot com ch

[Bug driver/36968] New: [4.4 regression] malloc corruption building jv-convert.exe

2008-07-29 Thread aaronavay62 at aaronwl dot com
ED Severity: major Priority: P3 Component: driver AssignedTo: aaronavay62 at aaronwl dot com ReportedBy: aaronavay62 at aaronwl dot com GCC host triplet: i386-pc-mingw32 OtherBugsDependingO 36216 nThis: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36968

[Bug driver/36968] [4.4 regression] malloc corruption building jv-convert.exe

2008-07-29 Thread aaronavay62 at aaronwl dot com
-- aaronavay62 at aaronwl dot com changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Ever Confirmed|0 |1 Last

[Bug driver/36968] [4.4 regression] malloc corruption building jv-convert.exe

2008-07-31 Thread aaronavay62 at aaronwl dot com
--- Comment #1 from aaronavay62 at aaronwl dot com 2008-07-31 22:59 --- Created an attachment (id=15987) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15987&action=view) Allocate argv array first -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36968

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

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

[Bug libfortran/19074] New: [4.0 Regression] libgfortran bootstrap fails on Windows

2004-12-18 Thread aaronavay62 at aaronwl dot com
aaronwl dot com ReportedBy: aaronavay62 at aaronwl dot com CC: gcc-bugs at gcc dot gnu dot org,rth at gcc dot gnu dot org GCC target triplet: i686-pc-mingw32 OtherBugsDependingO 16991,18107 nThis: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19074

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

2004-12-18 Thread aaronavay62 at aaronwl dot com
-- What|Removed |Added BugsThisDependsOn||19074 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16991

[Bug libfortran/19074] libgfortran bootstrap fails on Windows

2004-12-19 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-12-19 18:59 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

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

2004-12-19 Thread aaronavay62 at aaronwl dot com
-- Bug 16991 depends on bug 19074, which changed state. Bug 19074 Summary: libgfortran bootstrap fails on Windows http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19074 What|Old Value |New Value ---

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

2004-12-19 Thread aaronavay62 at aaronwl dot com
-- Bug 18107 depends on bug 19074, which changed state. Bug 19074 Summary: libgfortran bootstrap fails on Windows http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19074 What|Old Value |New Value ---

[Bug debug/17406] [4.0 regression] ICE dwarf2out_frame_debug_expr, at dwarf2out.c:1692

2004-10-13 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-13 07:27 --- Sorry for the delay. My bootstrap kept breaking, and the full cycle appears to take about 48 hours to complete. I can preliminarily say that this patch does indeed appear to fix this problem, but I have

[Bug other/17991] New: [4.0 Regression] Two-process fixincludes broken: pz_mn_name_pat undefined

2004-10-14 Thread aaronavay62 at aaronwl dot com
ReportedBy: aaronavay62 at aaronwl dot com CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i?86-*-mingw32, i?86-*-msdosdjgpp, *-*-beos* http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17991

[Bug other/17991] [4.0 Regression] Two-process fixincludes broken: pz_mn_name_pat undefined

2004-10-14 Thread aaronavay62 at aaronwl dot com
-- What|Removed |Added Keywords||build http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17991

[Bug other/17991] [4.0 Regression] Two-process fixincludes broken: pz_mn_name_pat undefined

2004-10-14 Thread aaronavay62 at aaronwl dot com
-- What|Removed |Added OtherBugsDependingO||17832 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17991

[Bug bootstrap/17832] [4.0 Regression] Bootstrap broken by fixincludes failures

2004-10-14 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-14 09:17 --- I think fixincludes is very close to building on Windows, and so probably should not be disabled after all for this target, since its needed in some configurations. Presumably the other targets still

[Bug debug/17406] [4.0 regression] ICE dwarf2out_frame_debug_expr, at dwarf2out.c:1692

2004-10-15 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-15 19:58 --- I can confirm that this patch fixes this bug and causes no testsuite regressions. :-) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17406

[Bug other/17991] [4.0 Regression] Two-process fixincludes broken: pz_mn_name_pat undefined

2004-10-15 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-16 00:35 --- Something isn't right with the patch. The ChangeLog mentions a function fix_with_system() that does not appear to exist. The build fails because z_applyfix_prog's initializer doesn't matc

[Bug debug/17406] [4.0 regression] ICE dwarf2out_frame_debug_expr, at dwarf2out.c:1692

2004-10-06 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-07 06:43 --- I've started a bootstrap and regression test cycle of current mainline with this patch. This will probably take about 24 hours on i686-pc-mingw32. (Thats another thing I wouldn't mind seeing fix

[Bug other/17991] [4.0 Regression] Two-process fixincludes broken: pz_mn_name_pat undefined

2004-10-19 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-19 19:25 --- Yes, this fixes the problems. Thanks! Two-process fixincludes now builds. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17991

[Bug bootstrap/17832] [4.0 Regression] Bootstrap broken by fixincludes failures

2004-10-20 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-20 08:39 --- One more patch left to be reviewed, besides PR17991: <http://gcc.gnu.org/ml/gcc-patches/2004-10/msg01618.html>. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17832

[Bug bootstrap/17832] [4.0 Regression] Bootstrap broken by fixincludes failures

2004-10-21 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-21 21:28 --- Well, I was a little confused earlier, and perhaps I still am. Should fixincludes be built on target=mingw bootstraps? I don't think so; as far as I know, its only needed for crosses. But perhaps

[Bug other/17462] Cannot compile fixincl.c on windows hosts

2004-10-21 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-21 21:30 --- I think this is actually a duplicate of PR17832, but I don't appear to have the ability to alter the state of bugs. Can someone mark this as a duplicate? -- What|Re

[Bug other/17462] Cannot compile fixincl.c on windows hosts

2004-10-21 Thread aaronavay62 at aaronwl dot com
-- What|Removed |Added CC||aaronavay62 at aaronwl dot ||com http://gcc.gnu.org/bugzilla

[Bug fortran/18103] New: libgfortran system header conflict breaks bootstrap on MinGW

2004-10-21 Thread aaronavay62 at aaronwl dot com
otstrap on MinGW Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aaronavay62 at aaronwl dot com CC: g

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

2004-10-21 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-22 02:56 --- Patch here: <http://gcc.gnu.org/ml/gcc-patches/2004-09/msg01609.html> -- What|Removed

[Bug java/18104] New: Incorrect CLASSPATH separator in libjava breaks bootstrap

2004-10-21 Thread aaronavay62 at aaronwl dot com
Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aaronavay62 at aaronwl dot com CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org GCC target triplet: i686-pc-mingw32

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

2004-10-21 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-22 03:03 --- A proposed patch is here: <http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02853.html>. The Windows GCC Java community has been using a patch similar to this for years. -- What|R

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

2004-10-21 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-22 03:03 --- Oops, that was definitely the wrong URL. The right URL for the patch is: <http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02853.html>. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18103

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

2004-10-21 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-22 03:05 --- Forgot that last message. The original patch URL was correct. Error between keyboard and chair. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18103

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

2004-10-21 Thread aaronavay62 at aaronwl dot com
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=18105

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

2004-10-21 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-22 03:20 --- Patch here: <http://gcc.gnu.org/ml/gcc-patches/2004-10/msg01171.html>. The identifiers are defined if not, and temporary files are created with mktemp() if mkstemp() is not availible. --

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

2004-10-21 Thread aaronavay62 at aaronwl dot com
unimplemented on Windows Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aaronavay62 at aaronwl dot com

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

2004-10-21 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-22 03:42 --- Patch here: <http://gcc.gnu.org/ml/gcc-patches/2004-10/msg01656.html>. -- What|Removed

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

2004-10-21 Thread aaronavay62 at aaronwl dot com
Status: UNCONFIRMED Keywords: meta-bug Severity: critical Priority: P2 Component: bootstrap AssignedTo: aaronavay62 at aaronwl dot com ReportedBy: aaronavay62 at aaronwl dot com CC: gcc-bugs at gcc dot gnu dot org GCC build

[Bug bootstrap/17832] [4.0 Regression] Bootstrap broken by fixincludes failures

2004-10-21 Thread aaronavay62 at aaronwl dot com
-- What|Removed |Added OtherBugsDependingO||18107 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17832

[Bug debug/17406] [4.0 regression] ICE dwarf2out_frame_debug_expr, at dwarf2out.c:1692

2004-10-21 Thread aaronavay62 at aaronwl dot com
-- What|Removed |Added OtherBugsDependingO||18107 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17406

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

2004-10-21 Thread aaronavay62 at aaronwl dot com
-- What|Removed |Added OtherBugsDependingO||18107 nThis|| 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-21 Thread aaronavay62 at aaronwl dot com
-- What|Removed |Added OtherBugsDependingO||18107 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18105

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

2004-10-21 Thread aaronavay62 at aaronwl dot com
-- What|Removed |Added OtherBugsDependingO||18107 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18104

[Bug other/17462] Cannot compile fixincl.c on windows hosts

2004-10-21 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-22 05:21 --- *** This bug has been marked as a duplicate of 17832 *** -- What|Removed |Added

[Bug bootstrap/17832] [4.0 Regression] Bootstrap broken by fixincludes failures

2004-10-21 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-22 05:21 --- *** Bug 17462 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17832

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

2004-10-21 Thread aaronavay62 at aaronwl dot com
-- What|Removed |Added Status|UNCONFIRMED |ASSIGNED Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00 |200

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

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

[Bug c/18139] New: [4.0 Regression] GCC miscompiles libcpp/charset.c

2004-10-24 Thread aaronavay62 at aaronwl dot com
s libcpp/charset.c Product: gcc Version: 4.0.0 Status: UNCONFIRMED Keywords: wrong-code, build Severity: critical Priority: P2 Component: c 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 OtherBugsDependingO 18107 nThis: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18139

[Bug c/18139] [4.0 Regression] GCC miscompiles libcpp/charset.c

2004-10-24 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-25 06:31 --- For what its worth, this bug wasn't introduced recently. It was failing at least since June 1st, 2004. I'll continue to search for offending changes. This may take a few days. -- http://g

[Bug c++/17526] [4.0 Regression] locale_facets.cc:47: internal compiler error

2004-10-25 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-25 19:48 --- I also don't think this is a C++ bug: its a bug in whatever compiled libcpp, which probably wasn't a C++ compiler. Also, does this affect all x86 targets? Does it affect i?86-pc-linux*? The te

[Bug bootstrap/17832] [4.0 Regression] Bootstrap broken by fixincludes failures

2004-10-26 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-26 21:51 --- Sorry, I missed putting the PR tag in the commit log. However, no, this bug really should not be closed yet. That patch just disabled building fixincludes. The real patch that needs to be committed is in

[Bug bootstrap/17832] [4.0 Regression] Bootstrap broken by fixincludes failures

2004-10-27 Thread aaronavay62 at aaronwl dot com
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-27 20:17 --- Fixed on mainline. I think this is the end of fixincludes problems for Windows. -- What|Removed |Added

[Bug other/17462] Cannot compile fixincl.c on windows hosts

2004-10-27 Thread aaronavay62 at aaronwl dot com
-- Bug 17462 depends on bug 17832, which changed state. Bug 17832 Summary: [4.0 Regression] Bootstrap broken by fixincludes failures http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17832 What|Old Value |New Value

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

2004-10-27 Thread aaronavay62 at aaronwl dot com
-- Bug 18107 depends on bug 17832, which changed state. Bug 17832 Summary: [4.0 Regression] Bootstrap broken by fixincludes failures http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17832 What|Old Value |New Value

  1   2   >