rt_gccstream/gcc/testsuite/g++.old-deja/g++.other/crash13.C

14 lines
182 B
C

// { dg-do assemble }
struct Base_bitset {
unsigned M_w[2];
void M_do_right_shift();
};
void Base_bitset::M_do_right_shift ()
{
unsigned n = 0;
M_w[0] = M_w[n + 1] ;
}