2014-03-25 Richard Biener <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Mar 2014 10:10:31 +0000 (10:10 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Mar 2014 10:10:31 +0000 (10:10 +0000)
* lto-wrapper.c (merge_and_complain): Handle OPT_fPIE like
OPT_fpie.
(run_gcc): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208807 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/lto-wrapper.c

index 8c8fbea..edb45ec 100644 (file)
@@ -1,3 +1,9 @@
+2014-03-25  Richard Biener  <rguenther@suse.de>
+
+       * lto-wrapper.c (merge_and_complain): Handle OPT_fPIE like
+       OPT_fpie.
+       (run_gcc): Likewise.
+
 2014-03-25  Jakub Jelinek  <jakub@redhat.com>
 
        * combine.c (simplify_compare_const): Add MODE argument.
index 8e9a566..1607ab3 100644 (file)
@@ -406,6 +406,7 @@ merge_and_complain (struct cl_decoded_option **decoded_options,
          /* Fallthru.  */
        case OPT_fPIC:
        case OPT_fpic:
+       case OPT_fPIE:
        case OPT_fpie:
        case OPT_fcommon:
        case OPT_fexceptions:
@@ -671,6 +672,7 @@ run_gcc (unsigned argc, char *argv[])
        {
        case OPT_fPIC:
        case OPT_fpic:
+       case OPT_fPIE:
        case OPT_fpie:
        case OPT_fcommon:
        case OPT_fexceptions: