Files correlati : Commento : Aggiunto il preprocessore c++ mcpp per sostituire il compilatore nella compilazione delle maschere.
		
			
				
	
	
		
			14 lines
		
	
	
		
			565 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			565 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* n_3_4.c: Handling of comment and <backslash><newline>.   */
 | |
| 
 | |
| /* 3.4: Comment and <backslash><newline> in #error line.    */
 | |
| #error  Message of first physical line. \
 | |
|     Message of second physical and first logical line.  /*
 | |
|     this comment splices the lines
 | |
|     */  Message of forth physical and third logical line.
 | |
| 
 | |
| /* { dg-do preprocess }
 | |
|    { dg-options "-ansi -w" }
 | |
|    { dg-error "Message of first physical line\. *Message of second physical and first logical line\. *Message of forth physical and third logical line\." "n_3_4.c" { target *-*-* } 0 }
 | |
|  */
 | |
| 
 |