Re: bitmap problem in gcc 4.9.2

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

 



On 7.1.2015 06:48, vikram1729 wrote:
> 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.

You should try run this under GDB and produce a backtrace, then fill a
bug report at https://gcc.gnu.org/bugzilla/. Or at least produce a test
case that the GCC developpers can use to reproduce this themselves.

-- 
VZ


Attachment: signature.asc
Description: OpenPGP digital signature


[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