[Bug c/66090] Wrong loop code generation with -O2 on ARM

2015-06-02 Thread wad at infinet dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66090 --- Comment #10 from Andrew --- (In reply to Christian Prochaska from comment #0) > test.c: > > void func() > { > unsigned int i; > > unsigned int *ptr = (unsigned int*)0xf000; > > for (i = 0; i < 1024; i++) > *(ptr++)

[Bug c/66090] Wrong loop code generation with -O2 on ARM

2015-06-02 Thread wad at infinet dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66090 Andrew changed: What|Removed |Added CC||wad at infinet dot ru --- Comment #7 from

[Bug target/59593] [arm big-endian] using "ldrh" access a immediate which stored in a memory by word

2015-06-01 Thread wad at infinet dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59593 Andrew changed: What|Removed |Added CC||wad at infinet dot ru --- Comment #10 from

[Bug c++/31783] New: [4.1.2, 4.1.1] bogus "control reaches end of non-void function" warning

2007-05-01 Thread wad at infinet dot ru
c Version: 4.1.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: wad at infinet dot ru http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31783