I know this bug doesn't belong to my package, but I don't yet know where to reassign it. It is definitely related to g++, and may be specific to hppa. Could someone take a look at it and see if they can make any sense of it?
The problem involves the operation of this small test program: #define _BSD_SOURCE #include <netinet/udp.h> void f(void) { struct udphdr header; header.uh_sport = 0; } Which works with both gcc and g++ on i386, and works with gcc on hppa, but fails on hppa with g++. See the BTS for details: http://bugs.debian.org/108663 -- - mdz