On Thu, Nov 15, 2018 at 08:40:13PM +0100, Bernhard Reutner-Fischer wrote:
> On 14 November 2018 12:35:27 CET, Jakub Jelinek <ja...@redhat.com> wrote:
> 
> >> --- a/gcc/config/gnu-user.h
> >> +++ b/gcc/config/gnu-user.h
> >> @@ -170,3 +170,6 @@ see the files COPYING3 and COPYING.RUNTIME
> >respectively.  If not, see
> >>    LD_STATIC_OPTION " --whole-archive -llsan --no-whole-archive " \
> >>    LD_DYNAMIC_OPTION "}}%{!static-liblsan:-llsan}"
> >>  #endif
> >> +
> >> +#undef TARGET_F951_NOSTDINC_OPTIONS
> >> +#define TARGET_F951_NOSTDINC_OPTIONS
> >"%:fortran-header-file(-fpre-include= math-vector-fortran.h)"
> >
> >Too long line, use some \s to split it up.
> >
> 
> Can we use plain -include like in C?

Wouldn't that be confusing whether it is included in preprocessor only or if
it is included as a magic fortran include line at the beginning?

        Jakub

Reply via email to