diff options
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r-- | gcc/dbxout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c index a314e7b4430..bce57036bcc 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -1867,6 +1867,7 @@ dbxout_type (tree type, int full) { case VOID_TYPE: case LANG_TYPE: + case NULLPTR_TYPE: /* For a void type, just define it as itself; i.e., "5=5". This makes us consider it defined without saying what it is. The debugger will make it |