OSDN Git Service

* lang-options.h: Add -fms-extensions.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Aug 1999 06:52:30 +0000 (06:52 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Aug 1999 06:52:30 +0000 (06:52 +0000)
commitdb6a7947a6c7bc1be55c27760ff0fc1783bbc510
treefe1d0b302af8614440b99979fc35a50e7fcad57b
parentcc61af10b92c3343a7b4b9e27744b9417b3e5b0a
* lang-options.h: Add -fms-extensions.
* cp-tree.h: Declare flag_ms_extensions.
* decl2.c: Define it.
* class.c (instantiate_type): Don't complain about taking the address
of a bound member function if -fms-extensions.
* typeck.c (build_unary_op): Likewise.
* decl.c (grokdeclarator): Or about implicit int.
* init.c (resolve_offset_ref): Or about implicit '&'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28684 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/cp/init.c
gcc/cp/lang-options.h
gcc/cp/typeck.c