This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc/gcc/testsuite/g++.dg/ext asmspecInvalid.C ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bowdidge@gcc.gnu.org	2003-10-21 23:45:26

Added files:
	gcc/testsuite/g++.dg/ext: asmspecInvalid.C asmspecValid.C 

Log message:
	Check that asm specs are handled correctly in structure and class field 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.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/ext/asmspecInvalid.C.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/ext/asmspecValid.C.diff?cvsroot=gcc&r1=NONE&r2=1.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]