Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12
# { dg-do assemble } .globl a a: .space 1 .local a .private_extern b b: .space 1 .local b # { dg-error ".a. previously declared as .global." "" { target *-*-darwin*} 5 } # { dg-error ".b. previously declared as .private extern." "" { target *-*-darwin*} 9 }