]> git.ipfire.org Git - thirdparty/ccache.git/commit
Revert GCC bug compatibility for -MTarg and -MQarg
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 8 Jan 2012 09:40:17 +0000 (10:40 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 8 Jan 2012 09:40:17 +0000 (10:40 +0100)
commit41d9f24c7b7fad7f2c5c4c805d80516446bd3ffa
treef76a4bf0ddc990303ad0c00b7bfcb49173575025
parentac3b048c652c24c6e4d55cacfdfeaacb41b35450
Revert GCC bug compatibility for -MTarg and -MQarg

The bug addressed by commit 8c3039d676d71564e98d50f1ca8ba029d1efa46c has
been fixed in a recent GCC version. Since ccache currently can't change
behavior depending on compiler version, we have to choose the least
troublesome behavior.
ccache.c
test/test_argument_processing.c