[OB,gdb/testsuite] Make noclone conditional in vla-optimized-out.c

Message ID 20180726083405.sjyitxoowte6cx4l@delia
State New, archived
Headers

Commit Message

Tom de Vries July 26, 2018, 8:34 a.m. UTC
  On Wed, Jul 25, 2018 at 01:18:43PM -0600, Tom Tromey wrote:
> >>>>> "Tom" == Tom de Vries <tdevries@suse.de> writes:
> 
> Tom> Hi,
> Tom> Make the noclone attribute on f1 in vla-optimized-out.c conditional.  This
> Tom> makes the test-case by default identical to
> Tom> gcc/testsuite/gcc.dg/guality/vla-1.c.
> 
> Tom> Tested on x86_64-linux.
> 
> Tom> OK for trunk?
> 
> I think this was included in a different patch of yours?

Right, in "[gdb/exp] Fix exception when printing optimized out vla".

> Anyway, it is ok, thank you.
> 
> It seems like it would be good to mention the GCC file in one of these
> files.  If you want to add a comment to that effect, it is pre-approved.
> 

Committed as below.

Thanks,
- Tom

2018-07-26  Tom de Vries  <tdevries@suse.de>

	* gdb.base/vla-optimized-out.c: Add comment about origin of test-case.

[gdb/testsuite] Add comment in gdb.base/vla-optimized-out.c

---
 gdb/testsuite/gdb.base/vla-optimized-out.c | 3 +++
 1 file changed, 3 insertions(+)
  

Patch

diff --git a/gdb/testsuite/gdb.base/vla-optimized-out.c b/gdb/testsuite/gdb.base/vla-optimized-out.c
index ec0a6fdd80..72dfe99d3d 100644
--- a/gdb/testsuite/gdb.base/vla-optimized-out.c
+++ b/gdb/testsuite/gdb.base/vla-optimized-out.c
@@ -15,6 +15,9 @@ 
    You should have received a copy of the GNU General Public License
    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
 #ifdef NOCLONE
 __attribute__((noinline, noclone))