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

--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> ---
> 
> 
> gfortran -g  -ffpe-trap=zero,overflow,underflow -fdollar-ok -save-temps
> -wrapper gdb --args -c fosyan.f
> gfortran: error: unrecognized command line option '--args'
> 

There must be a comma in between gdb and --args:
gfortran ... -wrapper gdb,--args

Reply via email to