Commit 0028647e by Eric Botcazou Committed by Eric Botcazou

test_prio_p.adb: Compile with -gnatws.

	* gnat.dg/test_prio_p.adb: Compile with -gnatws.
	* lib/gnat.exp (gnat_target_compile): Pass -f to the driver.

From-SVN: r122093
parent 3034b453
2007-02-18 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/test_prio_p.adb: Compile with -gnatws.
* lib/gnat.exp (gnat_target_compile): Pass -f to the driver.
2007-02-16 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/builtin-bswap-1.c: Remove -march=nocona.
-- { dg-options "-gnatws" }
package body test_prio_p is
protected body Protected_Queue_T is
entry Seize when True is begin null; end;
......
......@@ -129,7 +129,7 @@ proc gnat_target_compile { source dest type options } {
setenv ADA_INCLUDE_PATH "${rootme}/ada/rts"
set ld_library_path ".:${gnat_libgcc_s_path}"
lappend options "compiler=$GNAT_UNDER_TEST -q"
lappend options "compiler=$GNAT_UNDER_TEST -q -f"
lappend options "incdir=${rootme}/ada/rts"
if { [target_info needs_status_wrapper]!="" && [info exists gluefile] } {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment