This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PR 8146


On Wed, Nov 06, 2002 at 10:49:42AM -0800, Joe Buck wrote:
> 
> > > > PR opt/7591 (which has nothing to do with optimization btw) is a
> > > > regression from gcc 3.0.x, so should really be marked as high-priority
> > > > and taken care of on the branch. It's a i686 specific problem (doesn't
> > > > occur on i586).
> 
> I wrote:
> > > Is this the same bug as c/5351?  I haven't checked, but they seem very
> > > similar.  c/5351 is also marked high priority.
> 
> HJ wrote:
> 
> > I got
> > 
> > # /usr/gcc-3.2/bin/gcc -march=i686 s.c
> > # ./a.out
> > ifName: this is a test string
> > # /usr/gcc-3.2/bin/gcc s.c
> > # ./a.out
> > ifName: this is a test string
> 
> OK, this seems promising (and suggests that 5351 and 7591 are dups).
> 
> You referred to two patches, but we need to get them approved one at a
> time.  Can you point me to the one patch that you believe fixes this
> problem?
> 

I believe

http://gcc.gnu.org/ml/gcc-patches/2002-08/msg01170.html

fixes 5351 and 7591.


H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]