TODO: Add two issues.
This commit is contained in:
		
							parent
							
								
									b4125ba0c1
								
							
						
					
					
						commit
						68ce8639bb
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		
							
								
								
									
										2
									
								
								TODO
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								TODO
									
										
									
									
									
								
							| 
						 | 
					@ -31,6 +31,7 @@ Bugs:
 | 
				
			||||||
- make libtcc fully reentrant (except for the compilation stage itself).
 | 
					- make libtcc fully reentrant (except for the compilation stage itself).
 | 
				
			||||||
- struct/union/enum definitions in nested scopes (see also Debian bug #770657)
 | 
					- struct/union/enum definitions in nested scopes (see also Debian bug #770657)
 | 
				
			||||||
- __STDC_IEC_559__: float f(void) { static float x = 0.0 / 0.0; return x; }
 | 
					- __STDC_IEC_559__: float f(void) { static float x = 0.0 / 0.0; return x; }
 | 
				
			||||||
 | 
					- preprocessor: #define Y(x) Z(x) {newline} #define X Y {newline} X(X(1))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Portability:
 | 
					Portability:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -93,6 +94,7 @@ Not critical:
 | 
				
			||||||
- handle void (__attribute__() *ptr)()
 | 
					- handle void (__attribute__() *ptr)()
 | 
				
			||||||
- VLAs are implemented in a way that is not compatible with signals:
 | 
					- VLAs are implemented in a way that is not compatible with signals:
 | 
				
			||||||
  http://lists.gnu.org/archive/html/tinycc-devel/2015-11/msg00018.html
 | 
					  http://lists.gnu.org/archive/html/tinycc-devel/2015-11/msg00018.html
 | 
				
			||||||
 | 
					- output with -E should include spaces: #define n 0xe {newline} n+1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Fixed (probably):
 | 
					Fixed (probably):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue