r240005 - in /trunk/gcc/testsuite: ChangeLog gc...
saaadhu@gcc.gnu.org
saaadhu@gcc.gnu.org
Tue Sep 6 12:02:00 GMT 2016
Author: saaadhu
Date: Tue Sep 6 12:02:23 2016
New Revision: 240005
URL: https://gcc.gnu.org/viewcvs?rev=240005&root=gcc&view=rev
Log:
Skip Wno-frame-address test for avr
The avr backend supports __builtin_return_address only for the current
stack frame. The test expects it to work for caller frames as well and
therefore fails for avr.
Add avr to the list of targets already excluded with dg-skip-if.
gcc/testsuite/ChangeLog:
2016-09-06 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
* gcc.dg/Wno-frame-address.c: Skip for avr-*-*.
Modified:
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gcc.dg/Wno-frame-address.c
More information about the Gcc-cvs
mailing list