[Bug middle-end/50199] [5/6/7 Regression] wrong code with -flto -fno-merge-constants

2017-01-11 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50199 --- Comment #28 from Jakub Jelinek --- Author: jakub Date: Wed Jan 11 08:40:59 2017 New Revision: 244304 URL: https://gcc.gnu.org/viewcvs?rev=244304=gcc=rev Log: PR middle-end/50199 * lto-lang.c (lto_post_options): Force

[Bug middle-end/50199] [5/6/7 Regression] wrong code with -flto -fno-merge-constants

2017-01-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50199 --- Comment #27 from Richard Biener --- works for me

[Bug middle-end/50199] [5/6/7 Regression] wrong code with -flto -fno-merge-constants

2017-01-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50199 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug middle-end/50199] [5/6/7 Regression] wrong code with -flto -fno-merge-constants

2017-01-10 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50199 --- Comment #25 from rguenther at suse dot de --- On Tue, 10 Jan 2017, jakub at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50199 > > --- Comment #24 from Jakub Jelinek --- > Another option is to silently force

[Bug middle-end/50199] [5/6/7 Regression] wrong code with -flto -fno-merge-constants

2017-01-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50199 --- Comment #24 from Jakub Jelinek --- Another option is to silently force -flto-partition=none (or would -flto-partition=1to1 work too?) if !flag_merge_constants or HAVE_GAS_SHF_MERGE is not defined. Or silently turn on flag_merge_constants

[Bug middle-end/50199] [5/6/7 Regression] wrong code with -flto -fno-merge-constants

2016-08-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50199 Richard Biener changed: What|Removed |Added Target Milestone|4.9.4 |5.5 --- Comment #23 from Richard