[Bug ada/20255] New: GNAT Bug Box While Compiling florist-3.15p-src

2005-02-28 Thread anh_vn_vo at yahoo dot com
GNAT Bug Box was generated while attempt to compile florist-3.15p-src. 
Specifically, it fails when compiling package posix-signals.adb. The capture 
message is attached below.

... cut off ...
gcc -c -O2 -gnatp posix-shared_memory_objects.adb
gcc -c -O2 -gnatp posix-signals.adb
+===GNAT BUG DETECTED==+
| 4.0.0 20050226 (prerelease) (i686-pc-linux-gnu) GCC error:   |
| in convert, at ada/utils.c:2930  |
| Error detected at posix-signals.adb:1138:66  |
| Please submit a bug report; see http://gcc.gnu.org/bugs.html.|
| Include the entire contents of this bug box in the report.   |
| Include the exact gcc or gnatmake command that you entered.  |
| Also include sources listed below in gnatchop format |
| (concatenated together with no headers between files).   |
+==+

Please include these source files with error report
Note that list may not be accurate in some cases,
so please double check that the problem can still
be reproduced with the set of files listed.

posix-signals.adb
posix-signals.ads
posix.ads
ada_streams.ads
ada_task_identification.ads
posix-c.ads
posix-process_identification.ads
posix-implementation.ads
posix-implementation-ok_signals.ads

posix-signals.adb:91:12: warning: "SYSTEM.TASKING" is an internal GNAT unit
posix-signals.adb:91:12: warning: use of this unit is non-portable and version-
dependent
posix-signals.adb:92:12: warning: "SYSTEM.INTERRUPTS" is an internal GNAT unit
posix-signals.adb:92:12: warning: use of this unit is non-portable and version-
dependent
posix-signals.adb:93:12: warning: "SYSTEM.INTERRUPT_MANAGEMENT" is an internal 
GNAT unit
posix-signals.adb:93:12: warning: use of this unit is non-portable and version-
dependent
posix-signals.adb:94:28: warning: "SYSTEM.TASK_PRIMITIVES.OPERATIONS" is an 
internal GNAT unit
posix-signals.adb:94:28: warning: use of this unit is non-portable and version-
dependent
compilation abandoned
gnatmake: "posix-signals.adb" compilation error
make: *** [deps] Error 4

-- 
   Summary: GNAT Bug Box While Compiling florist-3.15p-src
   Product: gcc
   Version: 4.0.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: anh_vn_vo at yahoo dot com
CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: 4.0.0 20050226 (prerelease) (i686-pc-linux-gnu) GCC
error:
  GCC host triplet: Red Hat Linux 8.0
GCC target triplet: i686


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20255


[Bug ada/21611] New: ACATS Failures After Successfully Built using Cygwin 3.3.3

2005-05-16 Thread anh_vn_vo at yahoo dot com
Successfully built Ada compiler. When performing acats test, the test summary 
shown below indicates the failures.

make: Entering directory `/cygdrive/d/Build-Ada/gcc'
test -d testsuite/ada/acats || mkdir -p testsuite/ada/acats
testdir=`cd ../../gcc-4.0-20050430/gcc/testsuite/ada/acats; ${PWDCMD-pwd}`; \
export testdir; cd testsuite/ada/acats; ${testdir}/run_acats 
=== acats configuration ===
target gcc is /cygdrive/d/Build-Ada/gcc/xgcc -B/cygdrive/d/Build-Ada/gcc/
Reading specs from /cygdrive/d/Build-Ada/gcc/specs Target: i686-pc-cygwin 
Configured with: ../gcc-4.0-20050430/configure --enable-languages=ada --enable-
threads=gnat Thread model: gnat gcc version 4.0.1 20050430 (prerelease)
host=i686-pc-cygwin
target=i686-pc-cygwin
gnatmake is /cygdrive/d/Build-Ada/gcc/gnatmake

=== acats support ===
Generating support files... done.
Compiling support files... done.

=== acats tests ===
Running chapter a ...
Running chapter c2 ...
FAIL:   c23003b
FAIL:   c23003g
FAIL:   c23003i
Running chapter c3 ...
Running chapter c4 ...
Running chapter c5 ...
Running chapter c6 ...
FAIL:   c62003a
FAIL:   c62003b
FAIL:   c64103e
FAIL:   c64103f
FAIL:   c64104h
FAIL:   c64104j
FAIL:   c64104k
FAIL:   c64104l
FAIL:   c64104n
Running chapter c7 ...
Running chapter c8 ...
Running chapter c9 ...
FAIL:   c96005d
Running chapter ca ...
Running chapter cb ...
FAIL:   cb3004a
FAIL:   cb4001a
Running chapter cc ...
FAIL:   cc3017c
/cygdrive/d/gcc-4.0-20050430/gcc/testsuite/ada/acats/run_all.sh: cannot 
create /cygdrive/d/Build-Ada/gcc/testsuite/ada/acats/acats.log: error 16
make: *** [check-gnat] Error 2
make: Leaving directory `/cygdrive/d/Build-Ada/gcc'

-- 
   Summary: ACATS Failures After Successfully Built using Cygwin
3.3.3
   Product: gcc
   Version: 4.0.1
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: anh_vn_vo at yahoo dot com
CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: PC Running Cygwin under XP


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21611


[Bug ada/21611] ACATS Failures After Successfully Built using Cygwin 3.3.3

2005-05-17 Thread anh_vn_vo at yahoo dot com

--- Additional Comments From anh_vn_vo at yahoo dot com  2005-05-18 01:06 
---
After further checking, the run-time support was not built. In fact, running 
any Ada code containing Ada task triggers "failed run-time assertion : Tasking 
not implemented on this configuration" error message. This problem occurs even 
though option --enable-threads=gnat was set in the configuration. Looking 
around the source code, a possible bug at line 1277 of Makefile.in under 
subdirectory ../gcc/ada. The word cygwin32 should be changed to cygwin because 
only the name cygwin, in i686-pc-cygwin, was generated in the Makefile 
resulting from executing configure command.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21611


[Bug ada/21611] ACATS Failures After Successfully Built using Cygwin 3.3.3

2005-05-18 Thread anh_vn_vo at yahoo dot com

--- Additional Comments From anh_vn_vo at yahoo dot com  2005-05-18 15:35 
---
If it is expected that the name cygwin32 instead just cygwin generated during 
configuration step, I agree that it is cygwin environment issue. Therefore, I 
would like to withdraw my report. Otherwise, further investigation is needed to 
make sure which part this problem belongs to, cygwin or gcc.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21611