mirror of git://gcc.gnu.org/git/gcc.git
parent
e4ad100384
commit
647f28dd61
|
|
@ -1,3 +1,4 @@
|
||||||
|
// Skip if not native
|
||||||
// Special g++ Options: -O2 -fPIC
|
// Special g++ Options: -O2 -fPIC
|
||||||
// Build don't link:
|
// Build don't link:
|
||||||
struct T
|
struct T
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
// Skip if not native
|
||||||
// Special g++ Options: -fprofile-arcs -ftest-coverage
|
// Special g++ Options: -fprofile-arcs -ftest-coverage
|
||||||
void
|
void
|
||||||
swap(int& x, int& y) throw()
|
swap(int& x, int& y) throw()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue