This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] PR other/17361: C++ options when preprocessing .S


!   if (c_language == clk_c)
      {
!       /* If potentially preprocessing Fortran we have to accept its front
! 	 end options since the driver passes most of them through.  */
!       for (i = 1; i < argc; i++)
! 	if (! strcmp (argv[i], "-lang-asm"))
! 	  {
! 	    result |= CL_C | CL_ObjC | CL_CXX | CL_ObjCXX;
! 	    break;
! 	  }
      }

Wrong comment?


Paolo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]