Commit 1f2a3ac3 by Martin Sebor Committed by Martin Sebor

As discussed below:

  https://gcc.gnu.org/ml/gcc-patches/2019-08/msg00517.html

gcc/testsuite/ChangeLog:
	* gcc.dg/struct-ret-1.c: Enable on all targets.

From-SVN: r274579
parent d83a4cf1
2019-08-16 Martin Sebor <msebor@redhat.com>
* gcc.dg/struct-ret-1.c: Enable on all targets.
2019-08-16 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/opt81.ad[sb]: New test.
......
/* { dg-do run { target hppa*-*-* } } */
/* { dg-options { -O2 } { target hppa*-*-* } } */
/* { dg-do run } */
/* { dg-options { -O2 } } */
extern void abort (void);
extern void exit (int);
typedef struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment