This is the mail archive of the gcc-bugs@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]

[Bug middle-end/37858] [4.3/4.4 Regression] ICE when "-fdump-ipa-all -dv" is used



------- Comment #1 from ubizjak at gmail dot com  2008-10-17 06:32 -------
Confirmed, gcc crashes in passes.c, around line 1288:

  if (initializing_dump
      && dump_file
      && graph_dump_format != no_graph
==>   && (cfun->curr_properties & (PROP_cfg | PROP_rtl))
          == (PROP_cfg | PROP_rtl))
    {
      get_dump_file_info (pass->static_pass_number)->flags |= TDF_GRAPH;
      dump_flags |= TDF_GRAPH;
      clean_graph_dump_file (dump_file_name);
    }

(gdb) print cfun
$1 = (struct function *) 0x0


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   GCC host triplet|x86_64-pc-linux-gnu         |
   Last reconfirmed|0000-00-00 00:00:00         |2008-10-17 06:32:56
               date|                            |
            Summary|[4.3/4.4] ICE when "-fdump- |[4.3/4.4 Regression] ICE
                   |ipa-all -dv" is used        |when "-fdump-ipa-all -dv" is
                   |                            |used


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37858


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