[Bug rtl-optimization/96475] direct threaded interpreter with computed gotos generates suboptimal dispatch loop

2020-09-12 Thread dinuxbg at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96475 Dimitar Dimitrov changed: What|Removed |Added CC||dinuxbg at gmail dot com --- Comment

[Bug rtl-optimization/96475] direct threaded interpreter with computed gotos generates suboptimal dispatch loop

2020-09-14 Thread dinuxbg at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96475 --- Comment #23 from Dimitar Dimitrov --- (In reply to Segher Boessenkool from comment #20) > Could you guys please test the attached patch? Thanks in advance! Yes, it fixed all new regressions for pru-elf. Thanks.

[Bug inline-asm/52813] %rsp in clobber list is silently ignored

2018-12-09 Thread dinuxbg at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52813 Dimitar Dimitrov changed: What|Removed |Added CC||dinuxbg at gmail dot com --- Comment

[Bug target/88609] New: [avr] ice: insn does not satisfy its constraints while building libgcc

2018-12-27 Thread dinuxbg at gmail dot com
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: dinuxbg at gmail dot com CC: avr at gjlay dot de, chertykov at gmail dot com Target Milestone: --- Host: x86_64 Target: avr

[Bug target/88609] [avr] ice: insn does not satisfy its constraints while building libgcc

2019-01-02 Thread dinuxbg at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88609 --- Comment #1 from Dimitar Dimitrov --- Note that this build error depends on the host compiler used to build the avr toolchain. I can build successfully with host: gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516 Build fails with host top-of-tree

[Bug target/88609] [avr] ice: insn does not satisfy its constraints while building libgcc

2019-01-21 Thread dinuxbg at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88609 Dimitar Dimitrov changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/88753] [9 Regression] Wrong code since r265463 in tree switch conversion

2019-01-21 Thread dinuxbg at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88753 Dimitar Dimitrov changed: What|Removed |Added CC||dinuxbg at gmail dot com --- Comment

[Bug c/88966] Indirect stringification of "linux" produces "1"

2019-01-21 Thread dinuxbg at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88966 Dimitar Dimitrov changed: What|Removed |Added CC||dinuxbg at gmail dot com --- Comment

[Bug target/61044] New: Computed goto on AVR fails to use word-addressing

2014-05-03 Thread dinuxbg at gmail dot com
: target Assignee: unassigned at gcc dot gnu.org Reporter: dinuxbg at gmail dot com Created attachment 32727 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32727&action=edit Failed computed goto C example The computed goto example taken straight from the GCC

[Bug target/61044] Computed goto on AVR fails to use word-addressing

2014-05-03 Thread dinuxbg at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61044 --- Comment #1 from Dimitar Dimitrov --- The unofficial PRU GCC port (https://github.com/dinuxbg/gnupru) has the same bug. I haven't tested the following patch on AVR, but a similar change seems to fix the issue for PRU: --- a/gcc/config/avr/pre

[Bug testsuite/64430] New: Out-of-bounds array access in isl-ast-gen-if-1.c

2014-12-28 Thread dinuxbg at gmail dot com
: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: dinuxbg at gmail dot com In gcc.dg/graphite/isl-ast-gen-if-1.c:13 the following line has out-of-bounds array access: a[n - i] = 1; //out-of-bounds when n=50 and i=0 Example fix: --- a/gcc/testsuite/gcc.dg

[Bug testsuite/64430] Out-of-bounds array access in isl-ast-gen-if-1.c

2015-08-31 Thread dinuxbg at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64430 Dimitar Dimitrov changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---