mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
[gdb/testsuite] Add comment in gdb.base/vla-optimized-out.c
2018-07-26 Tom de Vries <tdevries@suse.de> * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2018-07-26 Tom de Vries <tdevries@suse.de>
|
||||||
|
|
||||||
|
* gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
|
||||||
|
|
||||||
2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
|
2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
|
||||||
|
|
||||||
* gdb.base/maint.exp: Add check that dwarf unwinders control flag
|
* gdb.base/maint.exp: Add check that dwarf unwinders control flag
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
|
/* The version of this test-case with f1 tagged with noinline only is equivalent
|
||||||
|
to gcc/testsuite/gcc.dg/guality/vla-1.c. */
|
||||||
|
|
||||||
int
|
int
|
||||||
#ifdef NOCLONE
|
#ifdef NOCLONE
|
||||||
__attribute__((noinline, noclone))
|
__attribute__((noinline, noclone))
|
||||||
|
Reference in New Issue
Block a user