------- Comment #8 from dfranke at gcc dot gnu dot org 2010-05-05 06:51 ------- (In reply to comment #7) > OTOH I can see where a program that has a lot of real do loops would be > irritating.[...] So I suggest we mark as an enhancement and when some one has > time, we could implement a consolidated error message.
This could backfire. Consider applications that make extensive use of computed GOTOs, PAUSE or any of the other deleted features. Shall we introduce flags for selectively enable/disable any of them? That's what -std={legacy|gnu|f*} does. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40165