Move C tests for used attribute to c-c++-common.

2010-02-22  H.J. Lu  <hongjiu.lu@intel.com>

	PR c/43125
	* gcc.dg/attr-used-2.c: Moved to ...
	* c-c++-common/attr-used-2.c: Here.

	* gcc.dg/attr-used.c: Moved to ...
	* c-c++-common/attr-used.c: Here.

From-SVN: r156976
This commit is contained in:
H.J. Lu 2010-02-22 21:33:21 +00:00 committed by H.J. Lu
parent e2553a4c5e
commit 38bddaf26d
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,12 @@
2010-02-22 H.J. Lu <hongjiu.lu@intel.com>
PR c/43125
* gcc.dg/attr-used-2.c: Moved to ...
* c-c++-common/attr-used-2.c: Here.
* gcc.dg/attr-used.c: Moved to ...
* c-c++-common/attr-used.c: Here.
2010-02-22 Ozkan Sezer <sezeroz@gmail.com>
* gcc.c-torture/execute/991014-1.c: Use __SIZE_TYPE__ for size types.