Inserting new parameter in gcc

2007-11-09 Thread Juan Luis Liarte
Hello to all, I have been working on inserting a new string argument in gcc, which accepts a string from command line. It would be like gcc ... -fmyparameter=stringtoread ... In common.opt, I have had to insert a new parameter, and it has been something like myparameter= Common RejectNegati

Re: Designs for better debug info in GCC

2007-11-09 Thread Michael Matz
Hi, On Thu, 8 Nov 2007, Alexandre Oliva wrote: > > If you want to be really sure no arguments disappear (necessary for > > instance for meaningful use of systemtap) you also need to inhibit > > some transformations, > > I'm not aware of any situations in which we must force an argument not >

Re: Inserting new parameter in gcc

2007-11-09 Thread Manuel López-Ibáñez
On 09/11/2007, Juan Luis Liarte <[EMAIL PROTECTED]> wrote: > Hello to all, > > myparameter= > Common RejectNegative Joined > > It works, but I have been thinking on it, and maybe this way to insert > arguments is a little bit messy. For example, the keyword RejectNegative > is not very intuitive, a

Re: Inserting new parameter in gcc

2007-11-09 Thread Basile STARYNKEVITCH
Manuel López-Ibáñez wrote: On 09/11/2007, Juan Luis Liarte <[EMAIL PROTECTED]> wrote: (Strangely, I am subscribed to the gcc@gcc.gnu.org and did not get by email Juan Luis' first message but I read it on the web http://gcc.gnu.org/ml/gcc/2007-11/msg00266.html) Hello to all, myparameter= C

Re: Inserting new parameter in gcc

2007-11-09 Thread Manuel López-Ibáñez
On 09/11/2007, Basile STARYNKEVITCH <[EMAIL PROTECTED]> wrote: > Manuel López-Ibáñez wrote: > > > > RejectNegative is not intuitive? I really would like to hear your > > suggestion. Honestly, not sarcasm here. > > I agree with the original poster Juan Luis Liarte, RejectNegative, as a > marker for

RE: Progress on GCC plugins ?

2007-11-09 Thread Gerald.Williams
Mark Mitchell wrote: > Anyhow, in practical terms, debating this here probably will have zero > impact on the outcome. The ball is in RMS' court, and SC members > (including myself) have made many of the arguments that have been made > in this thread. If people want to influence the FSF, the best

Re: Designs for better debug info in GCC

2007-11-09 Thread Daniel Jacobowitz
[Can we pick just gcc@ or just gcc-patches@ please?] On Thu, Nov 08, 2007 at 05:11:24PM -0800, Joe Buck wrote: > Debugging would be just as easy and natural if -O0 only made sure that > values of variables are written out to memory at positions where the > user can set a breakpoint; the code doesn

Re: Designs for better debug info in GCC

2007-11-09 Thread Robert Dewar
Daniel Jacobowitz wrote: Careful. Eliminating reads from memory messes up debugger modification of variables, unless you can explain to the debugger that the variable is currently in both locations - this has been discussed but AFAIK there is no representation for it yet. Changing the memory l

structuring a front-end subdirectory

2007-11-09 Thread Olivier Hainque
Hello, As part of our Ada front-end maintainership, we (AdaCore) would like to introduce a subdirectory of 'ada' where we would relocate all the files implementing the Ada-front-end/GCC interface (the "gigi" sources for the internal GNAT/GCC tree interfacing, plus the build infrastructure bits: Ma

Re: Inserting new parameter in gcc

2007-11-09 Thread Manuel López-Ibáñez
Just to complete this discussion, the syntax of the *.opt files is (almost exactly) mapped by the gen-*.awk scripts into flags that are defined in the file gcc/opts.h. This file contains some comments about these flags: #define CL_PARAMS (1 << 18) /* Fake entry. Used to display --pa

Re: structuring a front-end subdirectory

2007-11-09 Thread Joseph S. Myers
On Fri, 9 Nov 2007, Olivier Hainque wrote: > As part of our Ada front-end maintainership, we (AdaCore) would like > to introduce a subdirectory of 'ada' where we would relocate all the > files implementing the Ada-front-end/GCC interface (the "gigi" sources > for the internal GNAT/GCC tree interfa

Re: Reload using a live register to reload into

2007-11-09 Thread Rask Ingemann Lambertsen
On Thu, Nov 08, 2007 at 09:52:27PM +0100, Eric Botcazou wrote: > > This doesnt happen because while inserting the caller save insn, its > > live_throughout is simply set to the live_throughout of the call insn > > + the registers marked with REG_DEAD notes in the call insn. > > Ouch. Relying on R

Newbie

2007-11-09 Thread Matthieu Kaczmarek
Hi, Greatings everyone. I new on this mailnig list and I would like to help. I'm a french Phd student in computer science. I am familiar with grammar, compiler and language theory and I have some programming skills and some experience with the libc and GNU standard. If it is possible, I w

Re: builtin_frame_address for stack pointer

2007-11-09 Thread Jim Wilson
skaller wrote: BTW: what happens on ia64 which has two? stacks? You have to search both stacks for GC roots. Only one stack is visible to normal user code, the regular program stack, and __builtin_frame_address(0) will point there. For the other stack, the backing store, you need some IA-6

Bootstrap failure on i386-pc-solaris2.10

2007-11-09 Thread Art Haas
Hi. My builds have been failing since about last night on my i386-pc-solaris2.10 system. I was able to build successfully yesterday - the compiler configuration info is below: $ gcc -v Using built-in specs. Target: i386-pc-solaris2.10 Configured with: /export/home/arth/gnu/gcc.git/configure --en

gcc-4.3-20071109 is now available

2007-11-09 Thread gccadmin
Snapshot gcc-4.3-20071109 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.3-20071109/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.3 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/trunk

Re: Bootstrap failure on i386-pc-solaris2.10

2007-11-09 Thread Andreas Tobler
Art Haas wrote: Hi. My builds have been failing since about last night on my i386-pc-solaris2.10 system. I was able to build successfully yesterday - the compiler configuration info is below: $ gcc -v Using built-in specs. Target: i386-pc-solaris2.10 Configured with: /export/home/arth/gnu/gcc.g

Re: gcc-4.3-20071109 is now available

2007-11-09 Thread Joseph S. Myers
I've submitted this snapshot to the Translation Project so translators can update translated messages in advance of the release (if the TP processes the snapshot, which didn't happen with two submitted in advance of the 4.2.0 release). I suggest we avoid bulk changes to existing messages now u