Skip to content

Function has token parameter but isn't an intrinsic #40056

Closed
@compnerd

Description

@compnerd
Bugzilla Link 40710
Version unspecified
OS Windows NT
CC @DougGregor,@hiraditya,@pcc,@zygoloid,@rnk,@smeenai,@vedantk

Extended Description

Reduced from ICU 61:

// RUN: %clang_cc1 -triple x86_64-pc-windows-msvc19.0.0 -emit-obj -o /dev/null -O1 -fcxx-exceptions -fexceptions %s
struct T {
  virtual ~T();
};

void f();

struct S {
  virtual ~S();
  T t_[1];
};

S::~S() { f(); }

Metadata

Metadata

Assignees

Labels

bugzillaIssues migrated from bugzillaipoInterprocedural optimizations

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions