[Bug driver/19856] GCC_EXEC_PREFIX used wrong

2020-04-14 Thread bry...@giraffe-data.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19856 --- Comment #5 from Bryan Henderson --- A quick check of the latest manual shows the same description, and a quick strace of GCC 6.3 shows the same behavior, so my guess is no one has touched this area.

[Bug driver/19856] GCC_EXEC_PREFIX used wrong

2020-04-13 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19856 Martin Sebor changed: What|Removed |Added Last reconfirmed||2020-04-13 Ever confirmed|0

[Bug driver/19856] GCC_EXEC_PREFIX used wrong

2005-02-09 Thread bryanh at giraffe-data dot com
--- Additional Comments From bryanh at giraffe-data dot com 2005-02-09 17:06 --- Created an attachment (id=8157) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8157action=view) strace of failure to find cc1 In this run, PREFIX is /home/bryanh/gcc . GCC_EXEC_PREFIX is

[Bug driver/19856] GCC_EXEC_PREFIX used wrong

2005-02-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-09 19:07 --- I think this related to PR 14435. But reading the docs (there is a section in there which is useful to read): In addition, the prefix is used in an unusual way in finding the directories to search for

[Bug driver/19856] GCC_EXEC_PREFIX used wrong

2005-02-09 Thread bryanh at giraffe-data dot com
--- Additional Comments From bryanh at giraffe-data dot com 2005-02-09 19:43 --- Subject: Re: GCC_EXEC_PREFIX used wrong I don't see the relevance of that paragraph to either of the problem reports, since there is no search for header files involved. I don't know anything about the