[Bug c++/68593] New: Problem compiling random.h
c.spanakis83 at gmail dot com
gcc-bugzilla@gcc.gnu.org
Sat Nov 28 07:38:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68593
Bug ID: 68593
Summary: Problem compiling random.h
Product: gcc
Version: 4.9.2
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: c.spanakis83 at gmail dot com
Target Milestone: ---
Hello I tried to compile a c++ file using random.h and i got this message:
In file included from
/usr/lib/gcc/x86_64-pc-cygwin/4.9.2/include/c++/random:42:0,
from main.cpp:9:
/usr/lib/gcc/x86_64-pc-cygwin/4.9.2/include/c++/limits:1561:7: internal
compiler error: Segmentation fault
max() _GLIBCXX_USE_NOEXCEPT { return __FLT_MAX__; }
what could be the problem?
More information about the Gcc-bugs
mailing list