(build_method_call): Disable code that tries to do tricky stuff with a default parame...
authorJason Merrill <merrill@gnu.org>
Sat, 15 Oct 1994 00:32:58 +0000 (00:32 +0000)
committerJason Merrill <merrill@gnu.org>
Sat, 15 Oct 1994 00:32:58 +0000 (00:32 +0000)
commita5c2941b8a67649bb484a6c02682158d4c29ff9b
tree513788d8f3d1545c05d0e9c0c08589222b73dc38
parentf37f4651e1bcb4d14b8540f8e317a975f897498d
(build_method_call): Disable code that tries to do tricky stuff with a default parameter that is a constructor call...

(build_method_call): Disable code that tries to do tricky
        stuff with a default parameter that is a constructor call, but
        actually does other tricky stuff that breaks things.
(build_scoped_method_call): Don't lose side effects in the
        object expression when calling a non-existent destructor.
(build_scoped_method_call): Remove erroneous error message
        when destructor call is written as a scoped call.

From-SVN: r8274
gcc/cp/call.c