| OLD | NEW |
| 1 /* Compiler driver program that can handle many languages. | 1 /* Compiler driver program that can handle many languages. |
| 2 Copyright (C) 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, | 2 Copyright (C) 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, |
| 3 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 |
| 4 Free Software Foundation, Inc. | 4 Free Software Foundation, Inc. |
| 5 | 5 |
| 6 This file is part of GCC. | 6 This file is part of GCC. |
| 7 | 7 |
| 8 GCC is free software; you can redistribute it and/or modify it under | 8 GCC is free software; you can redistribute it and/or modify it under |
| 9 the terms of the GNU General Public License as published by the Free | 9 the terms of the GNU General Public License as published by the Free |
| 10 Software Foundation; either version 3, or (at your option) any later | 10 Software Foundation; either version 3, or (at your option) any later |
| (...skipping 6785 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6796 infiles[i].preprocessed = true; | 6796 infiles[i].preprocessed = true; |
| 6797 if (!have_o_argbuf_index) | 6797 if (!have_o_argbuf_index) |
| 6798 fatal ("spec '%s' is invalid", input_file_compiler->spec); | 6798 fatal ("spec '%s' is invalid", input_file_compiler->spec); |
| 6799 infiles[i].name = argbuf[have_o_argbuf_index]; | 6799 infiles[i].name = argbuf[have_o_argbuf_index]; |
| 6800 infiles[i].incompiler | 6800 infiles[i].incompiler |
| 6801 = lookup_compiler (infiles[i].name, | 6801 = lookup_compiler (infiles[i].name, |
| 6802 strlen (infiles[i].name), | 6802 strlen (infiles[i].name), |
| 6803 infiles[i].language); | 6803 infiles[i].language); |
| 6804 | 6804 |
| 6805 if (value < 0) | 6805 if (value < 0) |
error: old chunk mismatch |
None
| OLD | NEW |