cfg representation

2007-08-09 Thread Bob Rossi
on in the CFG? Does anyone know where the code is that does this transformation so I can look for myself? Thanks, Bob Rossi

printing cfg

2007-08-01 Thread Bob Rossi
stead? Thanks, Bob Rossi

Re: Looking for specific pages from Muchnick's book

2007-03-08 Thread Bob Rossi
If you search for 'structural analysis', pages 202, 203, 204, 205, 210, 211, 212 and 214 come up. You only need to make it show you 5 more pages. Bob Rossi

Re: compile time enforcement of exception specification

2007-01-13 Thread Bob Rossi
ime enforcement until a standard says it's OK to do so? This feature is obviously an improvement over doing nothing. Wouldn't an option to g++ be only helpful here? Thanks, Bob Rossi

compile time enforcement of exception specification

2007-01-13 Thread Bob Rossi
Hi, Will g++ ever add a compile time enforcement of the exception specification like the Java compiler does? I find the exception specification almost useless with out this functionality. Thanks, Bob Rossi

mingw build error

2006-12-18 Thread Bob Rossi
+ORIGINAL_LD_FOR_TARGET = /C/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../../mingw32/bin/ld This is still broken with the latest snapshot from 4.1. How would I go about fixing this? Is this a problem with the way I'm configuring gcc? Thanks, Bob Rossi

relocatable gdb

2006-12-16 Thread Bob Rossi
/gcc-patches/2006-12/msg01182.html I'm imagining the multiple messages ignoring nonexistent directory "C:/msys/1.0/home/bobbybrasko/g++... have something to do with this. Thanks for any assistance I could get on this. Bob Rossi

Re: distributing g++

2006-12-15 Thread Bob Rossi
On Fri, Dec 15, 2006 at 12:35:23PM -0800, Brian Dessent wrote: > Bob Rossi wrote: > > > Since i've used a prefix, I'm assumming gcc wants to be installed where > > I told it to be. I'm wondering 2 things. > > It's not supposed to be that way. The t

distributing g++

2006-12-15 Thread Bob Rossi
o be able to untar it anywhere, and have it work just fine. If this is possible, please advise. Thanks, Bob Rossi

Re: building gcc

2006-10-14 Thread Bob Rossi
On Sat, Oct 14, 2006 at 02:16:01PM +1000, Brendon Costa wrote: > Bob Rossi wrote: > > Hi Ian, > > > > Basically, I want to use GCC with C,C++. I want to walk a tree that GCC > > creates for the translation units. I would like to know if for these two > > lan

Re: building gcc

2006-10-13 Thread Bob Rossi
On Thu, Oct 12, 2006 at 07:45:52AM -0700, Ian Lance Taylor wrote: > Bob Rossi <[EMAIL PROTECTED]> writes: > > > Hopefully I'll be able to debug gcc nicely after this is built. Two > > more questions that could save me a lot of time. Do you know where the > > ab

Re: building gcc

2006-10-12 Thread Bob Rossi
On Thu, Oct 12, 2006 at 12:25:04PM -0400, Daniel Jacobowitz wrote: > On Thu, Oct 12, 2006 at 12:22:57PM -0400, Bob Rossi wrote: > > and the gcc that is put into prefixdir is compiled with -O2 and -g, > > which makes it hard to follow in the debugger. Anyone have a clue on how > &

Re: building gcc

2006-10-12 Thread Bob Rossi
On Thu, Oct 12, 2006 at 06:56:58AM -0400, Bob Rossi wrote: > On Thu, Oct 12, 2006 at 09:48:13AM +0200, Paolo Bonzini wrote: > > > > >In particular, I was just wondering how do compile GCC with debug. Not > > >how to debug it. I tried CFLAGS="-g" ./configure

Re: building gcc

2006-10-12 Thread Bob Rossi
ll be able to debug gcc nicely after this is built. Two more questions that could save me a lot of time. Do you know where the abstract syntax tree is stored in GCC after a file is parsed? Does GCC still create an AST for C/C++, or does it go directly to GIMPLE? Thanks for the help, Bob Rossi

Re: building gcc

2006-10-11 Thread Bob Rossi
On Wed, Oct 11, 2006 at 02:39:39PM -0700, David Daney wrote: > Bob Rossi wrote: > >Hi, > > > >I'd like to build gcc with just the C/C++ front ends. Are there > >any configure options I could use to make only a minimum gcc > >build to get those 2 languages

building gcc

2006-10-11 Thread Bob Rossi
7;d like to manually traverse the AST. Any pointers on where this would be? Thanks, Bob Rossi