[Bug middle-end/37075] gimple 003t.original dump duplicates initialisation statements
--- Comment #2 from bje at gcc dot gnu dot org 2008-08-11 02:17 --- Thanks for the clarification, Andrew. -- bje at gcc dot gnu dot org changed: What|Removed |Added
[Bug middle-end/37075] gimple 003t.original dump duplicates initialisation statements
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-08-11 02:08 --- This comes down to DECL_EXPR and BIND_EXPR. The BIND_EXPR is printing out the first "char * c = 0B;" while the DECL_EXPR is printing out the second one. This is expected as not all decls have a DECL_EXPR, only ones