-
- Downloads
msp430.c (msp430_attr): Warn when the critical and interrupt function attributes are used together.
2018-12-29 Jozef Lawrynowicz <jozef.l@mittosystems.com> gcc/ChangeLog: * config/msp430/msp430.c (msp430_attr): Warn when the critical and interrupt function attributes are used together. * gcc/doc/extend.texi: Update documentation on the critical attribute. gcc/testsuite/ChangeLog: * gcc.target/msp430/critical-interrupt.c: New test. From-SVN: r267467
Showing
- gcc/ChangeLog 8 additions, 2 deletionsgcc/ChangeLog
- gcc/config/msp430/msp430.c 9 additions, 0 deletionsgcc/config/msp430/msp430.c
- gcc/doc/extend.texi 6 additions, 2 deletionsgcc/doc/extend.texi
- gcc/testsuite/ChangeLog 4 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gcc.target/msp430/critical-interrupt.c 12 additions, 0 deletionsgcc/testsuite/gcc.target/msp430/critical-interrupt.c
Loading
Please register or sign in to comment