[Bug tree-optimization/20496] "-1" is inconsistently printed in tree dumps

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20496 --- Comment #4 from Andrew Pinski --- Oh the TREE_OVERFLOW part was fixed much earlier than that though.

[Bug tree-optimization/20496] "-1" is inconsistently printed in tree dumps

2024-03-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20496 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Known to work|4.7.1

[Bug tree-optimization/20496] "-1" is inconsistently printed in tree dumps

2005-06-14 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-15 02:59 --- Confirmed, now that TREE_OVERFLOW should not matter, we should change how we dump out INTEGER_CST whos TREE_OVERFLOW is set. -- What|Removed |Added

[Bug tree-optimization/20496] "-1" is inconsistently printed in tree dumps

2005-03-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-16 15:02 --- Yes this is because TREE_OVERFLOW is set. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20496