=== acats configuration ===
target gcc is /src/gcc-4.3-20070209/nto/ntox86/gcc/xgcc -B/src/gcc-4.3-20070209/nto/ntox86/gcc/
Reading specs from /src/gcc-4.3-2007020/nto/ntox86/gcc/specs
Target: i386-pc-nto-qnx6.3.0 Configured with:
/src/gcc-4.3-20070209/configure --srcdir=/src/gcc-4.3-20070209 --program-suffix=4.3.0
--enable-version-specific-runtime-libs --enable-languages=c,ada --enable-threads=posix
--enable-shared --enable-libada --enable-libssp --enable-haifa --disable-werror --disable-bootstrap
--with-libiconv-prefix=/usr/local Thread model: posix gcc version 4.3.0 20070209 (experimental)
host=i386-pc-nto-qnx6.3.0
target=i386-pc-nto-qnx6.3.0

                === acats Summary ===
# of expected passes            2312
# of unexpected failures        2
*** FAILURES: cdd2a02 cxh1001

-------------------------------------------------------------------------------
-O2, -O1 failed =>
,.,. CDD2A02 ACATS 2.5 07-02-11 13:20:45
---- CDD2A02 Check that the Read, Write, Input, and Output attributes
                are inherited for untagged derived types.
   * CDD2A02 Inherited Input and Output are not inverses of each other -
                4.
**** CDD2A02 FAILED ****************************.

# gnatmake -O0 cdd2a02
gcc -c -O0 cdd2a02.adb
gcc -c -O0 fdd2a00.adb
gcc -c -O0 report.adb
report.adb:312:30: warning: index for "NAM" may assume lower bound of 1
report.adb:312:30: warning: suggested replacement: "NAM'First + 2"
report.adb:312:33: warning: index for "NAM" may assume lower bound of 1
report.adb:312:33: warning: suggested replacement: "NAM'First + 6"
gnatbind -x cdd2a02.ali
gnatlink cdd2a02.ali

# ./cdd2a02

,.,. CDD2A02 ACATS 2.5 07-02-11 13:31:26
---- CDD2A02 Check that the Read, Write, Input, and Output attributes
                are inherited for untagged derived types.
==== CDD2A02 PASSED ============================.

-------------------------------------------------------------------------------
-O2 failed =>
,.,. CXH1001 ACATS 2.5 07-02-11 13:41:57
---- CXH1001 Check that the configuration pragma Normalize_Scalars
                causes uninitialized scalar objects to be set to a
                predictable value. Check that multiple compilation units
                are affected.  Check for uninitialized scalar objects
                that are subcomponents of composite objects, unassigned
                out parameters, have been allocated without an initial
                value, and are stand alone..
   * CXH1001 Implicit initial value for local variable is a value of the
                type.
   * CXH1001 Implicit initial value for local variable is a value of the
                type.
**** CXH1001 FAILED ****************************.

# gnatmake -O1 cxh1001
..............

# ./cxh1001

,.,. CXH1001 ACATS 2.5 07-02-11 13:50:27
---- CXH1001 Check that the configuration pragma Normalize_Scalars
                causes uninitialized scalar objects to be set to a
                predictable value. Check that multiple compilation units
                are affected.  Check for uninitialized scalar objects
                that are subcomponents of composite objects, unassigned
                out parameters, have been allocated without an initial
                value, and are stand alone..
==== CXH1001 PASSED ============================.