--
What|Removed |Added
Target Milestone|--- |3.3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20182
--- Additional Comments From rearnsha at gcc dot gnu dot org 2005-02-24
13:47 ---
This was fixed in gcc-3.3
2002-07-16 Richard Earnshaw <[EMAIL PROTECTED]>
* arm.md (stack_tie): New insn. Use an idiom that the alias code
understands to be a memory clobber.
*
--- Additional Comments From falk at debian dot org 2005-02-24 07:30
---
(In reply to comment #2)
> I tried the -fno-strict-aliasing option, but this generates the same code.
Okay, let's reopen this then for now.
--
What|Removed |Added
-
org [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 23, 2005 3:05 PM
To: [EMAIL PROTECTED]
Subject: [Bug rtl-optimization/20182] Improper code generation causes
stack corruption
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-23
23:05 ---
You are violating aliasin
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-23
23:05 ---
You are violating aliasing rules:
(uint16 *)&V42Parms
try with -fno-strict-aliasing or with an union. Please read
http://gcc.gnu.org/bugs.html which talks
about this problem.
--
What|Rem