diff options
author | James E Wilson <wilson@specifixinc.com> | 2005-10-21 11:04:22 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2005-10-21 11:04:22 -0700 |
commit | 1e752652d857a5903e5ff8520943b2fc63140359 (patch) | |
tree | 0cf29c43c30265aa57692cfb3e36213aa6f74caf /gcc | |
parent | 3ee5ed116db78ec79a3ce9c331916888f931fd04 (diff) | |
download | gcc-1e752652d857a5903e5ff8520943b2fc63140359.zip gcc-1e752652d857a5903e5ff8520943b2fc63140359.tar.gz gcc-1e752652d857a5903e5ff8520943b2fc63140359.tar.bz2 |
Fix -MM -MG bug.
PR preprocessor/15220
* gcc.misc-tests/mg-2.c, gcc.misc-tests/mg-2.exp: New.
From-SVN: r105761
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.misc-tests/mg-2.c | 9 | ||||
-rw-r--r-- | gcc/testsuite/gcc.misc-tests/mg-2.exp | 24 |
3 files changed, 38 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4a38c09..21af7c0 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 index 0000000..d88c9d0 --- /dev/null +++ b/gcc/testsuite/gcc.misc-tests/mg-2.c @@ -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 index 0000000..6f276a1 --- /dev/null +++ b/gcc/testsuite/gcc.misc-tests/mg-2.exp @@ -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" |