mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 09:19:39 +01:00 
			
		
		
		
	* "on" nodes inherit the exception catching state from the "try"
git-svn-id: branches/debug_eh@42194 -
This commit is contained in:
		
							parent
							
								
									3f2578a3e3
								
							
						
					
					
						commit
						d0be4f11b8
					
				@ -633,7 +633,7 @@ implementation
 | 
				
			|||||||
            current_procinfo.CurrBreakLabel:=breakexceptlabel;
 | 
					            current_procinfo.CurrBreakLabel:=breakexceptlabel;
 | 
				
			||||||
          end;
 | 
					          end;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
         flowcontrol:=[fc_inflowcontrol];
 | 
					         flowcontrol:=[fc_inflowcontrol]+trystate.oldflowcontrol*[fc_catching_exceptions];
 | 
				
			||||||
         { on statements }
 | 
					         { on statements }
 | 
				
			||||||
         if assigned(right) then
 | 
					         if assigned(right) then
 | 
				
			||||||
           secondpass(right);
 | 
					           secondpass(right);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user