-catalogs-t_0039.adb
compilation abandoned
gnatmake:
"/scratch/mrohan/misc/zanyblue/src/test/text/catalogs/zanyblue-test-text-catalogs.adb"
compilation error
The compiler was built on a CentOS 5.4 system configured using
"../gcc-4.5.0/configure --prefix=/usr/local
--enable-languages=ada,c,c++,fortran,objc"
The system reported itself
Linux 2.6.18-164.6.1.el5 #1 SMP Tue Nov 3 16:18:27 EST 2009 i686 i686 i386
GNU/Linux
$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/buildtrees/local/bin/../libexec/gcc/i686-pc-linux-gnu/4.5.0/lto-wrapper
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.5.0/configure --prefix=/usr/local
--enable-languages=ada,c,c++,fortran,objc
Thread model: posix
gcc version 4.5.0 (GCC)
The gcc command line that triggered the error was
$ gcc -c -I./ -I../../src/test -I../../src/test/root -I../../src/test/compiler
-I../../src/test/text -I../../src/test/text/arguments
-I../../src/test/text/booleans -I../../src/test/text/buffer
-I../../src/test/text/catalogs -I../../src/test/text/characters
-I../../src/test/text/durations -I../../src/test/text/floats
-I../../src/test/text/format_message -I../../src/test/text/format_parser
-I../../src/test/text/formatting -I../../src/test/text/generic_enumerations
-I../../src/test/text/generic_fixed -I../../src/test/text/generic_floats
-I../../src/test/text/generic_integers -I../../src/test/text/generic_modulars
-I../../src/test/text/integers -I../../src/test/text/locales
-I../../src/test/text/null_object -I../../src/test/text/properties_parser
-I../../src/test/text/pseudo -I../../src/test/text/strings
-I../../src/test/text/times -I../../src/test/text/utils
-I../../src/test/text/wide_characters -I../../src/test/text/wide_strings
-I../../src/libs3rd/AUnit/aunit/containers
-I../../src/libs3rd/AUnit/aunit/framework
-I../../src/libs3rd/AUnit/aunit/framework/calendar
-I../../src/libs3rd/AUnit/aunit/framework/nativememory
-I../../src/libs3rd/AUnit/aunit/framework/exception
-I../../src/libs3rd/AUnit/aunit/reporters -fno-strict-aliasing -O3 -g
-I../../include -I../../include -gnaty -gnatE -gnato -gnatf -gnata -gnat05
-gnatW8 -gnatwae -gnatVa -gnatVd -fstack-check -I-
/scratch/mrohan/misc/zanyblue/src/test/text/catalogs/zanyblue-test-text-catalogs.adb
(The include directories appear to not to have an influence on the bug).
This builds successfully with GCC 4.4.3 and is a unit test source file for a
message catalog.
The sources will be attached as the file "SOURCE.txt" after bug creation,
suitable for "gnatchop".
--
Summary: GNAT GCC error: in gnat_to_gnu_entity, at ada/gcc-
interface/decl.c:319
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: michael at zanyblue dot com
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43806