Commit 39ab19f6 by Jakub Jelinek Committed by Jakub Jelinek

20000628-1.c: New test.

	* gcc.dg/cpp/20000628-1.c: New test.
	* gcc.dg/cpp/20000628-1.h: New header for above test.
	* gcc.dg/cpp/20000628-1a.h: Likewise.

From-SVN: r34762
parent 54bef41d
2000-06-28 Jakub Jelinek <jakub@redhat.com>
* gcc.dg/cpp/20000628-1.c: New test.
* gcc.dg/cpp/20000628-1.h: New header for above test.
* gcc.dg/cpp/20000628-1a.h: Likewise.
2000-06-27 Zack Weinberg <zack@wolery.cumb.org>
* gcc.dg/cpp: New directory.
......
/* Test if #line commands are generated properly even when header
includes self. */
/* { dg-do compile } */
#include "20000628-1.h"
int main(void) { return 0; }
/* Test if #line commands are generated properly even when header
includes self. */
#include "20000628-1a.h"
#ifndef t20000628_1_h
#define t20000628_1_h 1
#include "20000628-1.h"
#include "20000628-1a.h"
#endif
/* Included from 20000628-1.h */
asm ("");
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