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: [gomp] fix 24845


On Friday 18 November 2005 00:41, Richard Henderson wrote:
> We'll now automatically find all the right libraries when -fopenmp
> is present on the link line.  This required some amount of hoop
> jumping, since we don't know exactly what set of libraries is
> needed until we've done some autoconf probing.  This doesn't seem
> too terribly gross though.
>
This causes several failures with 'make check-gcc RUNTESTFLAGS=gomp.exp'.

FAIL: gcc.dg/gomp/appendix-a/a.1.1.c (test for excess errors)
Excess errors:
xgcc: libgomp.spec: No such file or directory

It works if you do 'make install', of course.


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