------- Comment #7 from bonzini at gnu dot org 2006-08-25 06:33 ------- reduced testcase from pr28840
struct QDateTime { QDateTime addSecs( int secs ) const; int t; }; QDateTime gridToDate(long x) { QDateTime date; date = date.addSecs(1); return date; } void whatsOnAt(long x, long y) { gridToDate(x); } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28116