[Bug middle-end/29158] store merge optimization not done

2006-11-28 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-11-29 05:26 --- (In reply to comment #2) > This hits it too. (example is PowerPC) No it does not, look at the what it gives: stb 11,11(3) stb 11,0(3) sth 0,1(3) stw 9,7(3) stw 9,3(3) Reorderi

[Bug middle-end/29158] store merge optimization not done

2006-11-28 Thread acahalan at gmail dot com
--- Comment #2 from acahalan at gmail dot com 2006-11-29 05:09 --- This hits it too. (example is PowerPC) /// #include char *foo(char *buf) { short temp; int temp1; *buf++=42; temp = 0xfeed; memcpy(buf, &temp, sizeof(temp)); buf+=sizeof(temp); temp1 = 0x12345

[Bug middle-end/29158] store merge optimization not done

2006-09-20 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-09-21 04:39 --- *** This bug has been marked as a duplicate of 23684 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/29158] store merge optimization not done

2006-09-20 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |enhancement http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29158