2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-03-24 13:11:44 +08:00

20111213-1_0.c: New testcase.

2011-12-13  Richard Guenther  <rguenther@suse.de>

	* gcc.dg/lto/20111213-1_0.c: New testcase.

From-SVN: r182278
This commit is contained in:
Richard Guenther 2011-12-13 12:41:15 +00:00 committed by Richard Biener
parent ba3125d780
commit 4634c03b72
2 changed files with 12 additions and 0 deletions
gcc/testsuite

@ -1,3 +1,7 @@
2011-12-13 Richard Guenther <rguenther@suse.de>
* gcc.dg/lto/20111213-1_0.c: New testcase.
2011-12-13 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/vect1.ad[sb]: Add more tests.

@ -0,0 +1,8 @@
/* { dg-lto-do link } */
/* { dg-lto-options { { -flto -g } } } */
/* { dg-extra-ld-options {-r -nostdlib} } */
void gfc_be_parse_file (void)
{
typedef enum builtin_type builtin_type;
}