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

Reply via email to