Commit dff0e6f3 by David Edelsohn Committed by David Edelsohn

enum-1.c: Add -fno-eliminate-unused-debug-symbols on AIX.

        * gcc.dg/debug/enum-1.c: Add -fno-eliminate-unused-debug-symbols
        on AIX.
        * g++.dg/debug/enum-1.C: Same.

From-SVN: r271873
parent 511ed59d
2019-06-03 David Edelsohn <dje.gcc@gmail.com>
* gcc.dg/debug/enum-1.c: Add -fno-eliminate-unused-debug-symbols
on AIX.
* g++.dg/debug/enum-1.C: Same.
2019-06-03 Wilco Dijkstra <wdijkstr@arm.com> 2019-06-03 Wilco Dijkstra <wdijkstr@arm.com>
PR middle-end/64242 PR middle-end/64242
......
/* Verify that used enums are output. */ /* Verify that used enums are output. */
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-additional-options "-fno-eliminate-unused-debug-symbols" { target powerpc-ibm-aix* } } */
/* { dg-final { scan-assembler "JTI_MAX" } } */ /* { dg-final { scan-assembler "JTI_MAX" } } */
int var; int var;
......
/* Verify that used enums are output. */ /* Verify that used enums are output. */
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-additional-options "-fno-eliminate-unused-debug-symbols" { target powerpc-ibm-aix* } } */
/* { dg-final { scan-assembler "JTI_MAX" } } */ /* { dg-final { scan-assembler "JTI_MAX" } } */
int var; int var;
......
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