This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/36752] assembler error and segfault when compiling a wine 1.0 souce program with -O2



------- Comment #4 from mycae at yahoo dot com  2008-10-01 13:34 -------
Created an attachment (id=16442)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16442&action=view)
.i and .s file for menu

I also experience this problem when compiling with the latest wine 1.1.5
sources. I have attached the .i & .s file generated by the following command

/usr/bin/gcc --save-temps -c -I. -I. -I../../../include -I../../../include
-D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
-Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g
-O2 -o menu.o menu.c

gcc version:
gcc (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8)
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36752


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]