http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46079
--- Comment #2 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> 2010-10-21 00:45:19 UTC --- Author: jvdelisle Date: Thu Oct 21 00:45:15 2010 New Revision: 165746 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165746 Log: 2010-10-20 Jerry DeLisle <jvdeli...@gcc.gnu.org> PR libgfortran/46079 * runtime/stop.c (stop_numeric_f08): New function. (stop_numeric): Restore to previous behavior. * gfortran.map: Add symbol _gfortran_stop_numeric_f08. 2010-10-20 Jerry DeLisle <jvdeli...@gcc.gnu.org> PR fortran/46079 * trans_stmt.c (gfc_trans_stop): Fix whitespace. Build a call to new F08 numeric stop function. * trans.h: Add declaration for gfor_fndecl_stop_numeric_f08. * trans-decl.c (gfc_build_builtin_function_decls): Build declaration for stop_numeric_f08. Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/trans-decl.c trunk/gcc/fortran/trans-stmt.c trunk/gcc/fortran/trans.h trunk/libgfortran/ChangeLog trunk/libgfortran/gfortran.map trunk/libgfortran/runtime/stop.c