[Bug c++/18415] Template-expression using program crashes on -O0 but not on -O1

2004-11-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-10 13:58 --- return Expr3(*this, Expr(e)); The life time of Expr(e) is just this statement so this is invalid. -- What|Removed |Added

[Bug c++/18415] Template-expression using program crashes on -O0 but not on -O1

2004-11-10 Thread ayqazi at yahoo dot co dot uk
-- What|Removed |Added Summary|Heavily template-expression |Template-expression using |using program crashes on -O0|program crashes on -O0 but