[Bug target/80993] [msp430] __attribute__((interrupt)) should imply __attribute__((used))

2017-09-13 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80993

--- Comment #4 from Aldy Hernandez  ---
Author: aldyh
Date: Wed Sep 13 17:35:39 2017
New Revision: 252603

URL: https://gcc.gnu.org/viewcvs?rev=252603=gcc=rev
Log:
PR target/80993
* gcc/config/msp430/msp430.c (msp430_attr): Mark interrupt
handlers as used.

Added:
branches/range-gen2/gcc/testsuite/gcc.target/msp430/pr80993.c
Modified:
branches/range-gen2/gcc/ChangeLog
branches/range-gen2/gcc/config/msp430/msp430.c

[Bug target/80993] [msp430] __attribute__((interrupt)) should imply __attribute__((used))

2017-08-29 Thread nickc at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80993

Nick Clifton  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||nickc at gcc dot gnu.org
 Resolution|--- |FIXED

--- Comment #3 from Nick Clifton  ---
Patch applied.

[Bug target/80993] [msp430] __attribute__((interrupt)) should imply __attribute__((used))

2017-08-29 Thread nickc at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80993

--- Comment #2 from Nick Clifton  ---
Author: nickc
Date: Tue Aug 29 13:20:54 2017
New Revision: 251410

URL: https://gcc.gnu.org/viewcvs?rev=251410=gcc=rev
Log:
PR target/80993
* gcc/config/msp430/msp430.c (msp430_attr): Mark interrupt
handlers as used.

Added:
trunk/gcc/testsuite/gcc.target/msp430/pr80993.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/msp430/msp430.c

[Bug target/80993] [msp430] __attribute__((interrupt)) should imply __attribute__((used))

2017-08-24 Thread jozef.l at somniumtech dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80993

Jozef Lawrynowicz  changed:

   What|Removed |Added

 CC||jozef.l at somniumtech dot com

--- Comment #1 from Jozef Lawrynowicz  ---
Patch submitted: https://gcc.gnu.org/ml/gcc-patches/2017-08/msg01426.html