https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96475
Dimitar Dimitrov changed:
What|Removed |Added
CC||dinuxbg at gmail dot com
--- Comment
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.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52813
Dimitar Dimitrov changed:
What|Removed |Added
CC||dinuxbg at gmail dot com
--- Comment
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88609
Dimitar Dimitrov changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88753
Dimitar Dimitrov changed:
What|Removed |Added
CC||dinuxbg at gmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88966
Dimitar Dimitrov changed:
What|Removed |Added
CC||dinuxbg at gmail dot com
--- Comment
: 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
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
: 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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64430
Dimitar Dimitrov changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
12 matches
Mail list logo