* config/rs6000/rs6000.md (popcount<mode>2): Rewrite.
[official-gcc.git] / gcc / testsuite / treelang / compile / autofunc.tree
blob97da41e412034dc5ebc10b15b1663f46296a3cf9
1 // { dg-do compile }
2 automatic int bar ();  // { dg-error "automatic" }
4 bar () {
5         return -12;