re PR other/55164 (-fdump-*-all not working)
authorSharad Singhai <singhai@google.com>
Thu, 1 Nov 2012 17:55:23 +0000 (17:55 +0000)
committerSharad Singhai <singhai@gcc.gnu.org>
Thu, 1 Nov 2012 17:55:23 +0000 (17:55 +0000)
2012-11-01  Sharad Singhai  <singhai@google.com>

PR other/55164
* dumpfile.h (struct dump_file_info): Fix order of flags.

From-SVN: r193064

gcc/ChangeLog
gcc/dumpfile.h

index ed9fbafdfdfb18eb81030094aae57342d32d41a4..156d3720af68f3086ec76fde27606dec807c3d86 100644 (file)
@@ -1,3 +1,8 @@
+2012-11-01  Sharad Singhai  <singhai@google.com>
+
+       PR other/55164
+       * dumpfile.h (struct dump_file_info): Fix order of flags.
+
 2012-11-01  Jan Hubicka  <jh@suse.cz>
 
        PR middle-end/55104
index bcef9c6e337e51ef67e4ccf9f709721bfaf83bee..9697a2c6f35e856f851ed41b2f76570545a15950 100644 (file)
@@ -113,8 +113,8 @@ struct dump_file_info
   const char *alt_filename;     /* filename for the -fopt-info stream  */
   FILE *pstream;                /* pass-specific dump stream  */
   FILE *alt_stream;             /* -fopt-info stream */
-  int optgroup_flags;           /* optgroup flags for -fopt-info */
   int pflags;                   /* dump flags */
+  int optgroup_flags;           /* optgroup flags for -fopt-info */
   int alt_flags;                /* flags for opt-info */
   int pstate;                   /* state of pass-specific stream */
   int alt_state;                /* state of the -fopt-info stream */