diff options
Diffstat (limited to 'gdb/m2-exp.y')
-rw-r--r-- | gdb/m2-exp.y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/m2-exp.y b/gdb/m2-exp.y index 8a7dbba..449b13f 100644 --- a/gdb/m2-exp.y +++ b/gdb/m2-exp.y @@ -617,6 +617,7 @@ variable: NAME case LOC_LABEL: /* maybe should go above? */ case LOC_BLOCK: case LOC_CONST_BYTES: + case LOC_OPTIMIZED_OUT: /* These are listed so gcc -Wall will reveal un-handled cases. */ break; |