https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81758

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code
           Priority|P3                          |P4
             Status|WAITING                     |NEW
                 CC|                            |pault at gcc dot gnu.org,
                   |                            |vehre at gcc dot gnu.org
      Known to work|                            |6.4.0
            Summary|[OOP] Broken vtab           |[7/8 Regression] [OOP]
                   |                            |Broken vtab
      Known to fail|                            |7.2.0, 8.0

--- Comment #8 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
With  r241089 + 3 patches (2016-10-13) I get

 gfc::bank testing status:            0 (PASSED): Performance:   
2039838.3503661281     
 gfc::vector testing status:            0 (PASSED): Performance:   
890854.31205360719     
 gfc::list testing status:            0 (PASSED): Performance:   
890854.31205360719     
 gfc::tree testing status:            0 (PASSED): Performance:   
393823.27573154873     
 gfc::dictionary testing status:            0 (PASSED): Performance:   
321568.74093553709     
 gfc::graph testing status:            0 (PASSED): Performance:   
19281.063141355589     
 Multi-index sort testing status:            0 (PASSED): Performance:   
93030.940604447314     
 Dynamic type inferrence slowdown:   0.1848     67120570.0482252   0.1866    
67120570.0482252    1.0098020643331511     

and with r241140 + 4 patches (2016-10-13)

 gfc::bank testing status:            0 (PASSED): Performance:   
1023999.8321533478     
 gfc::vector testing status:            0 (PASSED): Performance:   
1583521.2441083547     
 gfc::list testing status:            0 (PASSED): Performance:   
1583521.2441083547     
 gfc::tree testing status:            0 (PASSED): Performance:   
371288.82894183917     
 gfc::dictionary testing status:            0 (PASSED): Performance:   
317572.32466195582     

Program received signal SIGSEGV: Segmentation fault - invalid memory reference.

Backtrace for this error:
#0  0x10d8612c9
#1  0x10d8606a5
#2  0x7fffbcd74b39
Segmentation fault

The fix for pr82312 (r253362) does not fix this PR.

One of the patch in r241140 + 4 patches was r241439.

Reply via email to