OSDN Git Service

PR middle-end/37805
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Oct 2008 12:00:19 +0000 (12:00 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Oct 2008 12:00:19 +0000 (12:00 +0000)
* opts.c (common_handle_option): Don't ICE on -fhelp=joined
and -fhelp=separate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141106 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/opts.c

index 93fc32b..e246d8d 100644 (file)
@@ -1,3 +1,9 @@
+2008-10-14  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/37805
+       * opts.c (common_handle_option): Don't ICE on -fhelp=joined
+       and -fhelp=separate.
+
 2008-10-14  Ben Elliston  <bje@au.ibm.com>
 
        * config/rs6000/rs6000.md (cell_micro): Fix formatting.
@@ -9,7 +15,7 @@
 
 2008-10-13  Matthias Klose  <doko@ubuntu.com>
 
-       * gcc/config/pa/linux-atomic.c: Work around missing header file
+       * config/pa/linux-atomic.c: Work around missing header file
        for hppa64-linux-gnu targets.
 
 2008-10-13  Andrew Pinski  <andrew_pinski@playstation.sony.com>
index 6e210ea..a87fb49 100644 (file)
@@ -1505,8 +1505,6 @@ common_handle_option (size_t scode, const char *arg, int value,
              { "warnings", CL_WARNING },
              { "undocumented", CL_UNDOCUMENTED },
              { "params", CL_PARAMS },
-             { "joined", CL_JOINED },
-             { "separate", CL_SEPARATE },
              { "common", CL_COMMON },
              { NULL, 0 }
            };