bitmap problem in gcc 4.9.2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi

While doing "make all-target-libgcc", compilation of _muldc3 (from
libgcc2.c) is throwing sigfault. It is coming at
gcc-4.9.2/gcc/bitmap.c::bitmap_set_bit() 
line no 677:   bool res = (ptr->bits[word_num] & bit_val) == 0;
Here ptr is having value 0x17 which is incorrect. And we are not able to
recognize the problem here. Plz help.

vikram



--
View this message in context: http://gcc.1065356.n5.nabble.com/bitmap-problem-in-gcc-4-9-2-tp1107114.html
Sent from the gcc - Help mailing list archive at Nabble.com.



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux