]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix -MM -MG bug.
authorJames E Wilson <wilson@specifixinc.com>
Fri, 21 Oct 2005 18:04:22 +0000 (11:04 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 21 Oct 2005 18:04:22 +0000 (11:04 -0700)
PR preprocessor/15220
* gcc.misc-tests/mg-2.c, gcc.misc-tests/mg-2.exp: New.

From-SVN: r105761

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.misc-tests/mg-2.c [new file with mode: 0644]
gcc/testsuite/gcc.misc-tests/mg-2.exp [new file with mode: 0644]

index 4a38c09b9de0191768d6b2cdda1263c55c237669..21af7c0d18f953b89d28c815160cf230196fd761 100644 (file)
@@ -1,3 +1,8 @@
+2005-10-21  James E Wilson  <wilson@specifix.com>
+
+       PR preprocessor/15220
+       * gcc.misc-tests/mg-2.c, gcc.misc-tests/mg-2.exp: New.
+
 2005-10-21  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc.c-torture/execute/20051021-1.c: New test.
diff --git a/gcc/testsuite/gcc.misc-tests/mg-2.c b/gcc/testsuite/gcc.misc-tests/mg-2.c
new file mode 100644 (file)
index 0000000..d88c9d0
--- /dev/null
@@ -0,0 +1,9 @@
+/* PR 15220 */
+
+#include <nonexist0.h>
+#include "nonexist.h"
+int
+main ()
+{
+  return 0;
+}
diff --git a/gcc/testsuite/gcc.misc-tests/mg-2.exp b/gcc/testsuite/gcc.misc-tests/mg-2.exp
new file mode 100644 (file)
index 0000000..6f276a1
--- /dev/null
@@ -0,0 +1,24 @@
+#   Copyright (C) 2005 Free Software Foundation, Inc.
+
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+# 
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+# 
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  
+
+# Test the -MG flag with a system header file.
+
+load_lib mike-gcc.exp
+
+prebase
+set actions none-of-the-above
+set compiler_output "mg-2.o ?: .*mg-2.c \[ \\\\\n\]*nonexist.h"
+postbase mg-2.c "" "" "-MM -MG"