[Bug target/41605] Static linking of libgcc/libgfortran/libstdc++ can cause inconsistent symbol resolution.
developer at sandoe-acoustics dot co dot uk
gcc-bugzilla@gcc.gnu.org
Thu Dec 31 17:07:00 GMT 2009
------- Comment #10 from developer at sandoe-acoustics dot co dot uk 2009-12-31 17:07 -------
(In reply to comment #9)
> FAIL: gfortran.dg/gomp/recursion1.f90 -Os execution test
There are two problems:
1) there is a problem with specifying -fopenmp twice on the CL
gfortran.dg/gomp/gomp.exp specifies it and so does the testcase (but I guess
we should be robust to this)?
2) there needs to be a -B for libgomp in the gfortran.dg/gomp section of the
testsuite.
===
I don't think there's any problem with the actual code generated by the patch,
it seems to be substituting as required.
I'll look into making sure that there's only one -fopenmp on the CL ....
... and supplying the missing -B /path/to/libgomp
gfortran.dg/gomp/recursion1.f9 is a new test - (29th of Dec) and thrown up a
problem not seen before
you can regress the patch if you like - but I'd prefer to fix the testsuite
problems...
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41605
More information about the Gcc-bugs
mailing list