[gnu.gcc.bug] should -pedantic imply -ansi?

self@BAYES.ARC.NASA.GOV (Matthew Self) (12/21/88)

In gcc-1.31 -pedantic causes non-ANSI programs to barf, but it doesn't
define __STRICT_ANSI__, so it will almost always barf unless you say
-ansi also.  Should -pedantic imply -ansi?  It makes for less typing....