https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115712

--- Comment #3 from Sam James <sjames at gcc dot gnu.org> ---
In cgraph:
```
@@ -1222,16 +1222,7 @@ _ZdaPv/82 (void operator delete [](void*))
   Referring:
   Availability: not_available
   Function flags: replaceable_operator_delete
-  Called by: main/76 (1073312328 (estimated locally),1.00 per call) main/76
(1073741824 (estimated locally),1.00 per call)
-  Calls:
-_Znam/81 (void* operator new [](std::size_t))
-  Type: function
-  Visibility: semantic_interposition external public visibility_specified
-  References:
-  Referring:
-  Availability: not_available
-  Function flags: decl_is_malloc replaceable_operator_new
-  Called by: main/76 (1073741824 (estimated locally),1.00 per call) (can throw
external)
+  Called by: main/76 (1073312328 (estimated locally),1.00 per call)
[...]
```

Reply via email to