[Bug ada/37543] Assembler error during compilation

2008-11-18 Thread anhvofrcaus at gmail dot com


--- 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
[EMAIL PROTECTED] 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



[Bug ada/37543] Assembler error during compilation

2008-11-17 Thread sam at gcc dot gnu dot org


--- 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



[Bug ada/37543] Assembler error during compilation

2008-09-19 Thread anhvofrcaus at gmail dot com


--- 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



[Bug ada/37543] Assembler error during compilation

2008-09-19 Thread anhvofrcaus at gmail dot com


--- 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



[Bug ada/37543] Assembler error during compilation

2008-09-16 Thread pinskia at gcc dot gnu dot org


--- 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



[Bug ada/37543] Assembler error during compilation

2008-09-16 Thread anhvofrcaus at gmail dot com


--- 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