This is the mail archive of the gcc-bugs@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]

Re: test_installed


In article <3B97EA3C.F2F230EA@OARcorp.com> you write:

> I am trying to run test_installed on a cross compiler and am having
> trouble.  I can't even get it to work properly when trying to
> test the "kgcc" used to compiler the GNU/Linux kernel.  The script
> always seems to have the native gcc compile testglue.c.  I am
> invoking it like this:
>
> ./test_installed --with-gcc=kgcc
>
> Has anyone used this program successfully in this mode?  I would
> really like to believe this is an operator problem. :)

Having just looked into testing gcc before and after installation
(slightly different than your goal) and then running compare_tests to
spot differences, I thought that script might be useful.  It is
out-of-date since all C++ tests fail and I believe would have failed
since we swicthed to libstdc++-v3.  This has been some time thus I
expect that script has been broken for some time...

Regards,
Loren


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