[Bug tree-optimization/88739] [7 Regression] Big-endian union bug

2023-05-03 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88739 --- Comment #67 from CVS Commits --- The releases/gcc-10 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:0200ac49e6281fd86ad391b539a4f564ca44e397 commit r10-11364-g0200ac49e6281fd86ad391b539a4f564ca44e397 Author: Andrew Pinski

[Bug tree-optimization/88739] [7 Regression] Big-endian union bug

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88739 --- Comment #66 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:d87adfe1a6455025eb3ae787a6da245a62cdb446 commit r11-10710-gd87adfe1a6455025eb3ae787a6da245a62cdb446 Author: Andrew Pinski

[Bug tree-optimization/88739] [7 Regression] Big-endian union bug

2023-02-10 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88739 --- Comment #65 from CVS Commits --- The releases/gcc-12 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:a5453c659bce698d80f5aebdab5ab0eba39b1ed6 commit r12-9153-ga5453c659bce698d80f5aebdab5ab0eba39b1ed6 Author: Andrew Pinski

[Bug tree-optimization/88739] [7 Regression] Big-endian union bug

2023-02-09 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88739 --- Comment #64 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:44f308e59bfa0f93ae05b17e257d8563c12399fd commit r13-5757-g44f308e59bfa0f93ae05b17e257d8563c12399fd Author: Andrew Pinski Date:

[Bug tree-optimization/88739] [7 Regression] Big-endian union bug

2019-12-16 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88739 --- Comment #63 from Andrew Pinski --- Note match.pd has a similar bug. Here is the patch which fixes it: diff --git a/gcc/match.pd b/gcc/match.pd index 92b93b0..8607abe 100644 --- a/gcc/match.pd +++ b/gcc/match.pd @@ -5676,16 +5676,18 @@

[Bug tree-optimization/88739] [7 Regression] Big-endian union bug

2019-03-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88739 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug tree-optimization/88739] [7 Regression] Big-endian union bug

2019-03-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88739 --- Comment #61 from Richard Biener --- Author: rguenth Date: Tue Mar 26 13:18:23 2019 New Revision: 269942 URL: https://gcc.gnu.org/viewcvs?rev=269942=gcc=rev Log: 2019-02-26 Richard Biener Backport from mainline 2019-02-12

[Bug tree-optimization/88739] [7 Regression] Big-endian union bug

2019-03-26 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88739 --- Comment #60 from rguenther at suse dot de --- On Tue, 26 Mar 2019, dongjianqiang2 at huawei dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88739 > > --- Comment #59 from John Dong --- > (In reply to John Dong from comment

[Bug tree-optimization/88739] [7 Regression] Big-endian union bug

2019-03-26 Thread dongjianqiang2 at huawei dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88739 --- Comment #59 from John Dong --- (In reply to John Dong from comment #58) > Created attachment 46022 [details] > fix the union bug on 7.3.0 hi, I tried to fix the bug when expanding. is it OK?

[Bug tree-optimization/88739] [7 Regression] Big-endian union bug

2019-03-26 Thread dongjianqiang2 at huawei dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88739 --- Comment #58 from John Dong --- Created attachment 46022 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46022=edit fix the union bug on 7.3.0