This is the mail archive of the gcc-bugs@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]

[Bug fortran/86417] [9 Regression] FAIL: libgomp.fortran/alloc-comp-3.f90 -O0 (test for excess errors)


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86417

janus at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic
                 CC|                            |tkoenig at gcc dot gnu.org

--- Comment #2 from janus at gcc dot gnu.org ---
(In reply to janus from comment #1)
>
>      type (dt) :: x(2:n)
>                        1
> Warning: No location in expression near (1)
> 
> 
> I have no idea what this error message is trying to tell me ... :(

In any case, it comes from "check_locus_expr" (in frontend-passes.c), which was
added by Thomas in r243520. However that commit is already more than a year
old, so something else must have triggered this warning to appear recently.

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