[Bug c/79028] New: Un-optimal/ incorrect forward propagation

2017-01-08 Thread pitchumani.s at hotmail dot com
Assignee: unassigned at gcc dot gnu.org Reporter: pitchumani.s at hotmail dot com Target Milestone: --- test case: (options: -Os) typedef unsigned int uint8_t __attribute__((__mode__(__QI__))); typedef unsigned int uint32_t __attribute__ ((__mode__ (__SI__

[Bug target/56164] [avr] ICE: spill fail with __flash keyword

2016-06-17 Thread pitchumani.s at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56164 Pitchumani changed: What|Removed |Added CC||pitchumani.s at hotmail dot com

[Bug target/53935] [avr][c++] missing warning for non-const data in progmem

2016-06-17 Thread pitchumani.s at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53935 Pitchumani changed: What|Removed |Added CC||pitchumani.s at hotmail dot com

[Bug target/52305] [avr] ICE in avr_print_operand: unknown mode (const_double)

2016-06-17 Thread pitchumani.s at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52305 Pitchumani changed: What|Removed |Added CC||pitchumani.s at hotmail dot com

[Bug target/71103] avr-gcc crashes with unrecognizable insn error

2016-05-24 Thread pitchumani.s at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71103 --- Comment #4 from Pitchumani --- Yes, it is incomplete. These SUBREGs generated in rtl generation itself. define_insn for movqi bails out for this bug. Have to check if could be handled in define_expand of mov itself.

[Bug target/71103] New: avr-gcc crashes with unrecognizable insn error

2016-05-13 Thread pitchumani.s at hotmail dot com
: target Assignee: unassigned at gcc dot gnu.org Reporter: pitchumani.s at hotmail dot com Target Milestone: --- struct ResponseStruct{ unsigned char responseLength; char *response; }; static char response[5