~ubuntu-branches/ubuntu/edgy/mcpp/edgy

« back to all changes in this revision

Viewing changes to cpp-test/test-t/u_1_27.c

  • Committer: Bazaar Package Importer
  • Author(s): NIIBE Yutaka
  • Date: 2004-10-23 23:18:57 UTC
  • Revision ID: james.westby@ubuntu.com-20041023231857-93z8ff2dgp7m7dpy
Tags: upstream-2.4.1
ImportĀ upstreamĀ versionĀ 2.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* u_1_27.c:   Pseudo-directive-line.   */
 
2
 
 
3
/* { dg-do preprocess } */
 
4
 
 
5
/* u.1.27:  Unknown preprocessing directive (other than #pragma).   */
 
6
#ifdefined MACRO    /* { dg-error "invalid preprocessing directive| Unknown #directive" } */
 
7
/* The second error.    */
 
8
#endif  /* { dg-error "#endif without #if| unbalanced `#endif'| Not in a #if \\(#ifdef\\) section" } */
 
9