Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check that asm specs are handled correctly in structure and class field ↵ | bowdidge | 2003-10-21 | 1 | -0/+43 |
declarations. Correct behavior is that these are permitted on static fields (because only one instance exists) and are not permitted on non-static fields. In the case of static fields, check to make sure the assembler output shows the aliased name somewhere. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72777 138bc75d-0d04-0410-961f-82ee72b054a4 |