Skip to content

Commit

Permalink
bdlmt_signaler-TC-4-extend AIX stubout to 64 bit builds (#4796)
Browse files Browse the repository at this point in the history
  • Loading branch information
lalawawa authored and GitHub Enterprise committed Jun 17, 2024
1 parent 45c229d commit 2b42b44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion groups/bdl/bdlmt/bdlmt_signaler.t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1030,12 +1030,14 @@ static void test4_signaler_connect()
}

#if defined(BDE_BUILD_TARGET_EXC)
# if defined(BSLS_PLATFORM_CMP_IBM) && defined(BSLS_PLATFORM_CPU_32_BIT)
# if defined(BSLS_PLATFORM_CMP_IBM)
const int major = (0xff00 & BSLS_PLATFORM_CMP_VERSION) >> 8;
const int minor = 0x00ff & BSLS_PLATFORM_CMP_VERSION;

const bdlt::Datetime now = bdlt::CurrentTime::local();

if (verbose) { P_(major); P(minor); }

if (major < 16 || (16 == major && minor <= 1)) {
// There is a compiler bug on Aix {DRQS 166134166<GO>} that causes the
// 'this' pointer to be corrupted when a base class d'tor is called if
Expand Down

0 comments on commit 2b42b44

Please sign in to comment.