This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Is testing libgomp outside of the build tree supported?


On Mon, Feb 3, 2014 at 10:03 AM, Paul Pluzhnikov <ppluzhnikov@google.com> wrote:
>
> We test GCC without access to the build tree (we only have convenient access to
> install and source trees).
>
> Building libgomp.c/affinity-1.c and libgomp.c++/affinity-1.C fails in
> such testing, because of '#include "config.h"' which is nowhere to be
> found.
>
> Is that a bug?
> Should I open a bugzilla issue for it?

If it's easy to fix then I think it should be fixed.

But I don't think there should be a hard and fast rule that all GCC
tests can be run without the build tree.  If the presence of the build
tree makes writing some tests significantly simpler, I think that is
OK.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]