[Bug c/40016] regex_internal.h:185: error: integer overflow in preprocessor expression

2009-05-04 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-05-04 14:23 --- Works for me. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40016

[Bug c/40016] regex_internal.h:185: error: integer overflow in preprocessor expression

2009-05-04 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2009-05-04 14:52 --- Not surprisingly when the error is during preprocessing. regex.h parted ships (why?) is broken by the #elif changes, there is: #if some_condition_that_is_true_on_sane_targets ... #elif BITSET_WORD_MAX == (0x +

[Bug c/40016] regex_internal.h:185: error: integer overflow in preprocessor expression

2009-05-04 Thread happyarch at gmail dot com
--- Comment #1 from happyarch at gmail dot com 2009-05-04 13:59 --- Created an attachment (id=17795) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17795&action=view) .i file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40016