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: RFA: Testsuite PATCH to add support for dlopen tests


On Tue, 2014-04-08 at 10:10 +0200, Dominique Dhumieres wrote:
> > richi asked for a testcase for 60731, and since we didn't already
> > have support for tests using dlopen, I had to add it.
> > Does this approach make sense?
> 
> r209187 causes thousands of g++ test failures. AFAICT the failing tests are those with no
> explicit 'dg-do compile' directive which are now trying to give an executable while
> before r209187 they were using -S. On x86_64-apple-darwin13 the tests now fail with
> 
> Undefined symbols for architecture ...
> 
> TIA
> 
> Dominique

I am seeing failures on MIPS bare iron as well.  This toolchain does not
support shared libraries and before the change it was not using '-fPIC
-shared' during C++ compilations.  Now it is and that causes GCC to
generate an error message.

Steve Ellcey


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