Commit 0e075835 by David Edelsohn Committed by David Edelsohn

* g++.dg/pr78112.C: XFAIL AIX.

From-SVN: r242342
parent 5485c818
2016-11-12 David Edelsohn <dje.gcc@gmail.com>
* g++.dg/pr78112.C: XFAIL AIX.
2016-11-12 Janus Weil <janus@gcc.gnu.org>
PR fortran/77501
......
/* { dg-do compile } */
/* { dg-options "-g -dA -std=gnu++11" } */
/* { dg-final { scan-assembler-times DW_AT_inline 6 } } */
/* { dg-final { scan-assembler-times DW_AT_object_pointer 37 } } */
/* { dg-final { scan-assembler-times DW_AT_inline 6 { xfail *-*-aix* } } } */
/* { dg-final { scan-assembler-times DW_AT_object_pointer 37 { xfail *-*-aix* } } } */
namespace std
{
template <typename _Tp> struct integral_constant
......
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