More info on last bug report

Mark Mitchell mmitchell@usa.net
Wed Feb 11 14:02:00 GMT 1998


>>>>> "D" == D Bernstein <dan@cssgroup.com> writes:

    D> To Whom it May Concern,

    D> I recently reported an internal compiler error in egcs-1.0.1, I
    D> believe I have found the cause:

I believe this is fixed in the current sources.

    D> (1) the line causing the bug is:

    D>     if (node->isEditable)

    D> (2) isEditable is a PURE VIRTUAL function, and the coder forget
    D> the parens!!! It should read:

    D>     if (node->isEditable())

    D> Hope this helps!!

    D> Dan -- Daniel J. Bernstein Partner, Computer Science Services
    D> Group, LLC

    D> E: dan@cssgroup.com V: 316.269.9090 F: 316.269.2650 W:
    D> http://www2.southwind.net/~css

    D> Obligatory quote:

    D> "A lot has been said about politics; some of it complimentary,
    D> but most of it accurate."

    D>     -- Eric Idle


-- 
Mark Mitchell		mmitchell@usa.net
Stanford University	http://www.stanford.edu




More information about the Gcc-bugs mailing list