Re: [PowerPC] PR23774 stack backchain broken saga

2005-09-13 Thread Segher Boessenkool
On 10 sep 2005, at 02:03, Richard Henderson wrote: On Sat, Sep 10, 2005 at 01:00:04AM +0930, Alan Modra wrote: 2) Next, I defined parallels to keep things together. Like the following, with another for DImode. This seems most reasonable to me. Especially as the ABI states that the write o

When is it legal to compare any pair of pointers?

2005-09-13 Thread chris jefferson
I realise that according to the C++ standard it isn't legal to compare two pointers which are not from the same array. Is anyone aware of anything in g++ which would actually forbid this, and if there is any way of checking if will be valid? I want to be able to perform two main operations. Firstl

Re: When is it legal to compare any pair of pointers?

2005-09-13 Thread Paolo Carlini
chris jefferson wrote: >I realise that according to the C++ standard it isn't legal to compare >two pointers which are not from the same array. Is anyone aware of >anything in g++ which would actually forbid this, and if there is any >way of checking if will be valid? > In my opinion we should fir

Re: When is it legal to compare any pair of pointers?

2005-09-13 Thread Paolo Carlini
Paolo Carlini wrote: >Then, as far as *our* library (and compiler) are concerned, there is the >interesting example of basic_string::_M_disjunct: with Nathan's >substantive insight we came to the conclusion that such kind of >comparisons can be always meaningful to do (at the C++ library level) if

Re: [PowerPC] PR23774 stack backchain broken saga

2005-09-13 Thread Alan Modra
On Tue, Sep 13, 2005 at 11:28:07AM +0200, Segher Boessenkool wrote: > Especially as the ABI states that the write of the backlink > and the stack pointer update _have_ to be done in one insn. That's on allocation. Deallocation isn't so critical. You just need to ensure the backchain is written b

Re: [PowerPC] PR23774 stack backchain broken saga

2005-09-13 Thread Segher Boessenkool
Especially as the ABI states that the write of the backlink and the stack pointer update _have_ to be done in one insn. That's on allocation. Deallocation isn't so critical. You just need to ensure the backchain is written before updating sp. Yes, but your example generated code showed all

Must mode of set and REG_EQUIV note match?

