This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: optimization/10125: [3.2/3.3/3.4 regression] Infinite loop caused by -O2
- From: Glen Nakamura <glen at imodulo dot com>
- To: gcc-gnats at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, rth at gcc dot gnu dot org
- Date: Sun, 23 Mar 2003 18:21:52 +0000
- Subject: Re: optimization/10125: [3.2/3.3/3.4 regression] Infinite loop caused by -O2
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10125
> State-Changed-From-To: analyzed->closed
> State-Changed-By: rth
> State-Changed-When: Sun Mar 23 02:57:36 2003
> State-Changed-Why:
> Not a bug. Type-aliasing violation between "char **" and "unsigned **".
Actually, the test case uses "signed char **" and "unsigned char **"...
Not sure if that changes your analysis.
- glen