[Bug target/26436] [3.4 only] Use of 'mov' may violate WAW dependency 'GR%, % in 1 - 127' (impliedf), specific resource number is 14

2006-03-01 Thread wilson at gcc dot gnu dot org
--- Comment #15 from wilson at gcc dot gnu dot org 2006-03-02 00:06 --- Created an attachment (id=10952) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10952&action=view) not recommended prototype patch to avoid assembler bug I have a gcc-3.4.x patch that silences the assembler war

[Bug target/26436] [3.4 only] Use of 'mov' may violate WAW dependency 'GR%, % in 1 - 127' (impliedf), specific resource number is 14

2006-03-01 Thread gdr at gcc dot gnu dot org
--- Comment #14 from gdr at gcc dot gnu dot org 2006-03-01 10:13 --- unlikey to be fixed for 3.4.6. -- gdr at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/26436] [3.4 only] Use of 'mov' may violate WAW dependency 'GR%, % in 1 - 127' (impliedf), specific resource number is 14

2006-02-28 Thread gdr at integrable-solutions dot net
--- Comment #13 from gdr at integrable-solutions dot net 2006-02-28 09:02 --- Subject: Re: [3.4 only] Use of 'mov' may violate WAW dependency 'GR%, % in 1 - 127' (impliedf), specific resource number is 14 "wilson at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes: [...] | As a worka

[Bug target/26436] [3.4 only] Use of 'mov' may violate WAW dependency 'GR%, % in 1 - 127' (impliedf), specific resource number is 14

2006-02-27 Thread wilson at gcc dot gnu dot org
--- Comment #12 from wilson at gcc dot gnu dot org 2006-02-28 02:13 --- This looks like an assembler problem to me, and a known one at that. The assembly code in question, somewhat simplified, is .pred.rel.mutex p8, p9 (p9) cmp4.lt p6, p7 = 1, r38 (p8) cmp4.gt p

[Bug target/26436] [3.4 only] Use of 'mov' may violate WAW dependency 'GR%, % in 1 - 127' (impliedf), specific resource number is 14

2006-02-24 Thread bugzilla-gcc at thewrittenword dot com
--- Comment #11 from bugzilla-gcc at thewrittenword dot com 2006-02-24 22:03 --- (In reply to comment #9) > Can you try 3.4.5? Same problem as 3.4.3. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26436

[Bug target/26436] [3.4 only] Use of 'mov' may violate WAW dependency 'GR%, % in 1 - 127' (impliedf), specific resource number is 14

2006-02-22 Thread bugzilla-gcc at thewrittenword dot com
--- Comment #10 from bugzilla-gcc at thewrittenword dot com 2006-02-23 03:02 --- Sure. It might take a few days. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26436

[Bug target/26436] [3.4 only] Use of 'mov' may violate WAW dependency 'GR%, % in 1 - 127' (impliedf), specific resource number is 14

2006-02-22 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-02-23 02:56 --- Can you try 3.4.5? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Summa