diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index d1154ef7762..9a1f37a8ab4 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,10 @@ +Sun Jan 31 20:34:29 1999 Zack Weinberg + + * decl2.c: Don't define flag_no_ident here. Don't process + -f(no-)ident here. + * cp-tree.h: Don't declare flag_no_ident here. + * lang-specs.h: Map -Qn to -fno-ident. + 1999-01-28 Jason Merrill * cp-tree.h (struct tree_binding): Replace scope field with a union. diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index 0471be4f807..52ea7352470 100644 --- a/gcc/cp/cp-tree.h +++ b/gcc/cp/cp-tree.h @@ -386,10 +386,6 @@ extern int flag_gnu_xref; extern int flag_gnu_binutils; -/* Nonzero means ignore `#ident' directives. */ - -extern int flag_no_ident; - /* Nonzero means warn about implicit declarations. */ extern int warn_implicit; diff --git a/gcc/cp/lang-specs.h b/gcc/cp/lang-specs.h index b742fc230ea..972d72bf551 100644 --- a/gcc/cp/lang-specs.h +++ b/gcc/cp/lang-specs.h @@ -1,5 +1,5 @@ /* Definitions for specs for C++. - Copyright (C) 1995, 96-97, 1998 Free Software Foundation, Inc. + Copyright (C) 1995, 96-98, 1999 Free Software Foundation, Inc. This file is part of GNU CC. @@ -52,7 +52,7 @@ Boston, MA 02111-1307, USA. */ %{g*} %{O*} %{W*} %{w} %{pedantic*} %{ansi}\ %{H} %{d*} %C %{D*} %{U*} %{i*} %Z\ %{v:-version} %{pg:-p} %{p}\ - %{f*} %{+e*} %{aux-info*}\ + %{f*} %{+e*} %{aux-info*} %{Qn:-fno-ident}\ %{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\ %{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%g.s}}|\n\ %{!S:as %a %Y\ @@ -72,7 +72,7 @@ Boston, MA 02111-1307, USA. */ %{!Q:-quiet} -dumpbase %b.cc %{d*} %{m*} %{a}\ %{g*} %{O*} %{W*} %{w} %{pedantic*} %{ansi}\ %{v:-version} %{pg:-p} %{p}\ - %{f*} %{+e*} %{aux-info*}\ + %{f*} %{+e*} %{aux-info*} %{Qn:-fno-ident}\ %{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\ %{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%g.s}}|\n\ %{!S:as %a %Y\ @@ -84,7 +84,7 @@ Boston, MA 02111-1307, USA. */ {"%{!M:%{!MM:%{!E:cc1plus %i %1 %2 %{!Q:-quiet} %{d*} %{m*} %{a}\ %{g*} %{O*} %{W*} %{w} %{pedantic*} %{ansi}\ %{v:-version} %{pg:-p} %{p}\ - %{f*} %{+e*} %{aux-info*}\ + %{f*} %{+e*} %{aux-info*} %{Qn:-fno-ident}\ %{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\ %{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%g.s}} |\n\ %{!S:as %a %Y\ diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 00790ebe522..8d148741bfe 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,7 @@ +Sun Jan 31 20:34:29 1999 Zack Weinberg + + * lang-specs.h: Map -Qn to -fno-ident. + Tue Jan 5 22:12:41 1999 Kaveh R. Ghazi * Make-lang.in (g77.o): Depend on prefix.h.