gcc-4.1-20060210 is now available

2006-02-10 Thread gccadmin
Snapshot gcc-4.1-20060210 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.1-20060210/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.1 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches

Re: gcc

2006-02-10 Thread Mike Stump
On Feb 10, 2006, at 5:22 AM, Sapojnikova T.F. wrote: Can I use c++ (g++) and fortran (g77) together in one multilanguage application? Wrong list, gcc-help is more appropriate, thanks.

Re: pruning unused debugging types (enums/PR23336)

2006-02-10 Thread Aldy Hernandez
Hi folks. Sorry I've taken so long on this. There was this marriage thing in which I was a protagonist, and it's gotten me way off balance :). I've been chasing my tail on implementation details. I was hoping someone could give me a few hints. >> A solution that comes to mind is to have the f

gcc version 3.4.5 successfully build on FC4

2006-02-10 Thread Heping Zheng
i686-pc-linux-gnu Reading specs from /home/dust/compiler/gcc-3.4.5/lib/gcc/i686-pc-linux-gnu/3.4.5/specs Configured with: /home/dust/foundation/compiler/gcc-3.4.5/configure --prefix=/home/dust/compiler/gcc-3.4.5 --exec-prefix=/home/dust/compiler/gcc-3.4.5 Thread model: posix gcc version 3.4.5 F

Re: gcc and attribute __packed__

2006-02-10 Thread Daniel Jacobowitz
On Fri, Feb 10, 2006 at 04:56:20PM +0100, Nicolas DICHTEL wrote: > Hi all, > > here is the result on ARM of my little program: > > [EMAIL PROTECTED]:/usr/admin# ./test2 > 4 5 6 8 > 2 3 4 6 > > > Is it normal to add an attribute __packed__ on each union{} > contained in a structure, or is it a b

Re: gcc and attribute __packed__

2006-02-10 Thread Andrew Haley
Nicolas DICHTEL writes: > Hi all, > > here is the result on ARM of my little program: > > [EMAIL PROTECTED]:/usr/admin# ./test2 > 4 5 6 8 > 2 3 4 6 > > > Is it normal to add an attribute __packed__ on each union{} > contained in a structure, or is it a bug of my compiler ? > On X86,

gcc and attribute __packed__

2006-02-10 Thread Nicolas DICHTEL
Hi all, here is the result on ARM of my little program: [EMAIL PROTECTED]:/usr/admin# ./test2 4 5 6 8 2 3 4 6 Is it normal to add an attribute __packed__ on each union{} contained in a structure, or is it a bug of my compiler ? On X86, this kind of structure has always the good size. Regards

gcc

2006-02-10 Thread Sapojnikova T.F.
Dear developers! Can I use c++ (g++) and fortran (g77) together in one multilanguage application? Main program is written on c++, subroutine or function are written on fortran. And how can I do it? Where can I read about this? gcc, g77,g++ version 3.2.3 (Linux) Best regards, Sap

gcc

2006-02-10 Thread Sapojnikova T.F.
Dear developers! Can I use c++ (g++) and fortran (g77) together in one multilanguage application? Main program is written on c++, subroutine or function are written on fortran. And how can I do it? Where can I read about this? gcc, g77,g++ version 3.2.3 (Linux) Best regards, Sap

Re: [RFC] improving the DWARF information emitted for Ada

2006-02-10 Thread Nicolas Setton
Any properly written dwarf reader will ignore attributes it doesn't understand, and hence in theory there should be no need for a - gdwarf-2+ option. You can just emit the new info by default and everything should work. The problem is that the switch will also change what is contained in

Re: Eliminate CHAR_TYPE from config/sh/sh.h

2006-02-10 Thread Kai Henningsen
[EMAIL PROTECTED] (Roger Sayle) wrote on 09.02.06 in <[EMAIL PROTECTED]>: > On Thu, 9 Feb 2006, Kaz Kojima wrote: > > Here is a patch to remove CHAR_TYPE from config/sh/sh.h. > > My apologies to the SH folks. I did check the entire tree with > find . -type f -exec grep CHAR_TYPE {} \; -print, bu