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
|
||||
// Build don't link:
|
||||
struct T
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// Skip if not native
|
||||
// Special g++ Options: -fprofile-arcs -ftest-coverage
|
||||
void
|
||||
swap(int& x, int& y) throw()
|
||||
|
|
|
|||
Loading…
Reference in New Issue