This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

move `future.options' to web pages


The following patch translates the entertaining `future.options' file
into a simple web page and removes it from the gcc source tree.  It's
worth keeping, but I feel it adds to the already cluttered source
tree.  The only question is: where should it be linked from in the web
pages?  Okay to commit?

Ben


2003-12-02  Ben Elliston  <bje@wasabisystems.com>

	* future.options: Remove. Moved to the web pages.

[for htdocs]

--- /dev/null	Tue Dec  2 20:35:41 2003
+++ future-options.html	Mon Dec  1 08:12:59 2003
@@ -0,0 +1,53 @@
+<html>
+  <head>
+    <title>Some suggested future GCC options</title>
+  </head>
+
+  <body>
+    <h1>Some suggested future GCC options</h1>
+
+    <pre>
+
+From: friedman@gnu.ai.mit.edu (Noah Friedman)
+To: roland@gnu.ai.mit.edu (Roland McGrath),
+    rms@gnu.ai.mit.edu (Richard Stallman),
+    jimb@gnu.ai.mit.edu (Jim Blandy),
+    mib@gnu.ai.mit.edu (Michael Bushnell)
+Cc: cgw@sol.acs.unt.edu (chris williams),
+    clc@gnu.ai.mit.edu (Christian Longshore Claiborn)
+Subject: Some gcc options we'd like to see.
+Date: Mon, 28 Jun 93 00:45:09 EST
+Reply-To: friedman@gnu.ai.mit.edu
+
+-Waggravate-return
+-Wcast-spell
+-Wcaste-align
+-Win
+-Wmissing-protons
+-Wredundant-repetitions
+-antsy
+-fbungee-jump
+-fexpensive-operations
+-fextra-strength
+-fjesus-saves
+-fkeep-programmers-inline
+-fno-peeping-toms
+-fruit-roll-ups
+-fshort-enough
+-mno-dialogue
+-pedophile
+-vomit-frame-pointer
+
+From: Alexandre Oliva <aoliva@redhat.com>
+Date: 06 Jan 2002 17:37:07 -0200
+
+On Jan 2, 2002, in a long, heated thread concerning the interpretation
+of certain passages of the C standard, jtv <jtv@xs4all.nl> wrote:
+
+> (Yes, I'm a pedant.  I'm pining for the day when gcc will support the
+> options "-ffascist -Wanal")
+
+How about introducing the options `-flame -War' :-)
+    </pre>
+  </body>
+</html>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]