PR 8146
H. J. Lu
hjl@lucon.org
Wed Nov 6 10:51:00 GMT 2002
On Wed, Nov 06, 2002 at 10:31:33AM -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).
>
> Is this the same bug as c/5351? I haven't checked, but they seem very
> similar. c/5351 is also marked high priority.
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
H.J.
More information about the Gcc
mailing list