diff options
author | Giuliano Belinassi <giuliano.belinassi@usp.br> | 2020-05-19 12:54:03 -0300 |
---|---|---|
committer | Giuliano Belinassi <giuliano.belinassi@usp.br> | 2020-05-19 12:54:03 -0300 |
commit | 9486636608eb9db2f223c120951d8b528a9ca4df (patch) | |
tree | 2d6751b8851ad7c11f192c1f5b5a07a00d224f38 /gcc/fortran/interface.c | |
parent | ce9f7bcf247453211b4b06bd1ca2dd61c71944db (diff) | |
download | gcc-9486636608eb9db2f223c120951d8b528a9ca4df.zip gcc-9486636608eb9db2f223c120951d8b528a9ca4df.tar.gz gcc-9486636608eb9db2f223c120951d8b528a9ca4df.tar.bz2 |
Fix compilation with multiple -c
Previous commit had an issue when calling
gcc -c file1.c file2.c
the expected result would be one .o file for each .c file. Previously
we were merging the object files.
gcc/ChangeLog
2020-05-18 Giuliano Belinassi <giuliano.belinassi@usp.br>
* gcc.c (append_split_outputs): Truncate temp_obj vector for the
next compilation.
Diffstat (limited to 'gcc/fortran/interface.c')
0 files changed, 0 insertions, 0 deletions