Re: SVN Test Repo updated

2005-02-14 Thread Joseph S. Myers
Another incidental observation from experiments with subversion: the output from svn diff seems to be in a fairly random order (rather than alphabetical order of filenames). Alphabetical order tends to be easier to follow when checking svn diff output to see that the changes you're about to co

Re: problem

2005-02-14 Thread James E Wilson
Virender Kashyap wrote: I have written a small structure (function_cfg_info) to hold CFG information (defined in new file tree-cfg.h) and wanted to add this to call graph node data structure (in cgraph.h). This list isn't for people trying to learn how to write C code. It is for people tryi

Re: [Q] initialisation of variable allocated wirh alloca in 'loop.c'

2005-02-14 Thread James E Wilson
Christophe Jaillet wrote: In loop.c, around line 8887, shouldn't the memory allocated by alloca be 'memseted' in some way ? Look closer, and you will see that only array values that are set are used. -- Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com

Using up double diskspace for working copies (Was Re: Details forsvn test repository)

2005-02-14 Thread Walter Landry
Daniel Berlin wrote: > On Fri, 2005-02-11 at 15:29 +, Joern RENNECKE wrote: > > Daniel Berlin wrote: > > > > > > > > > > >>Because svn keeps an extra pristine copy for checkouts, I'll have to use > > >>svn export for > > >>automatic regression tests. > > >> > > >> > > > > > >I don't

Re: Details for svn test repository

2005-02-14 Thread Daniel Berlin
On Tue, 2005-02-15 at 00:55 +0100, Marcin Dalecki wrote: > On 2005-02-14, at 19:47, Mike Stump wrote: > > > On Monday, February 14, 2005, at 04:04 AM, Richard Earnshaw wrote: > >>> Fine, i'll just keep all the non-snapshot tags for now. > >> > >> There's no reason why we have to keep all the tags

Re: Details for svn test repository

2005-02-14 Thread Marcin Dalecki
On 2005-02-14, at 19:47, Mike Stump wrote: On Monday, February 14, 2005, at 04:04 AM, Richard Earnshaw wrote: Fine, i'll just keep all the non-snapshot tags for now. There's no reason why we have to keep all the tags in one place. Further, we can import them all, and then later remove, move or ren

Re: SVN Test Repo updated

2005-02-14 Thread Daniel Berlin
On Mon, 2005-02-14 at 18:54 -0500, Daniel Berlin wrote: > The SVN test repo has been updated. annotate should work at a reasonable > speed (< 2 minutes for a file), *except* on the changelog. It spends a > long time just groveling the file history. People who try to run > annotate on the ChangeLog

SVN Test Repo updated

2005-02-14 Thread Daniel Berlin
The SVN test repo has been updated. annotate should work at a reasonable speed (< 2 minutes for a file), *except* on the changelog. It spends a long time just groveling the file history. People who try to run annotate on the ChangeLog will be beaten severely. I'm building a bdb test repo to see

Re: GCC 4.0 Status Report (2005-02-03)

2005-02-14 Thread Mark Mitchell
Geoffrey Keating wrote: Mark Mitchell <[EMAIL PROTECTED]> writes: Steven Bosscher wrote: Or should the development plan beupdated to reflect your new way of working (ie. the projects info collecting thing) and the actual development schedule that we seem to be working on. It would probably be good

Re: Details for svn test repository

2005-02-14 Thread Daniel Berlin
On Mon, 2005-02-14 at 15:20 -0800, Geoffrey Keating wrote: > Daniel Berlin <[EMAIL PROTECTED]> writes: > > > I also plan on excluding merge tags > > I'd really rather that you didn't. Those tags are useful when you're > looking at some old change on a branch. I meant for the test repo. However,

Re: Details for svn test repository

2005-02-14 Thread Geoffrey Keating
Daniel Berlin <[EMAIL PROTECTED]> writes: > I also plan on excluding merge tags I'd really rather that you didn't. Those tags are useful when you're looking at some old change on a branch.

Re: GCC 4.0 Status Report (2005-02-03)

2005-02-14 Thread Geoffrey Keating
Mark Mitchell <[EMAIL PROTECTED]> writes: > Steven Bosscher wrote: > > Or should the development plan beupdated to reflect your new way of > > working (ie. the projects info collecting thing) and the actual > > development schedule that we seem to be working on. > > It would probably be good if t

Re: warning: conflicting types for built-in function %qD

2005-02-14 Thread Joseph S. Myers
On Mon, 14 Feb 2005, Gabriel Dos Reis wrote: > But the program at issue does not invoke anything having to do with > POSIX, it makes no sense to pretend it has undefined behaviour. The GNU C dialect, which is the default, includes various built-in functions from POSIX as well as various other mi

RFC: Appropriate method for target-specific mode-substititutes in libgcc2

2005-02-14 Thread Björn Haase
Hi, I'd like to discuss with you a topic related to a recent bootstrap failure of a couple of smaller embedded targets. The origin of the failure could be removed easily. In my opinion the question is simply, what is the best way to implement it? Root of the problem is that libgcc2 presently d

Re: warning: conflicting types for built-in function %qD

2005-02-14 Thread Gabriel Dos Reis
"Joseph S. Myers" <[EMAIL PROTECTED]> writes: | On Mon, 14 Feb 2005, Matt Austern wrote: | | > What was the rationale behind issuing this warning? I find it rather | > unfriendly. In this example, after all, the user isn't doing anything wrong. | > scalb is not defined in any standard that I c

Re: Merging GNU Classpath and gcc/libgcj bug databases

2005-02-14 Thread Mark Wielaard
Hi Chris, On Mon, 2005-02-14 at 19:50 +, Chris Burdess wrote: > What's the plan for auxiliary classpath modules such as inetlib and > cp-tools? Are they still managed in the Savannah bug tracker? The current plan is to also move them over and assign them separate categories/modules in the ne

Profiling & nested functions

2005-02-14 Thread Laurent GUERBY
Hi, Is GCC + gprof supposed to handle nested functions? It looks like they are not properly reported. The original problem was on Ada code with nested functions. This is with HEAD and GNU gprof 2.15.91.0.2 on a SuSE 9.2 system. Thanks in advance, Laurent $ cat cn.c #define N 1000 static int

Re: warning: conflicting types for built-in function %qD

2005-02-14 Thread Joseph S. Myers
On Mon, 14 Feb 2005, Matt Austern wrote: > What was the rationale behind issuing this warning? I find it rather > unfriendly. In this example, after all, the user isn't doing anything wrong. > scalb is not defined in any standard that I can see, and users have every > right to declare a function

Re: Merging GNU Classpath and gcc/libgcj bug databases

2005-02-14 Thread Chris Burdess
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark Wielaard wrote: If there are no objections we would like to close down the savannah bug tracker for GNU Classpath and add a new "product" classpath in GCC bugzilla which contains all the current bug reports. This new 'classpath' product shall be us

warning: conflicting types for built-in function %qD

2005-02-14 Thread Matt Austern
In the C front end, when diagnose_mismatched_decls sees a declaration of a function whose name is the same as a builtin's but whose types are different, we use the declaration we see but we issue a warning. For example: [isolde:tmp]$ cat foo.c extern double scalb ( double, int ); [isolde:tmp]$

Re: Details for svn test repository

2005-02-14 Thread Daniel Berlin
On Mon, 2005-02-14 at 10:47 -0800, Mike Stump wrote: > On Monday, February 14, 2005, at 04:04 AM, Richard Earnshaw wrote: > >> Fine, i'll just keep all the non-snapshot tags for now. > > > > There's no reason why we have to keep all the tags in one place. > > Further, we can import them all, and

Re: help regarding suif

2005-02-14 Thread Bob Wilson
Vivek, GCC and the GNU project have nothing to do with SUIF. If you want to ask questions about SUIF, you should do so on a more appropriate mailing list. I suggest you look here: http://www-suif.stanford.edu/mailman/listinfo/suif-talk/ Good luck. --Bob

Re: Details for svn test repository

2005-02-14 Thread Mike Stump
On Monday, February 14, 2005, at 04:04 AM, Richard Earnshaw wrote: Fine, i'll just keep all the non-snapshot tags for now. There's no reason why we have to keep all the tags in one place. Further, we can import them all, and then later remove, move or rename them and these things seem to be versi

Re: Merging GNU Classpath and gcc/libgcj bug databases

2005-02-14 Thread Joseph S. Myers
On Mon, 14 Feb 2005, Mark Wielaard wrote: > I will send a proposal for the module names, standard bug mailinglist > and version numbers to use for this new classpath product in the > database to the classpath and libgcj development mailinglists soon. The > current gcc modules AWT and SWING would a

Re: Merging GNU Classpath and gcc/libgcj bug databases

2005-02-14 Thread Joe Buck
On Mon, Feb 14, 2005 at 05:53:09PM +0100, Mark Wielaard wrote: > This is a request for comments on moving the GNU Classpath bug reports > (currently on savannah.gnu.org) into the gcc bugzilla database (as a > separate project). This will ease sharing information between the GNU > Classpath and GCC/

Merging GNU Classpath and gcc/libgcj bug databases

2005-02-14 Thread Mark Wielaard
Hi GCC and GNU Classpath and libgcj hackers, This is a request for comments on moving the GNU Classpath bug reports (currently on savannah.gnu.org) into the gcc bugzilla database (as a separate project). This will ease sharing information between the GNU Classpath and GCC/GCJ hackers. We have dis

Re: GCC 4.0 Status Report (2005-02-03) - SMS improvements

