[Bug inline-asm/43112] New: 'A' constraint's behavior not compliant with doc under x86-64

2010-02-17 Thread zuxy dot meng at gmail dot com
Severity: normal Priority: P3 Component: inline-asm AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: zuxy dot meng at gmail dot com GCC build triplet: x86_64-redhat-linux GCC host triplet: x86_64-redhat-linux GCC target triplet: x86_64-redhat-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43112

[Bug target/35661] __attribute__((cold)) generates wrong code

2008-04-13 Thread zuxy dot meng at gmail dot com
--- Comment #4 from zuxy dot meng at gmail dot com 2008-04-13 12:18 --- The MinGW port has no idea of the unlikely text section ever since r80564, so it's likely that the fix should be applied to any release branch pulled after r80564; although before 4.3.0 the bug only affects pr

[Bug target/35661] __attribute__((cold)) generates wrong code

2008-04-06 Thread zuxy dot meng at gmail dot com
--- Comment #3 from zuxy dot meng at gmail dot com 2008-04-07 06:00 --- Created an attachment (id=15437) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15437&action=view) Proposed patch against 4.3.0, marking .text.unlikely as executable. -- http://gcc.gnu.org/b

[Bug target/35661] __attribute__((cold)) generates wrong code

2008-03-21 Thread zuxy dot meng at gmail dot com
--- Comment #2 from zuxy dot meng at gmail dot com 2008-03-21 20:23 --- Subject: Re: __attribute__((cold)) generates wrong code 21 Mar 2008 20:17:53 -, pinskia at gcc dot gnu dot org <[EMAIL PROTECTED]>: > > > -- > > pinskia at gcc dot gnu dot org change

[Bug target/35661] __attribute__((cold)) generates wrong code

2008-03-21 Thread zuxy dot meng at gmail dot com
-- zuxy dot meng at gmail dot com changed: What|Removed |Added Severity|normal |major http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35661

[Bug target/35661] __attribute__((cold)) generates wrong code

2008-03-21 Thread zuxy dot meng at gmail dot com
--- Comment #1 from zuxy dot meng at gmail dot com 2008-03-21 20:18 --- Created an attachment (id=15356) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15356&action=view) Sample C file that gets compiled incorrectly Compile with "gcc -march=pentium-m -mtune=generi

[Bug c/35661] New: __attribute__((cold)) generates wrong code

2008-03-21 Thread zuxy dot meng at gmail dot com
Summary: __attribute__((cold)) generates wrong code Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: zuxy dot meng a

[Bug bootstrap/25502] Werror problem in build

2008-03-18 Thread zuxy dot meng at gmail dot com
--- Comment #10 from zuxy dot meng at gmail dot com 2008-03-19 06:43 --- Still, 4.3.0 can't recoginze %I64d -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25502

[Bug target/27537] XMM alignment fault when compiling for i386 with -Os

2007-08-26 Thread zuxy dot meng at gmail dot com
--- Comment #17 from zuxy dot meng at gmail dot com 2007-08-26 07:58 --- *** Bug 28069 has been marked as a duplicate of this bug. *** -- zuxy dot meng at gmail dot com changed: What|Removed |Added

[Bug target/28069] __m128 local variables don't get properly aligned.

2007-08-26 Thread zuxy dot meng at gmail dot com
--- Comment #5 from zuxy dot meng at gmail dot com 2007-08-26 07:58 --- *** This bug has been marked as a duplicate of 27537 *** -- zuxy dot meng at gmail dot com changed: What|Removed |Added

[Bug target/28629] [4.1] Segfault with --march=pentium-m -O2 when compiling faac

2007-08-25 Thread zuxy dot meng at gmail dot com
--- Comment #9 from zuxy dot meng at gmail dot com 2007-08-25 17:14 --- I've confirmed that the problem is caused by '-ftree-vectorize' passed to compile gcc. More precisely, a 'movdqa' instruction in constraint_operands() accessed an unaligned memory.

[Bug target/28629] [4.1] Segfault with --march=pentium-m -O2 when compiling faac

2007-08-25 Thread zuxy dot meng at gmail dot com
--- Comment #8 from zuxy dot meng at gmail dot com 2007-08-25 08:21 --- Is it possible that the reason may be that I compiled gcc with additional CFLAGS? I added -march=pentium-m -ftree-vectorize -mfpmath=sse,387 and -fomit-frame-pointer in addition to -O2. -- http://gcc.gnu.org

[Bug target/29498] FTZ/DAZ for SSE should be ported to mingw32

2007-03-11 Thread zuxy dot meng at gmail dot com
--- Comment #3 from zuxy dot meng at gmail dot com 2007-03-11 14:27 --- Created an attachment (id=13189) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13189&action=view) Updated patch -- zuxy dot meng at gmail dot com changed: What|

[Bug target/29498] FTZ/DAZ for SSE should be ported to mingw32

2007-03-06 Thread zuxy dot meng at gmail dot com
--- Comment #2 from zuxy dot meng at gmail dot com 2007-03-06 11:26 --- Created an attachment (id=13151) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13151&action=view) Proposed patch against 4.1.1 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29498

[Bug target/29498] New: FTZ/DAZ for SSE should be ported to mingw32

2006-10-18 Thread zuxy dot meng at gmail dot com
ported to mingw32 Product: gcc Version: 4.1.1 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: zuxy dot meng at gmail dot com GCC bui

[Bug target/28629] Segfault with --march=pentium-m -O2 when compiling faac

2006-08-07 Thread zuxy dot meng at gmail dot com
--- Comment #5 from zuxy dot meng at gmail dot com 2006-08-07 09:28 --- (In reply to comment #4) > Please disable your locale momentarily, and copy/paste the output of > gcc -### -O2 -march=pentium-m filtbank.i > or something like that. C:\MSYS\source\faac\libfaac>gcc -##

[Bug c/28629] Segfault with --march=pentium-m -O2 when compiling faac

2006-08-07 Thread zuxy dot meng at gmail dot com
--- Comment #2 from zuxy dot meng at gmail dot com 2006-08-07 08:26 --- (In reply to comment #0) > It only appears when using both --march=pentium-m and optimization level > higher > than or equal to -O2. Sorry, forgot to mention that I use -mfpmath=sse,387 in my spec file.

[Bug c/28629] Segfault with --march=pentium-m -O2 when compiling faac

2006-08-07 Thread zuxy dot meng at gmail dot com
--- Comment #1 from zuxy dot meng at gmail dot com 2006-08-07 08:14 --- Created an attachment (id=12033) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12033&action=view) Preprocessed file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28629

[Bug c/28629] New: Segfault with --march=pentium-m -O2 when compiling faac

2006-08-07 Thread zuxy dot meng at gmail dot com
: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: zuxy dot meng at gmail dot com GCC build triplet: mingw32 GCC host triplet: mingw32 GCC target triplet: mingw32 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28629

[Bug target/28069] __m128 local variables don't get properly aligned.

2006-06-16 Thread zuxy dot meng at gmail dot com
--- Comment #1 from zuxy dot meng at gmail dot com 2006-06-17 06:25 --- Created an attachment (id=11685) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11685&action=view) The file that gcc fails to compile correctly. Use gcc -S -msse and look at the assembly. GCC allocates

[Bug target/28069] New: __m128 local variables don't get properly aligned.

2006-06-16 Thread zuxy dot meng at gmail dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: zuxy dot meng at gmail dot com GCC build triplet: i686-pc-mingw32 GCC host triplet: i686-pc-mingw32 GCC target triplet: i686-