http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51011
Andrew Macleod <amacleod at redhat dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amacleod at redhat dot com --- Comment #1 from Andrew Macleod <amacleod at redhat dot com> 2011-11-07 19:27:36 UTC --- Is dejagnu on hpux limited somehow? atomic-generic.c for instance has the line: /* { dg-additional-sources "atomic-generic-aux.c" } */ which on all the targets I have tried it on cause atomic-generic-aux.c to be compiled at the same time as atomic-generic.c, and it supplies those functions... is there a reason that doesn't happen on hpux?