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
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.
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
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
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
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,
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
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
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
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
[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
11 matches
Mail list logo