]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/dbxout.c
Merge with trunk.
[thirdparty/gcc.git] / gcc / dbxout.c
index bbd8be07eaca0a31ae739786f64254b3e1fb2901..5da1e0d0e8a732f4d648e65fa2310bcb7321a365 100644 (file)
@@ -2315,10 +2315,6 @@ 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 ();
     }