[Bug middle-end/21275] [4.0/4.1 Regression] gcc 4.0.0 crash with mingw when using stdout in global var

2005-06-01 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2005-06-01 21:02 --- The patch referred to in comment #9 had missing hunks. Complete patch here: http://gcc.gnu.org/ml/gcc-patches/2005-05/msg02945.html Danny -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug middle-end/21597] [4.1 Regression] libgcc broken on targets with MKDIR_TAKES_ONE_ARG

2005-06-09 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2005-06-09 20:33 --- Re; comment #4 There should be no need te test for for the sake of mingw libgcov.c already includes tsystem.h tsystem.h includes . On mingw, unistd.h includes Danny -- http

[Bug bootstrap/19607] Build fails on MSYS/MingGW because of incorrect SYSTEM_HEADER_DIR

2005-06-09 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2005-06-09 20:41 --- The patch is not right. mingw doesn't have a NATIVE_SYSTEM_HEADER_DIR. Header dirs are found relative to the path to the gcc.exe bin directory, so specifying /mingw/include a

[Bug bootstrap/19607] Build fails on MSYS/MingGW because of incorrect SYSTEM_HEADER_DIR

2005-06-09 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2005-06-10 03:03 --- Re:Comment #4 Does mount /usr/include work with MSYS? Or just create an empty /usr/include Danny -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19607

[Bug target/22017] Error to pass struct parameter when compile with mingw's gcc.exe using "-march=i386 -mrtd" flags

2005-06-11 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2005-06-12 05:18 --- Hi, I think the problem is that st.m_i = 1; st.m_ch[0] = 0; causes gcc to generate a call to the library memcpy. Since the -mrtd switch is in effect, the call is generated

[Bug target/22017] Error to pass struct parameter when compile with mingw's gcc.exe using "-march=i386 -mrtd" flags

2005-06-12 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2005-06-12 09:39 --- Hi, This is what is says in the comments above i386/i386.c: ix86_return_pop_args: FUNDECL is the declaration node of the function (as a tree), FUNTYPE is the data type of the function

[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-06-13 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2005-06-13 22:05 --- The patch is still not correct. It doesn't handle dllimport override semantics. See g++.dg/ext/dllimport-3.C which fails because TREE_INVARIANT and TREE_CONSTANT change when we los

[Bug libstdc++/18997] Segmentation Violation in pthread_getspecific

2004-12-15 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2004-12-16 02:41 --- Patch submitted. http://gcc.gnu.org/ml/gcc-patches/2004-12/msg01184.html Danny -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18997

[Bug libstdc++/18997] Segmentation Violation in pthread_getspecific

2004-12-14 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2004-12-14 19:58 --- What happens if you revert this patch http://gcc.gnu.org/ml/gcc-cvs/2004-11/msg00265.html Alternatively, does adding #define GTHREAD_USE_WEAK 0 to config/i386/cygwin.h and to libstdc++-v3

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

2004-12-27 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2004-12-28 04:29 --- Richard Hendeerson's patch in comment #26 http://gcc.gnu.org/ml/gcc-patches/2004-12/msg01983.html fixes mingw bootstrap with -gdwarf-2 Danny -- http://gcc.gnu.org/bugzilla/show_bug.c

[Bug preprocessor/19309] New: Wrong documentation of predefined __GNUC__ with cpp invocation

2005-01-07 Thread dannysmith at users dot sourceforge dot net
edTo: unassigned at gcc dot gnu dot org ReportedBy: dannysmith at users dot sourceforge dot net CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-mingw32 GCC host triplet: i686-pc-mingw32 GCC target triplet: i686-pc-mingw32 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19309

[Bug ada/19526] Windows errorcodes wrong in Ada when tasking

2005-01-22 Thread dannysmith at users dot sourceforge dot net
-- What|Removed |Added CC||dannysmith at users dot ||sourceforge dot net http

[Bug target/19704] New: regparm vs dllimport of C++ methods

2005-01-29 Thread dannysmith at users dot sourceforge dot net
thods Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dannysmith at users dot sourceforge dot net CC: gcc-bugs at

[Bug target/19704] ICE for tail call of regparm 3 and dllimport

2005-01-30 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2005-01-31 05:55 --- Fixed on mainline. Should this also be applied be applied to 3_4-barnch (assuming regtesting is OK), where the bug also exists? Danny -- What|Removed

[Bug target/19774] New: VLA's vs SjLj EH unwind

2005-02-03 Thread dannysmith at users dot sourceforge dot net
everity: normal Priority: P2 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dannysmith at users dot sourceforge dot net CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-mingw32 GCC host triplet: i686-pc-mingw32 GCC

[Bug target/19970] Java Unnecessarily Disabled for MinGW

2005-02-14 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2005-02-15 06:41 --- Q: As a (new/cautious) target co-maintainer, is this within my domain to fix without seeking approval? This is not a regression, so I assume it would wait until after branching. Correct

[Bug other/5620] [3.3/3.4/3.5 Regression] GCC -save-temps foo.c fails to build foo.o

2004-08-20 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2004-08-20 11:27 --- Fixed on mainline. The libiberty part of this patch had already been approved and committed on 2004-06-29. Soory, I can't change PR status, because email ID under which I submitted this

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

2004-10-14 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2004-10-14 11:28 --- Refreshed patch (with missing files) here: http://gcc.gnu.org/ml/gcc-patches/2004-10/msg01172.html Danny -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14316

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

2004-10-25 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2004-10-25 08:14 --- Compiling charset.c with -O2 -fno-unit-at-a-time with newly built cc1.exe also avoids the bug. Danny -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18139

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

2004-10-25 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2004-10-26 02:26 --- A data point: Free/OpenBsd and windows targets differ drom i386-linux in defining #define DEFAULT_PCC_STRUCT_RETURN 0 which affect aggregate_value_p and thus gimplify_return_expr. Compiling

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

2004-10-27 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2004-10-27 21:27 --- Patch submitted here for review: http://gcc.gnu.org/ml/gcc-patches/2004-10/msg02425.html Danny -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17406

[Bug c++/16381] [3.3/4.0 Regression] Structure layout bug

2004-10-28 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2004-10-28 07:14 --- Isn't this a bug in cygming.h then? Would something like this still retain MSVC compatibility while allowing logical alignment for SSE[2] types? /* This is only needed in libobjc. The

[Bug c++/16030] [3.4 Regression] [cygwin/mingw]: stdcall function decoration vs LTHUNK alias in multiple inheritanc

2004-10-30 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2004-10-31 02:37 --- No, I won't backport this patch. Although the patch did apply cleanly and fixed this bug, using change_decl_assembler name caused warnings with mingw (in my code base, not in test

[Bug debug/18242] New: Dignostic for unsupported debug format is incorrect

2004-10-30 Thread dannysmith at users dot sourceforge dot net
Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: debug AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dannysmith at users dot sourceforge dot net CC: gcc-

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

2004-10-31 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2004-10-31 08:01 --- MSVC printf does not grok %ll formatting spec, but interprets that as single %l, Try using a replacement printf or change all occurences of %ll to %I64. This problem (and a hack to fix within

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

2004-10-31 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2004-10-31 19:06 --- Oh, one other thing is needed. mingw (and probably other targets) does not have ffsll function, so either need to replace ffsll with __builtin_ffsll or provide one (which is trivial). Danny

[Bug debug/18242] [4.0 Regression] Dignostic for unsupported debug format is incorrect

2004-11-01 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2004-11-02 02:44 --- Fixed. -- What|Removed |Added Status|NEW

[Bug target/18353] New: ICE with "movaps" in inline asm when using -masm=intel

2004-11-06 Thread dannysmith at users dot sourceforge dot net
dot org ReportedBy: dannysmith at users dot sourceforge dot net CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-mingw32 GCC host triplet: i686-pc-mingw32 GCC target triplet: i686-pc-mingw32 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18353

[Bug libstdc++/18414] Performance problem in "operator new" and "operator new[]"

2004-11-09 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2004-11-10 06:59 --- This is a duplicate of PR 14563 Danny -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18414

[Bug target/14563] [3.3/3.4/4.0 Regression] new/delete much slower than malloc/free because of sjlj exceptions

2004-11-10 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2004-11-10 09:10 --- No its not a regression. GCC-3.2 built with sjlj shows the same problem. The "fast" version of GCC-3.2 that OP referenced was a "cygming-special" that had Dwarf

[Bug other/18423] [4.0 Regression] powerpc-eabisim build broken due to configure skipping fixincludes

2004-11-11 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2004-11-11 20:13 --- This fixes the cygwin/mingw problem for me: * config/i386/t-cygming: Don't override STMP_FIXINC. Index: t-cy

[Bug other/18423] [4.0 Regression] powerpc-eabisim build broken due to configure skipping fixincludes

2004-11-11 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2004-11-12 06:51 --- My last comment was wrong. What fixed build on mingw and cygwin was doing this: Revert 2004-10-26 Paolo Bonzini <[EMAIL PROTECTED]> * configure.in (case ${target}): Do not

[Bug bootstrap/18458] "make install" -> fixincl missing extension

2004-11-12 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2004-11-12 23:59 --- See also: http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00938.html to get fixincl.exe to actually work Danny -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18458

[Bug target/18459] [4.0 Regression] gcj no longer works on win32

2004-11-13 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2004-11-13 20:18 --- This excerpt from java/class.c appears relavant: void emit_register_classes (tree *list_p) { if (registered_class == NULL) return; /* ??? This isn't quite the correct test. We

[Bug target/18459] [4.0 Regression] gcj no longer works on win32

2004-11-25 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2004-11-25 21:40 --- Patch submitted at http://gcc.gnu.org/ml/gcc-patches/2004-11/msg02192.html In longer term, a better solution for win32 would depend on addition of crtbegin/crtend for these targets: http

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

2004-12-04 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2004-12-04 19:27 --- There is also a patch at: http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00226.html Danny -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17406

[Bug driver/18549] -save-temps option ends with corrupt object file

2004-12-06 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2004-12-06 21:36 --- It looks like you are mingw host. If so, could you try trunk. This looks like dup of http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5620 Danny -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug target/18459] [4.0 Regression] gcj no longer works on win32

2004-12-10 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2004-12-10 10:09 --- Rutger, Did you do a clean rebuild of libgcj.a after applying these patches? Either works for me after native bootstrap on mingw32 host. The second patch, however, does require CVS bunutils

[Bug target/18459] [4.0 Regression] gcj no longer works on win32

2004-12-10 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2004-12-10 23:11 --- Ugh, I see what is wrong with the patch I posted at: http://gcc.gnu.org/ml/gcc-patches/2004-11/msg02192.html * config/i386/cygming.h (TARGET_USE_JCR_SECTION): Overide default

[Bug target/18459] [4.0 Regression] gcj no longer works on win32

2004-12-12 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2004-12-12 21:03 --- > small win32 binaries do run, but when I compile my large app (which > uses swt), it still isn't recognized as a win32 app (app.exe is not a valid > win32 application) unless I

[Bug c++/29883] i686-pc-cygwin/3.4.4 - internal compiler error: Segmentation fault

2006-11-23 Thread dannysmith at users dot sourceforge dot net
--- Comment #4 from dannysmith at users dot sourceforge dot net 2006-11-24 07:43 --- This works for me too, using same cygwin distro of gcc-3.4.4, same command line (g++ -Wall -o Employee.h Employee.h -mno-cygwin), cygwin version 1.5.22. Could it be a mmap vs .pch problem that is

[Bug other/30335] CreateFileMapping fails in Vista due to lack of admin privileges

2006-12-31 Thread dannysmith at users dot sourceforge dot net
--- Comment #7 from dannysmith at users dot sourceforge dot net 2007-01-01 01:53 --- I am not in position to test this on Vista until next week. Can you please indicate how you tested. Danny -- dannysmith at users dot sourceforge dot net changed: What|Removed

<    1   2   3   4