-
- Downloads
Revert revision 217149 because it breaks Ada:
gcc/testsuite/ChangeLog: 2014-11-05 Anthony Brandon <anthony.brandon@gmail.com> PR driver/36312 * gcc.misc-tests/output.exp: New test case for identical input and output files. include/ChangeLog: 2014-11-05 Anthony Brandon <anthony.brandon@gmail.com> PR driver/36312 * filenames.h: Add prototype for canonical_filename_eq. gcc/ChangeLog: 2014-11-05 Anthony Brandon <anthony.brandon@gmail.com> PR driver/36312 * diagnostic-core.h: Add prototype for fatal_error. * diagnostic.c (fatal_error): New function fatal_error. * gcc.c (store_arg): Remove have_o_argbuf_index. (process_command): Check if input and output files are the same. * toplev.c (init_asm_output): Check if input and output files are the same. libiberty/ChangeLog: 2014-11-05 Anthony Brandon <anthony.brandon@gmail.com> PR driver/36312 * filename_cmp.c (canonical_filename_eq): New function to check if file names are the same. * functions.texi: Updated with documentation for new function. From-SVN: r217159
Showing
- gcc/ChangeLog 0 additions, 10 deletionsgcc/ChangeLog
- gcc/diagnostic-core.h 0 additions, 2 deletionsgcc/diagnostic-core.h
- gcc/diagnostic.c 0 additions, 17 deletionsgcc/diagnostic.c
- gcc/gcc.c 7 additions, 12 deletionsgcc/gcc.c
- gcc/testsuite/ChangeLog 0 additions, 6 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gcc.misc-tests/output.exp 0 additions, 66 deletionsgcc/testsuite/gcc.misc-tests/output.exp
- gcc/toplev.c 2 additions, 9 deletionsgcc/toplev.c
- include/ChangeLog 0 additions, 5 deletionsinclude/ChangeLog
- include/filenames.h 0 additions, 2 deletionsinclude/filenames.h
- libiberty/ChangeLog 0 additions, 7 deletionslibiberty/ChangeLog
- libiberty/filename_cmp.c 0 additions, 29 deletionslibiberty/filename_cmp.c
- libiberty/functions.texi 4 additions, 14 deletionslibiberty/functions.texi
Loading
Please register or sign in to comment