This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: confirmed in gcc 3.0.2/x86: c/3573: Internal compiler error in fixup_var_refs_1, at function.c:1922
- To: "Steven G. Johnson" <stevenj at alum dot mit dot edu>
- Subject: Re: confirmed in gcc 3.0.2/x86: c/3573: Internal compiler error in fixup_var_refs_1, at function.c:1922
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- Date: Thu, 25 Oct 2001 22:56:06 -0400
- Cc: Neil Booth <neil at daikokuya dot demon dot co dot uk>, gcc-bugs at gcc dot gnu dot org
This is at least been fixed in gcc 3.1/ia32
Thanks,
Andrew Pinski
On Thursday, October 25, 2001, at 05:28 , Steven G. Johnson wrote:
> On Thu, 25 Oct 2001, Neil Booth wrote:
>>> void kill_gcc3(void)
>>
>> That's not a very friendly name for a function. We demand better.
>
> Point taken. How about:
>
> void gcc3_profundity(/* the */ void /* of ignorance */)
> {
> double truth = 3.14159 /* ... */, beauty;
> beauty = *(&truth);
> if (!(&beauty != &truth)) {
> }
> }
>
> Remember to express your "oh" of wonder: gcc -O.
>
> Steven
>
>