2005-09-13 Thread Zdenek Dvorak
Hello, I have the following insn: (insn 522 521 523 87 (set (reg:SI 308) (reg:SI 0 ax)) 40 {*movsi_1} (nil) (insn_list:REG_RETVAL 520 (expr_list:REG_EQUAL (parity:DI (reg:DI 248 [ D.1874 ])) (nil Is this correct? I have a piece of code that breaks if mode of the assi

GCC 4.0 branch frozen

2005-09-13 Thread Mark Mitchell
I am now going to start spinning 4.0.2 RC1. (I was planning to do that last weekend, but it didn't happen.) Therefore, as of now, the GCC 4.0 branch is frozen. If you've had a patch approved for 4.0.2 that's not yet been checked in, and you want to check it in, please send me the patch URL; I'll

Re: mirror question

2005-09-13 Thread Gerald Pfeifer
On Fri, 9 Sep 2005, Jonathan wrote: > i could become a mirror if you want > > i'm from rome italy > the server is in Arezzo Italy > > i have 3 domains that you could mirror though if u wanted > let me know please :) > > win.ac3bf1.com > lnx.ac3bf1.com > rjn.it > > P.S. = send me the files t

Re: Any plan to support Windows/x86-64?

2005-09-13 Thread Ross Ridge
> Is there any plan to support Windows/x86-64? I haven't heard of anyone wanting to work on such a port. > What are needed for the port? What you'ld need for any OS port. GCC needs to support the Windows x64 ABI, you need a suitable runtime library, and you need a suitable assembler and linker.

Re: Introduction of GCC improvement work for Itanium via Gelato Federation

2005-09-13 Thread Gerald Pfeifer
On Mon, 12 Sep 2005, Mark Mitchell wrote: > In summary, I think that splitting GCC optimization efforts between FSF > and ORC back-ends is unfortunate. I would far rather that the free > software community be united behind a single optimizer. But, > fundamentally, I don't see much that we can do

Re: Introduction of GCC improvement work for Itanium via Gelato Federation

2005-09-13 Thread Mark Mitchell
Gerald Pfeifer wrote: > Do I understand correctly that the new backend is not planned to be > included in FSF GCC? That seems unlikely, in the medium-term, at least. Some people have rasied legal issues, which I know nothing about, but the code has not been assigned to the FSF. But, those are

coding style: type* variable or type *varible

2005-09-13 Thread Rafael Espíndola
I have seen both in gcc. I have found that "type* variable" is preferred in C++ code but I haven't found any guidelines for C code. Thanks, Rafael

Re: coding style: type* variable or type *varible

2005-09-13 Thread Mike Stump
On Sep 13, 2005, at 12:23 PM, Rafael Espíndola wrote: I have seen both in gcc. I have found that "type* variable" is preferred in C++ code but I haven't found any guidelines for C code. If you ask gcc, you find: mrs $ grep 'int\* ' *.c | wc -l 4 mrs $ grep 'int \*' *.c | wc -l 369

Re: coding style: type* variable or type *varible

2005-09-13 Thread Rafael Espíndola
On 9/13/05, Mike Stump <[EMAIL PROTECTED]> wrote: > If you ask gcc, you find: > > mrs $ grep 'int\* ' *.c | wc -l > 4 > mrs $ grep 'int \*' *.c | wc -l > 369 > > pretty clear to me. In treelang/parse.y all variables named "tok" (and some others) are declared with struct prod_token_p

Re: rtl line no

2005-09-13 Thread shreyas krishnan
thanks, that works but it seems to require a -g. is there any flag which might also generate just this line information but avoid most of the other debug information. shrey On 9/11/05, Dale Johannesen <[EMAIL PROTECTED]> wrote: > > On Sep 11, 2005, at 8:09 AM, shreyas krishnan wrote: > > > Hi,

Re: coding style: type* variable or type *varible

2005-09-13 Thread Daniel Berlin
On Tue, 13 Sep 2005, Rafael Espíndola wrote: On 9/13/05, Mike Stump <[EMAIL PROTECTED]> wrote: If you ask gcc, you find: mrs $ grep 'int\* ' *.c | wc -l 4 mrs $ grep 'int \*' *.c | wc -l 369 pretty clear to me. In treelang/parse.y all variables named "tok" (and some others) a

Re: Adding debug symbols causes segmentation faults with GCC-4.1 and MIPS...

2005-09-13 Thread Steven J. Hill
Joe Buck wrote: You might want to first make sure that your program has no memory access errors. You could try building it for x86 and debugging with valgrind, to see if that catches anything. A good idea. I built it for x86. Unfortunately, from the output it appears that 'clone' is not suppo

Re: Adding debug symbols causes segmentation faults with GCC-4.1 and MIPS...

2005-09-13 Thread Steven J. Hill
The interesting thing to note is that if I edit this and only do one clone call, things work. As soon as I attempt to do a second clone, things fall apart when debugging symbols with '-O0 -g' are compiled. Again, the source link is below. I am going to have to make a note of this bug and come back

Re: Adding debug symbols causes segmentation faults with GCC-4.1 and MIPS...

2005-09-13 Thread Nicholas Nethercote
On Tue, 13 Sep 2005, Steven J. Hill wrote: You might want to first make sure that your program has no memory access errors. You could try building it for x86 and debugging with valgrind, to see if that catches anything. A good idea. I built it for x86. Unfortunately, from the output it appear

Re: coding style: type* variable or type *varible

2005-09-13 Thread Rafael Ávila de Espíndola
On Tuesday 13 September 2005 18:11, Daniel Berlin wrote: > So, uh, change them :) I have just submitted a patch :) Rafael pgpOrEeEKuddE.pgp Description: PGP signature

regmove fixups vs pseudos

2005-09-13 Thread DJ Delorie
Any reason why we blindly assume destination registers will be hard registers here? Index: regmove.c === RCS file: /cvs/gcc/gcc/gcc/regmove.c,v retrieving revision 1.173 diff -p -U3 -r1.173 regmove.c --- regmove.c 25 Aug 2005 06:44

gcc-3.4-20050913 is now available

2005-09-13 Thread gccadmin
Snapshot gcc-3.4-20050913 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/3.4-20050913/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 3.4 CVS branch with the following options: -rgcc-ss-3_4-20050913 You'll

gccadmin's crontab

2005-09-13 Thread Joseph S. Myers
For a while gccadmin's crontab has been out of sync with the version in CVS (maintainer-scripts/crontab). That in use has 43 10 * * 5 sh /home/gccadmin/scripts/gcc_release -s 4.1:HEAD -l -d /sourceware/snapshot-tmp/gcc all while that in CVS has 43 17 * * 6 sh /home/gccadmin/scripts/

Re: When is it legal to compare any pair of pointers?

2005-09-13 Thread Daniel Jacobowitz
On Tue, Sep 13, 2005 at 11:22:18AM +0100, chris jefferson wrote: > I realise that according to the C++ standard it isn't legal to compare > two pointers which are not from the same array. Is anyone aware of > anything in g++ which would actually forbid this, and if there is any > way of checking if

Re: regmove fixups vs pseudos

2005-09-13 Thread Ian Lance Taylor
DJ Delorie <[EMAIL PROTECTED]> writes: > Any reason why we blindly assume destination registers will be hard > registers here? > > Index: regmove.c > === > RCS file: /cvs/gcc/gcc/gcc/regmove.c,v > retrieving revision 1.173 > diff -p

help: interfacing between C and fortran program

2005-09-13 Thread Gaurav Gautam, Noida
Hi, I have a function written in fortran say fun(x, y), with x and y as integer (scalars) . Function returns integer. I need to call this function from a C program. How do I do it. Can some one help me. Does Gfortran and gcc support this. ?? Regards Gaurav