testresults before applying patch for x86_64 :
                                    |  gcc            |   g++           |  libatomic    |   libgomp  |    libitm      |   libstdc++ |  Total (Sum of all modules)
expected passes         |  148313     |   218545      |  27              |    3369      |    24           |    9693     |  379971
unexpected failures     |  15             |   20              |                    |                  |                   |                 |  35
expected failures         |  1419         |   2052          |                    |    30          |                   |    6           |  3507      
unresolved testcases  |  25130        |   10816       |  27              |    1579      |     22          |    4869      |  42443      
unsupported tests       |  2686          |   10420       |                    |    410        |     2             |    643       |  14161        
 
 
testresults after applying patch for x86_64:
                                    |  gcc          |   g++           |  libatomic    |   libgomp  |    libitm      |   libstdc++ |  Total (Sum of all modules) 
expected passes         |  177610    |   230158     |  54              |    5033      |    24          |    13695    |  426574 
unexpected failures     |  99           |   20              |                    |    1            |    19          |    7            |  146
expected failures         |  1422       |   2063          |                    |    32          |    3            |    106        |  3626      
unresolved testcases  |  4              |                    |                    |                  |                  |    1125       |  1129      
unsupported tests       |  2147        |   10350       |                    |    429        |    2            |    805         |  13733    
 
 
Unresolved cases are reduced to ~1000 (i.e., More than 41K tests are newly executed)
More than 45000 tests cases are passed newly.