Commit 0f0d4bfe by Jakub Jelinek Committed by Jakub Jelinek

re PR preprocessor/60400 (ICE with trigraphs)

	PR preprocessor/60400
	* c-c++-common/cpp/pr60400.c: New test.
	* c-c++-common/cpp/pr60400-1.h: New file.
	* c-c++-common/cpp/pr60400-2.h: New file.

From-SVN: r208272
parent abffd857
2014-03-03 Jakub Jelinek <jakub@redhat.com>
PR preprocessor/60400
* c-c++-common/cpp/pr60400.c: New test.
* c-c++-common/cpp/pr60400-1.h: New file.
* c-c++-common/cpp/pr60400-2.h: New file.
PR objc++/60398
* obj-c++.dg/invalid-method-2.mm: Adjust dg-error regexps.
......
??=ifndef PR60400_1_H
??=define PR60400_1_H
??=endif
??=ifndef PR60400_2_H
??=define PR60400_2_H
??=include "pr60400-1.h"
??=endif
/* PR preprocessor/60400 */
/* { dg-do compile } */
/* { dg-options "-trigraphs -Wtrigraphs" } */
??=include "pr60400-1.h"
??=include "pr60400-2.h"
/* { dg-warning "trigraph" "" { target *-*-* } 1 } */
/* { dg-warning "trigraph" "" { target *-*-* } 2 } */
/* { dg-warning "trigraph" "" { target *-*-* } 3 } */
/* { dg-warning "trigraph" "" { target *-*-* } 4 } */
/* { dg-warning "trigraph" "" { target *-*-* } 5 } */
/* { dg-warning "trigraph" "" { target *-*-* } 6 } */
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