https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49375
--- Comment #5 from Andrew Pinski ---
ppl support was removed with r0-117618-g33ad93b9f4cb21 for GCC 4.8.0.
I Have not looked if ISL requires libstdc++ or is only statically linked yet.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49375
--- Comment #4 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-06-14 15:41:50 UTC ---
IMO this is a clear example why LD_LIBRARY_PATH is evil: the execution
tests in the testsuite should be linked with -R/-rpath/whatever is
required so the correct ta
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49375
--- Comment #3 from H.J. Lu 2011-06-12 14:43:41
UTC ---
(In reply to comment #1)
> LD_LIBRARY_PATH should be only set for executing testcases, not for
> compiling them.
That is not what we are doing:
lib/c-torture.exp:set_ld_library_path_en
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49375
--- Comment #2 from H.J. Lu 2011-06-12 14:30:31
UTC ---
*** Bug 49374 has been marked as a duplicate of this bug. ***
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49375
--- Comment #1 from Richard Guenther 2011-06-12
11:40:57 UTC ---
LD_LIBRARY_PATH should be only set for executing testcases, not for
compiling them.