Accept attributes after labels
commit1da92cdd93a24538f24fcdc48a4ab6131f521cf9
authorMichael Matz <matz@suse.de>
Fri, 8 Jul 2022 15:06:05 +0000 (8 17:06 +0200)
committerMichael Matz <matz@suse.de>
Tue, 16 Aug 2022 13:59:41 +0000 (16 15:59 +0200)
tree839e1ca4fdd70d0f489bdc9b2d8521ccbebfd2d7
parentb077bc8ff7c2a39985382339a3f15b7047d066ec
Accept attributes after labels

newer GCC can associate attributes with statements and labels,
this implements only the latter (and ignores the attributes).
tccgen.c
tests/tests2/82_attribs_position.c