options.c (gfc_init_options): Don't warn about the use GNU extensions by default.
authorRoger Sayle <roger@eyesopen.com>
Sun, 1 Aug 2004 21:37:21 +0000 (21:37 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sun, 1 Aug 2004 21:37:21 +0000 (21:37 +0000)
commitfc2d8429a97aa1cdfe7794477e90ac924e646b06
treed1f12affbdc6629e624a0c0fa2dfc519f766a2d3
parentdbe4d0704fc41055b9c2707ea5b1b9f3b5b8e379
options.c (gfc_init_options): Don't warn about the use GNU extensions by default.

* options.c (gfc_init_options): Don't warn about the use GNU
extensions by default.
(gfc_post_options): Warn about GNU extensions with -pedantic.
(gfc_handle_option): Don't warn about GNU extensions with -std=gnu.

From-SVN: r85413
gcc/fortran/ChangeLog
gcc/fortran/options.c