[Bug c++/61971] array subscript is above array bounds [-Werror=array-bounds]

2014-12-08 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61971 Ville Voutilainen changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/61971] array subscript is above array bounds [-Werror=array-bounds]

2014-11-12 Thread kaijun at seed dot net.tw
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61971 --- Comment #3 from kaijun --- In Arch Linux & use [gcc 4.9.2] The same problem happened again. //This bug could be reproduced as following code on gcc 4.9.2 // g++ -Werror -Wall -O2 t.cpp -o t class B { public: virtual ~B(){}; }; class A {

[Bug c++/61971] array subscript is above array bounds [-Werror=array-bounds]

2014-07-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61971 --- Comment #2 from Andrew Pinski --- *** Bug 61970 has been marked as a duplicate of this bug. ***

[Bug c++/61971] array subscript is above array bounds [-Werror=array-bounds]

2014-07-30 Thread kaijun at seed dot net.tw
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61971 --- Comment #1 from kaijun --- $ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/m