Fortran/Openmp: Use OPT_Wopenmp for gfc_match_omp_depobj warning
gcc/fortran/ChangeLog: * openmp.cc (gfc_match_omp_depobj): Use OPT_Wopenmp as warning category in gfc_warning.
This commit is contained in:
parent
016c4eed36
commit
9266d9fce2
1 changed files with 2 additions and 2 deletions
|
@ -4768,8 +4768,8 @@ gfc_match_omp_depobj (void)
|
|||
if (gfc_match (" ( %v ) ", &destroyobj) == MATCH_YES)
|
||||
{
|
||||
if (destroyobj->symtree != depobj->symtree)
|
||||
gfc_warning (0, "The same depend object should be used as DEPOBJ "
|
||||
"argument at %L and as DESTROY argument at %L",
|
||||
gfc_warning (OPT_Wopenmp, "The same depend object should be used as"
|
||||
" DEPOBJ argument at %L and as DESTROY argument at %L",
|
||||
&depobj->where, &destroyobj->where);
|
||||
gfc_free_expr (destroyobj);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue