[Bug c++/28840] internal compiler error

2006-08-24 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-08-25 06:11 --- Note the reduced testcase is: struct QDateTime { QDateTime addSecs( int secs ) const; int t; }; QDateTime gridToDate(long x) { QDateTime date; date = date.addSecs(1); return date; } void whatsOnAt(long

[Bug c++/28840] internal compiler error

2006-08-24 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-08-25 06:05 --- *** This bug has been marked as a duplicate of 28116 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/28840] internal compiler error

2006-08-24 Thread fang at csl dot cornell dot edu
--- Comment #2 from fang at csl dot cornell dot edu 2006-08-25 04:10 --- possibly PR 28358 and/or PR 28116 -- fang at csl dot cornell dot edu changed: What|Removed |Added

[Bug c++/28840] internal compiler error

2006-08-24 Thread eemax at web dot de
--- Comment #1 from eemax at web dot de 2006-08-25 00:39 --- Created an attachment (id=12133) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12133&action=view) test case (gzipped because it's too big) [/usr/source/Radio-TV/qttv_0.0.1/qttv] dc(1)$ gcc -v Using built-in specs. Target