Skip to content
Snippets Groups Projects
Commit af51fe95 authored by Paul-Antoine Arras's avatar Paul-Antoine Arras
Browse files

OpenMP/Fortran: Add missing pop_state in parse_omp_dispatch [PR118714]

When the ST_NONE case is taken, the function returns immediately. Not calling
pop_state causes a dangling pointer.

	PR fortran/118714

gcc/fortran/ChangeLog:

	* parse.cc (parse_omp_dispatch): Add missing pop_state.
parent 0d977004
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment