[Bug middle-end/34973] Wno-strict-aliasing is not working

2008-01-26 Thread Christoph_vW at reactos dot org
--- Comment #6 from Christoph_vW at reactos dot org 2008-01-26 09:51 --- I changed -Fno-strict-aliasing to -fno-strict-aliasing and the warning disappeared. But shouldn't -Wno-strict-aliasing suppress the warning? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34973

[Bug regression/34973] New: Wno-strict-aliasing is not working

2008-01-25 Thread Christoph_vW at reactos dot org
orking Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: regression AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: Christoph_vW at reactos dot org GCC build triplet: 4.3

[Bug regression/34970] name mangling broken for __attributte__((fastcall))

2008-01-25 Thread Christoph_vW at reactos dot org
--- Comment #5 from Christoph_vW at reactos dot org 2008-01-25 10:17 --- build steps mingw32-gcc -c drivers/directx/dxg/main.c -o obj-i386/drivers/directx/dxg/main_dxg.o -Idrivers/directx/dxg -D__USE_W32API -mpreferred-stack-boundary=2 -Wno-strict-aliasing -Wpointer-arith -I

[Bug regression/34970] name mangling broken for __attributte__((fastcall))

2008-01-25 Thread Christoph_vW at reactos dot org
--- Comment #4 from Christoph_vW at reactos dot org 2008-01-25 10:10 --- void __attribute__ ((fastcall)) test(); int main() { test(); return 0; } void __attribute__ ((fastcall)) test() { return; } Results in .s file : gcc 4.3.0 [EMAIL PROTECTED]@0 gcc 4.1.3 @[EMAIL

[Bug regression/34970] name mangling broken for __attributte__((fastcall))

2008-01-25 Thread Christoph_vW at reactos dot org
--- Comment #3 from Christoph_vW at reactos dot org 2008-01-25 09:53 --- Created an attachment (id=15022) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15022&action=view) preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34970

[Bug regression/34970] name mangling broken for __attributte__((fastcall))

2008-01-25 Thread Christoph_vW at reactos dot org
--- Comment #2 from Christoph_vW at reactos dot org 2008-01-25 09:46 --- updated "known to work" -- Christoph_vW at reactos dot org changed: What|Removed

[Bug regression/34970] name mangling broken for __attributte__((fastcall))

2008-01-25 Thread Christoph_vW at reactos dot org
--- Comment #1 from Christoph_vW at reactos dot org 2008-01-25 09:45 --- Created an attachment (id=15021) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15021&action=view) assembly -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34970

[Bug regression/34970] New: name mangling broken for __attributte__((fastcall))

2008-01-25 Thread Christoph_vW at reactos dot org
ion: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: regression AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: Christoph_vW at reactos dot org GCC build triplet: 4.3.0 20080118 GCC host triplet: linux x86_64 GCC targ

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

2007-01-21 Thread Christoph_vW at reactos dot org
--- Comment #7 from Christoph_vW at reactos dot org 2007-01-21 18:42 --- Created an attachment (id=12927) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12927&action=view) Updated patch against the gcc-4_2-branch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27067

[Bug c++/30526] min/max issues when limits and windows.h headers are included

2007-01-21 Thread Christoph_vW at reactos dot org
--- Comment #3 from Christoph_vW at reactos dot org 2007-01-21 14:30 --- with -v mingw32-g++ -c base/applications/network/telnet/src/keytrans.cpp -o obj-i386/base/applications/network/telnet/src/tkeydef.o -Ibase/applications/network/telnet -D__USE_W32API -D__REACTOS__ -I. -Iinclude

[Bug c++/30526] min/max issues when limits and windows.h headers are included

2007-01-21 Thread Christoph_vW at reactos dot org
--- Comment #2 from Christoph_vW at reactos dot org 2007-01-21 14:26 --- Created an attachment (id=12926) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12926&action=view) keytrans.ii -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30526

[Bug c++/30526] min/max issues when limits and windows.h headers are included

2007-01-21 Thread Christoph_vW at reactos dot org
--- Comment #1 from Christoph_vW at reactos dot org 2007-01-21 14:07 --- link to the sourcecode: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/network/telnet/ -- Christoph_vW at reactos dot org changed: What|Removed |Added

[Bug c++/30526] New: min/max issues when limits and windows.h headers are included

2007-01-21 Thread Christoph_vW at reactos dot org
siprsr.h:9, from base/applications/network/telnet/src/ansiprsr.cpp:54: /usr/local/mingw32/lib/gcc/mingw32/4.2.0/../../../../mingw32/include/c++/4.2.0/memory: In function 'std::pair<_Tp*, int> std::__get_temporary_buffer(ptrdiff_t, _Tp*)': /usr/local/mingw32/lib/gcc/ming

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

2006-12-31 Thread Christoph_vW at reactos dot org
--- Comment #4 from Christoph_vW at reactos dot org 2006-12-31 13:48 --- What do you want to tell me with this link? Without this patch I can not use gcc on Vista - which means I can not use other free software either because I am not able to compile it. Should I set up a website like

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

2006-12-30 Thread Christoph_vW at reactos dot org
--- Comment #2 from Christoph_vW at reactos dot org 2006-12-30 23:49 --- the #include should be removed from the patch - it doesn't belong there -- Christoph_vW at reactos dot org changed: What|Removed |

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

2006-12-30 Thread Christoph_vW at reactos dot org
--- Comment #1 from Christoph_vW at reactos dot org 2006-12-30 23:46 --- Created an attachment (id=12848) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12848&action=view) patch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30335

[Bug pch/30335] New: CreateFileMapping fails in Vista due to lack of admin privileges

2006-12-30 Thread Christoph_vW at reactos dot org
Priority: P3 Component: pch AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: Christoph_vW at reactos dot org GCC host triplet: Windows Vista GCC target triplet: mingw i386 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30335