Opened 7 years ago
Closed 7 years ago
#11565 closed Bugs (fixed)
Compilation error with gcc 5.2 and segmented stacks
| Reported by: | 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)
Change History (2)
by , 7 years ago
| Attachment: | patch.diff added |
|---|
comment:1 by , 7 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

fixed, thx