summaryrefslogtreecommitdiffstats
path: root/gcc/cp/gxx.gperf
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>1994-05-13 02:46:07 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>1994-05-13 02:46:07 +0000
commitd81e00a4e3a6f87684bfec36308b2666b2227e91 (patch)
treef5b93db711e076badbbc538e10d3f61b684d5908 /gcc/cp/gxx.gperf
parent34e2ddcdb6cfa92b20f2311a554553ec66dfccae (diff)
downloadppe42-gcc-d81e00a4e3a6f87684bfec36308b2666b2227e91.tar.gz
ppe42-gcc-d81e00a4e3a6f87684bfec36308b2666b2227e91.zip
37th Cygnus<->FSF merge
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7290 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/gxx.gperf')
-rw-r--r--gcc/cp/gxx.gperf5
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/cp/gxx.gperf b/gcc/cp/gxx.gperf
index 33f1d23500e..a3585341614 100644
--- a/gcc/cp/gxx.gperf
+++ b/gcc/cp/gxx.gperf
@@ -35,6 +35,7 @@ char, TYPESPEC, RID_CHAR,
class, AGGR, RID_CLASS,
classof, CLASSOF, NORID,
const, TYPE_QUAL, RID_CONST,
+const_cast, CONST_CAST, NORID,
continue, CONTINUE, NORID,
default, DEFAULT, NORID,
delete, DELETE, NORID,
@@ -61,6 +62,7 @@ private, VISSPEC, RID_PRIVATE,
protected, VISSPEC, RID_PROTECTED,
public, VISSPEC, RID_PUBLIC,
register, SCSPEC, RID_REGISTER,
+reinterpret_cast, REINTERPRET_CAST, NORID,
return, RETURN, NORID,
short, TYPESPEC, RID_SHORT,
signature, AGGR, RID_SIGNATURE /* Extension */,
@@ -68,11 +70,12 @@ signed, TYPESPEC, RID_SIGNED,
sigof, SIGOF, NORID /* Extension */,
sizeof, SIZEOF, NORID,
static, SCSPEC, RID_STATIC,
+static_cast, STATIC_CAST, NORID,
struct, AGGR, RID_RECORD,
switch, SWITCH, NORID,
this, THIS, NORID,
throw, THROW, NORID,
-template, TEMPLATE, NORID,
+template, TEMPLATE, RID_TEMPLATE,
try, TRY, NORID,
typedef, SCSPEC, RID_TYPEDEF,
typeof, TYPEOF, NORID,
OpenPOWER on IntegriCloud