2005-02-14 Thread Mostafa Hagog
> * Project Title SMS (Modulo Scheduling) Improvements. > > * Project Contributors Mostafa Hagog > > * Dependencies No dependencies. > > * Delivery Date Ready, currently committed to the autovect-branch. > > * Description > > Describe the project *in detail*. > > What will you be doing

Su e-mail fue recibido, se responderá a la brevedad, gracias

2005-02-14 Thread

Re: cc1 ICEs building libiberty/sort.c if built with gcc-3.4 -g

2005-02-14 Thread Richard Guenther
Ignore this - happens only when building HEAD with some local patches. Richard. On Mon, 14 Feb 2005, Richard Guenther wrote: > Hi! > > I get a strange ICE if building (not bootstrapping) mainline with > current 3.4 branch with CFLAGS="-g": > > /tmp/gcc-obj-checking/gcc/xgcc -B/tmp/gcc-obj-checki

Re: cc1 ICEs building libiberty/sort.c if built with gcc-3.4 -g

2005-02-14 Thread Giovanni Bajo
Richard Guenther <[EMAIL PROTECTED]> wrote: > I get a strange ICE if building (not bootstrapping) mainline with > current 3.4 branch with CFLAGS="-g": > > /tmp/gcc-obj-checking/gcc/xgcc -B/tmp/gcc-obj-checking/gcc/ > -B/i686-pc-linux-gnu/bin/ -B/i686-pc-linux-gnu/lib/ -isystem > /i686-pc-linux-gnu

cc1 ICEs building libiberty/sort.c if built with gcc-3.4 -g

2005-02-14 Thread Richard Guenther
Hi! I get a strange ICE if building (not bootstrapping) mainline with current 3.4 branch with CFLAGS="-g": /tmp/gcc-obj-checking/gcc/xgcc -B/tmp/gcc-obj-checking/gcc/ -B/i686-pc-linux-gnu/bin/ -B/i686-pc-linux-gnu/lib/ -isystem /i686-pc-linux-gnu/include -isystem /i686-pc-linux-gnu/sys-include -c

Re: fprintf symbol in libgcc of gcc 3.3 vs 4.0

2005-02-14 Thread Alexandre Oliva
On Feb 14, 2005, [EMAIL PROTECTED] (Jack Howarth) wrote: > I am trying to find out if there has been some change to the > internal symbol name associated with fprintf in libgcc of gcc 4.0 > compared to gcc 3.3. There's no fprintf symbol in libgcc. fprintf is provided by the C library of the syst

Re: fprintf symbol in libgcc of gcc 3.3 vs 4.0

2005-02-14 Thread Nathan Sidwell
Jack Howarth wrote: I am trying to find out if there has been some change to the internal symbol name associated with fprintf in libgcc of gcc 4.0 compared to gcc 3.3. In particular, I am concerned about being able to use the linker from gcc 4.0 to link in IBM Fortran XL code with gcc 4.0 compil

fprintf symbol in libgcc of gcc 3.3 vs 4.0

2005-02-14 Thread Jack Howarth
I am trying to find out if there has been some change to the internal symbol name associated with fprintf in libgcc of gcc 4.0 compared to gcc 3.3. In particular, I am concerned about being able to use the linker from gcc 4.0 to link in IBM Fortran XL code with gcc 4.0 compiled code using the li

Re: temp obj created by compiler

2005-02-14 Thread Marc Espie
In article <[EMAIL PROTECTED]> you write: >Thanks Jon, > >Can anyone throw more light on this. > Stop telling us what you want to do, explain to us WHY you want to do it. There are lots of different reasons for which you might want to know more about temporary object generation, and we can probab

Add myself to MAINTAINERS (write after approval)

2005-02-14 Thread Razya Ladelsky
Index: MAINTAINERS === RCS file: /cvs/gcc/gcc/MAINTAINERS,v retrieving revision 1.394 diff -c -3 -p -r1.394 MAINTAINERS *** MAINTAINERS 10 Feb 2005 23:29:41 - 1.394 --- MAINTAINERS 14 Feb 2005 11:19:52 - *** Je

Re: Details for svn test repository

2005-02-14 Thread Richard Earnshaw
On Sat, 2005-02-12 at 02:53, Daniel Berlin wrote: > On Fri, 2005-02-11 at 18:40 -0800, Mike Stump wrote: > > On Friday, February 11, 2005, at 05:29 PM, Daniel Berlin wrote: > > > I'll keep the last branchpoint of each branch for the initial import > > > > Won't work either... Sometimes we reuses

Re: GCC 3.3.5: -march=i586 does not use all pentium FPU instructions

2005-02-14 Thread Peter Soetens
Thank you for the very clarifying text below. Some version of it would surely be helpful in the gcc manual when introducing the -march and -mcpu/-mtune flags. Since I needed atomic read/writes of FP variables in a multi-threaded program, I have no other option than using the slow fld/fst instr