[Bug c/20445] garbage returned when trying to get the second word of a double value

2005-06-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-05 09:10 --- Mark as a dup of bug 21920. *** This bug has been marked as a duplicate of 21920 *** -- What|Removed |Added -

[Bug c/20445] garbage returned when trying to get the second word of a double value

2005-06-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-05 09:10 --- Reopening to ... -- What|Removed |Added Status|RESOLVED|UNCO

[Bug c/20445] garbage returned when trying to get the second word of a double value

2005-03-12 Thread sumii at saul dot cis dot upenn dot edu
--- Additional Comments From sumii at saul dot cis dot upenn dot edu 2005-03-12 21:40 --- (In reply to comment #1) > You are violating C aliasing rules, try an union. Read http://gcc.gnu.org/bugs.html which show how to > deal with this. Oops, my double stupidity (forgetting the ISO ru

[Bug c/20445] garbage returned when trying to get the second word of a double value

2005-03-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-12 21:23 --- You are violating C aliasing rules, try an union. Read http://gcc.gnu.org/bugs.html which show how to deal with this. -- What|Removed |Added --