public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/37543]  New: Assembler error during compilation
@ 2008-09-16 16:09 anhvofrcaus at gmail dot com
  2008-09-16 16:14 ` [Bug ada/37543] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: anhvofrcaus at gmail dot com @ 2008-09-16 16:09 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug ada/37543] Assembler error during compilation
  2008-09-16 16:09 [Bug ada/37543] New: Assembler error during compilation anhvofrcaus at gmail dot com
@ 2008-09-16 16:14 ` pinskia at gcc dot gnu dot org
  2008-09-16 16:35 ` anhvofrcaus at gmail dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-09-16 16:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2008-09-16 16:12 -------
Did you compile the compiler yourself?  If not, do know what version of
binutils they used?

Also what version of as/binutils are you are using?

cfi_personality is only in supported in newer versions of binutils.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
  GCC build triplet|                            |i686-pc-linux-gnu
   GCC host triplet|RH                          |i686-pc-linux-gnu
 GCC target triplet|RH                          |i686-pc-linux-gnu


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug ada/37543] Assembler error during compilation
  2008-09-16 16:09 [Bug ada/37543] New: Assembler error during compilation anhvofrcaus at gmail dot com
  2008-09-16 16:14 ` [Bug ada/37543] " pinskia at gcc dot gnu dot org
@ 2008-09-16 16:35 ` anhvofrcaus at gmail dot com
  2008-09-19 14:24 ` anhvofrcaus at gmail dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: anhvofrcaus at gmail dot com @ 2008-09-16 16:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from anhvofrcaus at gmail dot com  2008-09-16 16:34 -------
Yes, I built the compiler myself. In fact, the configuration for this build is:

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)


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug ada/37543] Assembler error during compilation
  2008-09-16 16:09 [Bug ada/37543] New: Assembler error during compilation anhvofrcaus at gmail dot com
  2008-09-16 16:14 ` [Bug ada/37543] " pinskia at gcc dot gnu dot org
  2008-09-16 16:35 ` anhvofrcaus at gmail dot com
@ 2008-09-19 14:24 ` anhvofrcaus at gmail dot com
  2008-09-19 15:26 ` anhvofrcaus at gmail dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: anhvofrcaus at gmail dot com @ 2008-09-19 14:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from anhvofrcaus at gmail dot com  2008-09-19 14:23 -------
On the second attempt to build gcc-4.4-20080912 using the latest binutils along
with gmp-4.2.2 and mpfr-2.3.2, this problem goes away. In summary, GNAT works
fines now.

Additional note: c, ada, and c++ languages are built this time due to process
run away, 25% CPU, when fortran is included. I just wonder if any one have ran
into this problem at all.


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug ada/37543] Assembler error during compilation
  2008-09-16 16:09 [Bug ada/37543] New: Assembler error during compilation anhvofrcaus at gmail dot com
                   ` (2 preceding siblings ...)
  2008-09-19 14:24 ` anhvofrcaus at gmail dot com
@ 2008-09-19 15:26 ` anhvofrcaus at gmail dot com
  2008-11-17 19:42 ` sam at gcc dot gnu dot org
  2008-11-18 15:34 ` anhvofrcaus at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: anhvofrcaus at gmail dot com @ 2008-09-19 15:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from anhvofrcaus at gmail dot com  2008-09-19 15:24 -------
/home/voax/linux/build-4.4.0/./prev-gcc/xgcc
-B/home/voax/linux/build-4.4.0/./prev-gcc/ -B/usr/local/i686-pc-linux-gnu/bin/
-c  -g -O2 -fomit-frame-pointer -DIN_GCC   -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition
-Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long
-Wno-variadic-macros -Wno-overlength-strings -Werror -fno-common 
-DHAVE_CONFIG_H -I. -I. -I../../gcc-4.4-20080912/gcc
-I../../gcc-4.4-20080912/gcc/. -I../../gcc-4.4-20080912/gcc/../include
-I../../gcc-4.4-20080912/gcc/../libcpp/include
-I/home/voax/linux/tools/gmp-4.2.2/include
-I/home/voax/linux/tools/mpfr-2.3.2/include
-I../../gcc-4.4-20080912/gcc/../libdecnumber
-I../../gcc-4.4-20080912/gcc/../libdecnumber/bid -I../libdecnumber   
insn-attrtab.c -o insn-attrtab.o

The process, cc1, runs away when it attempts to execute the above line.
Additionally, other information is shown below.

[sjswdev3]:{79#}% uname -a
Linux sjswdev3 2.4.21-40.ELsmp #1 SMP Thu Feb 2 22:22:39 EST 2006 i686 i686
i386 GNU/Linux
[sjswdev3]:{80#}% gcc -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.3-20080911/configure
--enable-languages=c,ada,c++,fortran
--with-gmp=/home/voax/linux/tools/gmp-4.2.2
--with-mpfr=/home/voax/linux/tools/mpfr-2.3.2
Thread model: posix
gcc version 4.3.3 20080911 (prerelease) (GCC)


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug ada/37543] Assembler error during compilation
  2008-09-16 16:09 [Bug ada/37543] New: Assembler error during compilation anhvofrcaus at gmail dot com
                   ` (3 preceding siblings ...)
  2008-09-19 15:26 ` anhvofrcaus at gmail dot com
@ 2008-11-17 19:42 ` sam at gcc dot gnu dot org
  2008-11-18 15:34 ` anhvofrcaus at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: sam at gcc dot gnu dot org @ 2008-11-17 19:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from sam at gcc dot gnu dot org  2008-11-17 19:40 -------
Please open a separate bug if you still experience build problems. This one
(problem with generated assembler when compiling Ada code) should be closed as
it has been resolved by yourself.


-- 

sam at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug ada/37543] Assembler error during compilation
  2008-09-16 16:09 [Bug ada/37543] New: Assembler error during compilation anhvofrcaus at gmail dot com
                   ` (4 preceding siblings ...)
  2008-11-17 19:42 ` sam at gcc dot gnu dot org
@ 2008-11-18 15:34 ` anhvofrcaus at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: anhvofrcaus at gmail dot com @ 2008-11-18 15:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from anhvofrcaus at gmail dot com  2008-11-18 15:32 -------
Subject: Re:  Assembler error during compilation

The problem does not exist any longer starting with
gcc-4.4.0-20081031. Thus, it is considered fixed.


On Mon, Nov 17, 2008 at 11:40 AM, sam at gcc dot gnu dot org
<gcc-bugzilla@gcc.gnu.org> wrote:
>
>
> ------- Comment #5 from sam at gcc dot gnu dot org  2008-11-17 19:40 -------
> Please open a separate bug if you still experience build problems. This one
> (problem with generated assembler when compiling Ada code) should be closed as
> it has been resolved by yourself.


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-11-18 15:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-16 16:09 [Bug ada/37543] New: Assembler error during compilation anhvofrcaus at gmail dot com
2008-09-16 16:14 ` [Bug ada/37543] " pinskia at gcc dot gnu dot org
2008-09-16 16:35 ` anhvofrcaus at gmail dot com
2008-09-19 14:24 ` anhvofrcaus at gmail dot com
2008-09-19 15:26 ` anhvofrcaus at gmail dot com
2008-11-17 19:42 ` sam at gcc dot gnu dot org
2008-11-18 15:34 ` anhvofrcaus at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).