mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	fix #7549
This commit is contained in:
		
							parent
							
								
									e0945f57bb
								
							
						
					
					
						commit
						3e5abef145
					
				
					 1 changed files with 1 additions and 9 deletions
				
			
		| 
						 | 
				
			
			@ -266,15 +266,7 @@ br_status array_rewriter::mk_select_same_store(unsigned num_args, expr * const *
 | 
			
		|||
                continue;
 | 
			
		||||
 | 
			
		||||
            case l_undef:
 | 
			
		||||
                // check if loading from subsequent arrays yields the same value
 | 
			
		||||
                if (first) {
 | 
			
		||||
                    result = to_app(arg0)->get_arg(num_args);
 | 
			
		||||
                    first  = false;
 | 
			
		||||
                }
 | 
			
		||||
                else if (result != to_app(arg0)->get_arg(num_args))
 | 
			
		||||
                    return BR_FAILED;
 | 
			
		||||
                arg0 = to_app(arg0)->get_arg(0);
 | 
			
		||||
                continue;
 | 
			
		||||
                return BR_FAILED;
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue