[Bug tree-optimization/27159] ICE when using -fipa-pta

2006-04-16 Thread pinskia at gcc dot gnu dot org
--- 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(){} }; templatetypename _CharT, typename _InIter struct num_get { typedef

[Bug tree-optimization/27159] ICE when using -fipa-pta

2006-04-14 Thread pinskia at gcc dot gnu dot org
--- 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