http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57002
Bug #: 57002
Summary: ARM back end has extra entries in attribute interrupt
array.
Classification: Unclassified
Product: gcc
Version: unknown
Status: UNCONF
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57002
--- Comment #1 from Bill Pringlemeir 2013-04-18
22:40:40 UTC ---
static const isr_attribute_arg isr_attribute_args [] =
{
{ "IRQ", ARM_FT_ISR },
{ "irq", ARM_FT_ISR },
{ "FIQ", ARM_FT_FIQ },
{ "fiq", ARM_FT_FIQ },
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11824
Bill Pringlemeir changed:
What|Removed |Added
CC||bpringlemeir at gmail dot
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17838
Bill Pringlemeir changed:
What|Removed |Added
CC||bpringlemeir at gmail dot
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60172
Bill Pringlemeir changed:
What|Removed |Added
CC||bpringlemeir at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60172
--- Comment #23 from Bill Pringlemeir ---
(In reply to Bill Pringlemeir from comment #22)
> The good ARM assembler uses the 'mla' instruction which is a 'multiply and
> accumulate'. Since this is not recognized, the multiply result needs a
> tem
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47527
Bill Pringlemeir changed:
What|Removed |Added
CC||bpringlemeir at gmail dot
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47527
--- Comment #7 from Bill Pringlemeir 2011-04-14
17:37:27 UTC ---
After applying the patch, the tmp.c files builds without issues.
#include
int main(void) { return 0; }
$ arm-none-linux-gnueabi-gcc -flto -o tmp.x
tmp.c
It seems to be the same
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41159
Bill Pringlemeir changed:
What|Removed |Added
CC||bpringlemeir at gmail dot
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41159
--- Comment #10 from Bill Pringlemeir
2011-04-14 22:00:18 UTC ---
(In reply to comment #9)
> .. I am not use to passing the linker options
err ... optimization options.
10 matches
Mail list logo