[Bug tree-optimization/27159] ICE when using -fipa-pta
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-04-16 23:11 --- Reduced testcase: struct istreambuf_iterator { mutable int* _M_sbuf; mutable int _M_c; istreambuf_iterator(int __s) throw(){} }; template struct num_get { typedef istreambuf_iterator iter_type; it
[Bug tree-optimization/27159] ICE when using -fipa-pta
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-04-14 17:39 --- This is most likely PR 26963. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Bugs