[Bug target/64011] Fail to compile pr48335-2.c on big-endian where bit insert instruction supported

2024-03-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64011 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |5.0

[Bug target/64011] Fail to compile pr48335-2.c on big-endian where bit insert instruction supported

2015-02-09 Thread collison at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64011 --- Comment #5 from collison at gcc dot gnu.org --- Author: collison Date: Tue Feb 10 07:31:25 2015 New Revision: 220568 URL: https://gcc.gnu.org/viewcvs?rev=220568root=gccview=rev Log: 2015-02-10 Michael Collison michael.colli...@linaro.org

[Bug target/64011] Fail to compile pr48335-2.c on big-endian where bit insert instruction supported

2015-01-16 Thread jiwang at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64011 --- Comment #3 from Jiong Wang jiwang at gcc dot gnu.org --- Author: jiwang Date: Fri Jan 16 10:14:51 2015 New Revision: 219717 URL: https://gcc.gnu.org/viewcvs?rev=219717root=gccview=rev Log: [Patch] Warn and truncate bitsize when partial

[Bug target/64011] Fail to compile pr48335-2.c on big-endian where bit insert instruction supported

2015-01-16 Thread jiwang at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64011 Jiong Wang jiwang at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug target/64011] Fail to compile pr48335-2.c on big-endian where bit insert instruction supported

2014-12-18 Thread jiwang at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64011 --- Comment #2 from Jiong Wang jiwang at gcc dot gnu.org --- the problem is we do overflow checking at the start of store_bit_field_1, but that only check the situation where the field lies completely outside the register, while there do have