: 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
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.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52305
Pitchumani changed:
What|Removed |Added
CC||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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56164
Pitchumani changed:
What|Removed |Added
CC||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__