Commit 96d8abf5 by David Edelsohn Committed by David Edelsohn

* gcc.dg/pr70859-2.c: Define _ISOC99_SOURCE on AIX.

From-SVN: r243828
parent 0a565f38
2016-12-20 David Edelsohn <dje.gcc@gmail.com>
* gcc.dg/tls/alias-1.c: dg-add-options tls.
* gcc.dg/pr70859-2.c: Define _ISOC99_SOURCE on AIX.
2016-12-20 Andre Vieira <andre.simoesdiasvieira@arm.com>
......
/* PR c/70859 */
/* { dg-do compile } */
#ifdef _AIX
#define _ISOC99_SOURCE
#endif
#include <stdint.h>
#define MAX __SIZE_MAX__
#define MAX2 SIZE_MAX
......
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