This is the mail archive of the gcc-bugs@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]

Re: confirmed in gcc 3.0.2/x86: c/3573: Internal compiler error infixup_var_refs_1, at function.c:1922


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



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