This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/37543] New: Assembler error during compilation
- From: "anhvofrcaus at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Sep 2008 16:07:58 -0000
- Subject: [Bug ada/37543] New: Assembler error during compilation
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
bash-2.05b$ gcc -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.4-20080912/configure
--enable-languages=ada,c++,fortran
--with-mpfr=/home/voax/linux/tools/mpfr-2.2.1
Thread model: posix
gcc version 4.4.0 20080912 (experimental) (GCC)
when compiling the hello.adb program below, the compiler fails as indication by
bash-2.05b$ gcc -c hello.adb
/tmp/ccV7MEis.s: Assembler messages:
/tmp/ccV7MEis.s:11: Error: unknown pseudo-op: `.cfi_personality'
with GNAT.IO; use GNAT.IO;
procedure Hello is
begin
Put_Line ("Hello World. Welcome to GNAT");
end Hello;
--
Summary: Assembler error during compilation
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: anhvofrcaus at gmail dot com
GCC host triplet: RH
GCC target triplet: RH
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37543