[Bug c/18500] Gcc outputs sizeof calculation code that uses unitialized memory

2005-02-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-14 02:21 --- Fixed on the mainline now. -- What|Removed |Added Status|NEW

[Bug c/18500] Gcc outputs sizeof calculation code that uses unitialized memory

2004-11-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-15 14:06 --- Confirmed, still present on the mainline. For the mainline the problem could be solved by a DECL_EXPR around a TYPE_DECL. -- What|Removed |Added -