[Bug 479504] [NEW] internal compiler error: offsetof within class template definition

2009-11-09 Thread Roger Pate
Public bug reported: Binary package hint: gcc-4.3 The simple test case, gcc-ice-bare.cpp, is below. It should generate an error (A is undefined at that point), but not an ICE! Other variations are in gcc-ice.cpp. $ cat gcc-ice-bare.cpp template struct A { int d; char a[__builtin_offset

[Bug 479504] Re: internal compiler error: offsetof within class template definition

2009-11-09 Thread Roger Pate
Ack, I mean A is incomplete at that point, not undefined. 9.2/2 is the relevant section from the C++ standard for that minor point. -- internal compiler error: offsetof within class template definition https://bugs.launchpad.net/bugs/479504 You received this bug notification because you are a me

[Bug 794268] [NEW] cron.daily/polipo exits with non-zero code when polipo isn't running

2011-06-07 Thread Roger Pate
*** This bug is a duplicate of bug 464500 *** https://bugs.launchpad.net/bugs/464500 Public bug reported: Binary package hint: polipo When polipo has been stopped, it removes /var/run/polipo/polipo.pid. However, /etc/cron.daily/polipo's last command is "[ -f "$PIDFILE" ] && kill -USR2 $(cat