Bug #1826
closedgcc 4.8 segfaults during build
0%
Description
Building either 3.3.0 or git master HEAD I get this: http://pastie.org/7383158
I'm using gcc 4.8 from Arch repos. The relevant cmake switch to make the compiler segfault during build is -DINSTALL_EXAMPLES=ON. Without examples it works fine.
Is this actually a compiler bug? Since it's a segfault, I'll guess so.
Updated by Sven-Hendrik Haase over 11 years ago
It compiles using clang 3.2. Seems like this really is a compiler bug in gcc 4.8 then, huh?
Updated by Wim Dumon over 11 years ago
A segfaulting compiler is indeed a compiler bug. It looks like one of the examples fails. A bug report on gcc is probably appropriate, but if you know a work-around we could include that in Wt.
BR,
Wim.
Updated by Sven-Hendrik Haase over 11 years ago
This looks like the relevant bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56692
So it's fixed in gcc 4.8.1. Probably just close this bug then.
Updated by Wim Dumon over 11 years ago
- Status changed from New to Closed
Thank you for looking this up.