[gcc/devel/c++-coroutines] c++-coroutines : Back out the change preventing modules uses on the branch.

Iain D Sandoe iains@gcc.gnu.org
Mon Jan 11 21:19:20 GMT 2021


https://gcc.gnu.org/g:53d110c01116badc2f54d4d82785532b3a6cebe7

commit 53d110c01116badc2f54d4d82785532b3a6cebe7
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Mon Jan 11 21:13:53 2021 +0000

    c++-coroutines : Back out the change preventing modules uses on the branch.
    
    We had modules disabled on the coroutines branch and vice versa; that's no
    longer relevant since both are merged to master.
    
    gcc/cp/ChangeLog:
    
            * lang-specs.h: Remove code disabling modules use on the branch.

Diff:
---
 gcc/cp/lang-specs.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gcc/cp/lang-specs.h b/gcc/cp/lang-specs.h
index d32ce50b9a2..f16279142be 100644
--- a/gcc/cp/lang-specs.h
+++ b/gcc/cp/lang-specs.h
@@ -93,8 +93,6 @@ along with GCC; see the file COPYING3.  If not see
       "	     %{!o*:--output-pch=%i.gch}%W{o*:--output-pch=%*}}}}}}}}",
      CPLUSPLUS_CPP_SPEC, 0, 0},
   {"@c++",
-      "%{fmodules-ts|fmodules-atom|fmodule-legacy|fmodule-legacy=*:"
-      "  %ethis is the coroutines compiler, not the modules compiler}"
       "%{E|M|MM:cc1plus -E %(cpp_options) %2 %(cpp_debug_options)}"
       "%{!E:%{!M:%{!MM:"
       "  %{save-temps*|no-integrated-cpp:cc1plus -E"


More information about the Gcc-cvs mailing list