X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fstd-operator.def;h=a5247ab940994297a374f210a893aabcc44fdb49;hb=45d735237b7edf282131d570a7a9f6aa9ee1bd9c;hp=58ef8996817feb3e60596a95659d250f8388d439;hpb=edd079d9f6ca2f9ad21322b742269aec5de61190;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/std-operator.def b/gdb/std-operator.def index 58ef899681..a5247ab940 100644 --- a/gdb/std-operator.def +++ b/gdb/std-operator.def @@ -1,6 +1,6 @@ /* Standard language operator definitions for GDB, the GNU debugger. - Copyright (C) 1986-2017 Free Software Foundation, Inc. + Copyright (C) 1986-2019 Free Software Foundation, Inc. This file is part of GDB. @@ -234,6 +234,7 @@ OP (UNOP_POSTINCREMENT) /* ++ after an expression */ OP (UNOP_PREDECREMENT) /* -- before an expression */ OP (UNOP_POSTDECREMENT) /* -- after an expression */ OP (UNOP_SIZEOF) /* Unary sizeof (followed by expression) */ +OP (UNOP_ALIGNOF) /* Unary alignof (followed by expression) */ OP (UNOP_PLUS) /* Unary plus */ @@ -298,7 +299,7 @@ OP (OP_SCOPE) p 'S:method() const'::var then the C-specific handling directly in the parser takes over (see - "block/variable productions). + block/variable productions). Also, if the whole function+var is quoted like this: