--- 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
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
--- 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
--- 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
--- 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
--- 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
--- 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
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
--- 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
--- 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
--- 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
--- 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
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
--- 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
--- 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 |
--- 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
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
17 matches
Mail list logo