This is the mail archive of the gcc@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: BUGFIX for C++ in egcs-970828


Two things:

Please include ChangeLog entries as text, not as a patch; chances are it
won't apply.

Turning off overloading is not a reasonable fix for this bug, since it
breaks other valid code; the proper fix is to avoid building up a reference
when a builtin candidate is chosen.  This will be fixed in the next
snapshot.

Jason


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