From 877fed8078d379d213290b791a8a1282867f5061 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 6 Apr 2009 12:16:23 -0700 Subject: gcc-svn: Add recipe to build bleeding edge gcc. --- recipes/gcc/gcc-svn/fedora/gcc43-pr27898.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes/gcc/gcc-svn/fedora/gcc43-pr27898.patch (limited to 'recipes/gcc/gcc-svn/fedora/gcc43-pr27898.patch') diff --git a/recipes/gcc/gcc-svn/fedora/gcc43-pr27898.patch b/recipes/gcc/gcc-svn/fedora/gcc43-pr27898.patch new file mode 100644 index 0000000000..172bb81171 --- /dev/null +++ b/recipes/gcc/gcc-svn/fedora/gcc43-pr27898.patch @@ -0,0 +1,16 @@ +2006-08-18 Jakub Jelinek + + PR c/27898 + * gcc.dg/pr27898.c: New test. + +--- gcc/testsuite/gcc.dg/pr27898.c.jj 2006-08-18 09:19:33.000000000 +0200 ++++ gcc/testsuite/gcc.dg/pr27898.c 2006-08-18 09:19:27.000000000 +0200 +@@ -0,0 +1,8 @@ ++/* PR c/27898 */ ++/* { dg-do compile } */ ++/* { dg-options "--combine" } */ ++/* { dg-additional-sources "pr27898.c" } */ ++ ++union u { struct { int i; }; }; ++ ++extern int foo (union u *); -- cgit v1.2.3