[Bug c/100150] ice in bp_unpack_string

2021-08-16 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100150 --- Comment #20 from Martin Liška --- (In reply to Andrew Macleod from comment #19) > So what kinds of changes trigger this? That patch added a new --param > option. > Will this happen every time a --param option is added? > > what about chang

[Bug c/100150] ice in bp_unpack_string

2021-08-16 Thread amacleod at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100150 --- Comment #19 from Andrew Macleod --- So what kinds of changes trigger this? That patch added a new --param option. Will this happen every time a --param option is added? what about changing a param option? because I am about to tweak the op

[Bug c/100150] ice in bp_unpack_string

2021-08-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100150 --- Comment #18 from CVS Commits --- The releases/gcc-11 branch has been updated by Martin Liska : https://gcc.gnu.org/g:dce5367eecfb0729cad0325240d614721afb39e3 commit r11-8867-gdce5367eecfb0729cad0325240d614721afb39e3 Author: Martin Liska D

[Bug c/100150] ice in bp_unpack_string

2021-08-10 Thread rguenther at suse dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100150 --- Comment #17 from rguenther at suse dot de --- On Tue, 10 Aug 2021, marxin at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100150 > > Martin Liška changed: > >What|Removed |Adde

[Bug c/100150] ice in bp_unpack_string

2021-08-10 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100150 Martin Liška changed: What|Removed |Added CC||amacleod at redhat dot com --- Comment #

[Bug c/100150] ice in bp_unpack_string

2021-08-10 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100150 Martin Liška changed: What|Removed |Added CC||hubicka at gcc dot gnu.org,

[Bug c/100150] ice in bp_unpack_string

2021-08-10 Thread krzysztof.a.nowicki+gcc at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100150 Krzysztof Nowicki changed: What|Removed |Added CC||krzysztof.a.nowicki+gcc@gma

[Bug c/100150] ice in bp_unpack_string

2021-04-21 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100150 David Binderman changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c/100150] ice in bp_unpack_string

2021-04-20 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100150 --- Comment #12 from Martin Liška --- (In reply to David Binderman from comment #9) > From a different fedora package build, I have a much simpler test case: > > $ /home/dcb/gcc/results/bin/gcc grtter.o gruser.o > > Two object modules

[Bug c/100150] ice in bp_unpack_string

2021-04-20 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100150 --- Comment #11 from David Binderman --- Created attachment 50642 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50642&action=edit x86_64 object module gruser.o

[Bug c/100150] ice in bp_unpack_string

2021-04-20 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100150 --- Comment #10 from David Binderman --- Created attachment 50641 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50641&action=edit x86_64 object module grtter.o

[Bug c/100150] ice in bp_unpack_string

2021-04-20 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100150 --- Comment #9 from David Binderman --- >From a different fedora package build, I have a much simpler test case: $ /home/dcb/gcc/results/bin/gcc grtter.o gruser.o Two object modules attached.

[Bug c/100150] ice in bp_unpack_string

2021-04-20 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100150 --- Comment #8 from David Binderman --- (In reply to Martin Liška from comment #7) > How is libtolua++-5.3.so built? $ gcc -o lib/libtolua++-5.3.so -Wl,-soname,libtolua++-5.3.so -shared src/lib/tolua_event.os src/lib/tolua_is.os src/lib/tolu

[Bug c/100150] ice in bp_unpack_string

2021-04-20 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100150 --- Comment #7 from Martin Liška --- I cannot reproduce it without lib/libtolua++-5.3.so. How is libtolua++-5.3.so built?

[Bug c/100150] ice in bp_unpack_string

2021-04-20 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100150 --- Comment #6 from David Binderman --- The command line seems to be: gcc -o src/bin/tolua.o -c -g -O3 -funroll-all-loops -freport-bug -flto=auto -ffat-lto-objects -fexceptions -pipe -Wall -Werror=format-security -fstack-protector-strong -fasy

[Bug c/100150] ice in bp_unpack_string

2021-04-20 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100150 --- Comment #5 from Martin Liška --- and the command line please?

[Bug c/100150] ice in bp_unpack_string

2021-04-20 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100150 --- Comment #4 from David Binderman --- Created attachment 50635 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50635&action=edit preprocessed C source code file

[Bug c/100150] ice in bp_unpack_string

2021-04-20 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100150 Martin Liška changed: What|Removed |Added Ever confirmed|0 |1 CC|

[Bug c/100150] ice in bp_unpack_string

2021-04-20 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100150 --- Comment #2 from David Binderman --- Starting git bisect ...

[Bug c/100150] ice in bp_unpack_string

2021-04-20 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100150 --- Comment #1 from David Binderman --- Created attachment 50634 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50634&action=edit x86_64 object module