http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49511
Rainer Orth changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
URL|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49511
--- Comment #6 from Rainer Orth 2011-06-30 10:05:46 UTC
---
Author: ro
Date: Thu Jun 30 10:05:43 2011
New Revision: 175691
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175691
Log:
PR ada/49511
* ada/acats/run_acats (which): Use
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49511
--- Comment #7 from Rainer Orth 2011-06-30 10:06:46 UTC
---
Author: ro
Date: Thu Jun 30 10:06:44 2011
New Revision: 175692
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175692
Log:
PR ada/49511
* ada/acats/run_acats (which): Use
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49511
--- Comment #5 from Rainer Orth 2011-06-30 10:04:54 UTC
---
Author: ro
Date: Thu Jun 30 10:04:52 2011
New Revision: 175690
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175690
Log:
PR ada/49511
* ada/acats/run_acats (which): Use
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49511
--- Comment #4 from dave at hiauly1 dot hia.nrc.ca 2011-06-28 18:46:19 UTC ---
On Tue, 28 Jun 2011, ro at CeBiTec dot Uni-Bielefeld.DE wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49511
>
> --- Comment #3 from ro at CeBiTec dot Uni-Bielef
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49511
--- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-06-28 17:58:01 UTC ---
> 505 (hiauly1)dave> /bin/sh
> $ type -p gnatmake 2>/dev/null
> gnatmake is /opt/gnu/gcc/gcc-3.3.4/bin/gnatmake
> $ echo $?
> 0
Drats, sh silently ignores -p. The
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49511
--- Comment #2 from dave at hiauly1 dot hia.nrc.ca 2011-06-27 17:15:23 UTC ---
> could you please run the exact commands used in the run_acats which
> function and report the results:
>
> type -p gnatmake 2>/dev/null
> echo $?
>
> type gnatmake 2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49511
--- Comment #1 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-06-27 16:43:12 UTC ---
Dave,
> The problem is type invokes the sh-posix shell and it aliases type
> to 'whence -v'.
>
> 599 (hiauly1)dave> /bin/sh
> $ whence -v gnatmake
> gnatmake is /o