[Bug other/37897] decNumber functions break strict-aliasing rules

2008-10-31 Thread janis at gcc dot gnu dot org
--- Comment #5 from janis at gcc dot gnu dot org 2008-10-31 19:49 --- Fixed in mainline and 4.3 branch. -- janis at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/37897] decNumber functions break strict-aliasing rules

2008-10-27 Thread janis at gcc dot gnu dot org
--- Comment #4 from janis at gcc dot gnu dot org 2008-10-27 18:17 --- Subject: Bug 37897 Author: janis Date: Mon Oct 27 18:16:20 2008 New Revision: 141389 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141389 Log: PR other/37897 * decDouble.h (decDouble): Replace

[Bug other/37897] decNumber functions break strict-aliasing rules

2008-10-27 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2008-10-27 16:47 --- Subject: Bug 37897 Author: janis Date: Mon Oct 27 16:45:40 2008 New Revision: 141386 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141386 Log: PR other/37897 * decDouble.h (decDouble): Replace

[Bug other/37897] decNumber functions break strict-aliasing rules

2008-10-23 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2008-10-23 16:16 --- The code in question is in the 4.3 branch but not 4.2. The changes are very minimal, so the patch is probably appropriate for the 4.3 branch. I had already planned to ask to put it there as well as mainline. --

[Bug other/37897] decNumber functions break strict-aliasing rules

2008-10-23 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-10-23 10:10 --- Branches are likely affected as well. There we might consider just building the affected files with -fno-strict-aliasing? -- rguenth at gcc dot gnu dot org changed: What|Removed

[Bug other/37897] decNumber functions break strict-aliasing rules

2008-10-22 Thread janis at gcc dot gnu dot org
-- janis at gcc dot gnu dot org changed: What|Removed |Added CC||bje at gcc dot gnu dot org AssignedTo|unassigned at gcc dot gnu