mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 03:44:55 +00:00 
			
		
		
		
	bpo-40096: Support __attribute__((__noreturn__)) on xlc (GH-19204)
This commit is contained in:
		
							parent
							
								
									016bdd519d
								
							
						
					
					
						commit
						0003c2dc1d
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -832,6 +832,7 @@ extern _invalid_parameter_handler _Py_silent_invalid_parameter_handler;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   PyAPI_FUNC(void) _Py_NO_RETURN PyThread_exit_thread(void); */
 | 
					   PyAPI_FUNC(void) _Py_NO_RETURN PyThread_exit_thread(void); */
 | 
				
			||||||
#if defined(__clang__) || \
 | 
					#if defined(__clang__) || \
 | 
				
			||||||
 | 
					    defined(__xlc__) || \
 | 
				
			||||||
    (defined(__GNUC__) && \
 | 
					    (defined(__GNUC__) && \
 | 
				
			||||||
     ((__GNUC__ >= 3) || \
 | 
					     ((__GNUC__ >= 3) || \
 | 
				
			||||||
      (__GNUC__ == 2) && (__GNUC_MINOR__ >= 5)))
 | 
					      (__GNUC__ == 2) && (__GNUC_MINOR__ >= 5)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue