[Bug ada/20515] stdcall imports are not handled correctly

2005-03-19 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2005-03-19 20:54 --- In reply to comment #3 From gnat_ugn.texi: @findex Stdcall @cindex Convention Stdcall @item Stdcall This is relevant only to NT/Win95 implementations of GNAT, and specifies that the Stdcall

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

2005-03-19 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2005-03-20 01:26 --- Oops, I had split up the patch into a non-critical (as far as this bug report is concerned) part and a critical part, but messed up when I pasted into bug report. Following is the part

[Bug ada/20515] stdcall imports are not handled correctly

2005-03-17 Thread dannysmith at users dot sourceforge dot net
-- What|Removed |Added CC||dannysmith at users dot ||sourceforge dot net http

[Bug ada/20515] stdcall imports are not handled correctly

2005-03-17 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2005-03-18 04:23 --- The IS_TARGET_PE_COFF hack works on 3.4.x bit won't on trunk. Here is a cleaner patch against trunk that replaces the preprocessor tests with runtime tests. I have tested with nativr mingw

[Bug ada/16368] gnatmem, gnatdll are docmented but never built

2005-03-05 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2005-03-05 10:45 --- Other utilities that are documented in gnat_ugn.texi gnatpp (gnat pretty) gnatstub gnatmetric are not built in FSF tree. Nor is there any documentation on where these utilities are available

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

2005-02-28 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2005-03-01 04:49 --- The problem appears to be that the file stage1/ada/b_gnatb.c built by the bootstrap gnatbind doesn't define the ponter to the exception registration structure (SEH). This : int SEH [2

[Bug c++/20221] New: Declspec sequences on pointer declarations: C++ vs C

2005-02-26 Thread dannysmith at users dot sourceforge dot net
Severity: normal Priority: P2 Component: c++ 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

[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 target/19774] New: VLA's vs SjLj EH unwind

2005-02-03 Thread dannysmith at users dot sourceforge dot net
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 target triplet

[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/19704] New: regparm vs dllimport of C++ methods

2005-01-29 Thread dannysmith at users dot sourceforge dot net
: 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 gcc dot gnu dot org GCC build triplet: i686-pc-mingw32 GCC

[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 preprocessor/19309] New: Wrong documentation of predefined __GNUC__ with cpp invocation

2005-01-07 Thread dannysmith at users dot sourceforge dot net
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 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.cgi?id

[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/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 'strip' it. I

[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-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 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 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 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 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 also

[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 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-cygming

[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 build

[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-2 EH enabled. As I indicated

[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/18353] New: ICE with movaps in inline asm when using -masm=intel

2004-11-06 Thread dannysmith at users dot sourceforge dot net
with movaps in inline asm when using -masm=intel 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

[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 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 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 testsuite

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

2004-10-30 Thread dannysmith at users dot sourceforge dot net
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=18242

[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. There we

[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/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 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 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

<    1   2   3   4