comparison gcc/testsuite/g++.dg/eh/spbp.C @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* { dg-do run } */ 1 /* { dg-do run } */
2 /* { dg-options "-gdwarf-2" } */ 2 /* { dg-options "-gdwarf-2" } */
3 /* { dg-skip-if "No Dwarf" { { *-*-aix* hppa*-*-hpux* } && { ! hppa*64*-*-* } } } */ 3 /* { dg-skip-if "No Dwarf" { { *-*-aix* hppa*-*-hpux* } && { ! hppa*64*-*-* } } } */
4 /* { dg-require-effective-target alloca } */
4 5
5 /* This was a bug on x86-darwin, where the register numbering for SP 6 /* This was a bug on x86-darwin, where the register numbering for SP
6 and BP was swapped (it's easy to do because on that port it's 7 and BP was swapped (it's easy to do because on that port it's
7 different for eh_frame and debug_frame). */ 8 different for eh_frame and debug_frame). */
8 9