This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/17655] g++ getting SEGFAULT compilling the code with HUGE_VAL comparasions


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-24 15:50 -------
You cannot do this:
extern "C" {
#include <math.h>
};

But we should not seg fault because of that.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17655


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]