More info on last bug report

D. Bernstein dan@cssgroup.com
Wed Feb 11 13:25:00 GMT 1998


To Whom it May Concern,

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

(1) the line causing the bug is:

    if (node->isEditable)

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

    if (node->isEditable())

Hope this helps!!

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

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

Obligatory quote:

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

    -- Eric Idle




More information about the Gcc-bugs mailing list