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.