summaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
diff options
context:
space:
mode:
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2013-11-21 14:26:12 +0000
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2013-11-21 14:26:12 +0000
commit3794d2f9c42acb8b9dcf036785e1e4a68b447b1d (patch)
treec008138542a2f30e26b4205a1f6f63e9e94368f0 /gcc/dbxout.c
parent677f8c6b8258c0b4c121f515063e8fab4ffa9c4a (diff)
parent7f8a3f4983825df08d845b7093beb81ecd7bb320 (diff)
downloadgcc-3794d2f9c42acb8b9dcf036785e1e4a68b447b1d.tar.gz
Merge with trunk.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/wide-int@205218 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r--gcc/dbxout.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c
index 5da1e0d0e8a..bbd8be07eac 100644
--- a/gcc/dbxout.c
+++ b/gcc/dbxout.c
@@ -2315,6 +2315,10 @@ dbxout_type (tree type, int full)
dbxout_type (TREE_TYPE (type), 0);
break;
+ case POINTER_BOUNDS_TYPE:
+ /* No debug info for pointer bounds type supported yet. */
+ break;
+
default:
gcc_unreachable ();
}