Re: gcc 3.4.2 stack variable lifetime analysis

2005-05-04 Thread Jakub Jelinek
On Wed, May 04, 2005 at 07:22:12AM -0700, Earl Chew wrote: > Can anyone tell me if there is a patch for this problem? Yes, there is: ftp://sources.redhat.com/pub/gcc/releases/gcc-4.0.0/diffs/gcc-3.4.3-4.0.0.diff.bz2 FYI, this is PR middle-end/9997 > Consider: > > void bar(char*); > > v

Re: gcc 3.4.2 stack variable lifetime analysis

2005-05-04 Thread Steven Bosscher
On Wednesday 04 May 2005 16:22, Earl Chew wrote: > Can anyone tell me if there is a patch for this problem? The patch is called GCC 4.0. Gr. Steven

Re: gcc 3.4.2

2005-03-31 Thread James E Wilson
Levent Erbuke wrote: Is there a tool that retrieve which version of gcc was used to compile a lib or anything else ? It depends on the target, but use of strings in the .comment section is fairly common. Try objdump --section=.comment --full-contents There will be one string for every object f