Commit b1df40cb by Richard Biener Committed by Richard Biener

re PR testsuite/57050 (FAIL: gcc.c-torture/execute/pr56982.c compilation, -O0)

2013-04-24  Richard Biener  <rguenther@suse.de>

	PR testsuite/57050
	* gcc.c-torture/execute/pr56982.c: Avoid sigjmp_buf use.

From-SVN: r198218
parent cdfacebf
2013-04-24 Richard Biener <rguenther@suse.de>
PR testsuite/57050
* gcc.c-torture/execute/pr56982.c: Avoid sigjmp_buf use.
2013-04-23 Richard Biener <rguenther@suse.de>
PR middle-end/57036
......
#include <stdlib.h>
#include <setjmp.h>
static sigjmp_buf env;
void *stderr;
extern void abort (void);
extern void exit (int);
static jmp_buf env;
void baz (void)
{
__asm__ volatile ("" : : : "memory");
......
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