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

2008-05-11 Thread dannysmith at gcc dot gnu dot org
--- Comment #6 from dannysmith at gcc dot gnu dot org 2008-05-11 21:04 --- Subject: Bug 35661 Author: dannysmith Date: Sun May 11 21:03:27 2008 New Revision: 135188 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=135188 Log: Backport from mainline: 2008-04-15

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

2008-05-11 Thread dannysmith at users dot sourceforge dot net
--- Comment #7 from dannysmith at users dot sourceforge dot net 2008-05-11 21:09 --- Fixed on 4_3 branch -- dannysmith at users dot sourceforge dot net changed: What|Removed |Added

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

2008-04-14 Thread dannysmith at gcc dot gnu dot org
--- Comment #5 from dannysmith at gcc dot gnu dot org 2008-04-14 23:48 --- Subject: Bug 35661 Author: dannysmith Date: Mon Apr 14 23:47:39 2008 New Revision: 134296 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=134296 Log: 2008-04-16 Zuxy Meng [EMAIL PROTECTED] PR

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

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

2008-04-07 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=15437action=view) Proposed patch against 4.3.0, marking .text.unlikely as executable. --

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

2008-04-06 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

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

2008-03-21 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|major |normal Component|c |target

[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=15356action=view) Sample C file that gets compiled incorrectly Compile with gcc -march=pentium-m -mtune=generic -O3

[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 pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|major |normal 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 #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 changed: What|Removed