Opened 7 years ago

Closed 7 years ago

#11565 closed Bugs (fixed)

Compilation error with gcc 5.2 and segmented stacks

Reported by: Philipp Koegel <philippkoegel@…> Owned by: olli
Milestone: To Be Determined Component: context
Version: Boost Release Branch Severity: Problem
Keywords: Cc:

Description

When using gcc 5.2 with BOOST_USE_SEGMENTED_STACKS defined I get an compilation error in detail/config.hpp, saying my compiler doesn't support segmented stacks even though it does.

The culprit is this check in detail/config.hpp:53: 'GNUC > 3 && GNUC_MINOR > 6' which obviously fails with version 5.2.

Attachments (1)

patch.diff (545 bytes ) - added by Philipp Koegel <philippkoegel@…> 7 years ago.

Download all attachments as: .zip

Change History (2)

by Philipp Koegel <philippkoegel@…>, 7 years ago

Attachment: patch.diff added

comment:1 by olli, 7 years ago

Resolution: fixed
Status: newclosed

fixed, thx

Note: See TracTickets for help on using tickets.