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] | |
! 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;
! }
}
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |