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 c++/65678] internal compiler error: in gen_rtx_SUBREG, at emit-rtl.c:909


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65678

UroÅ Bizjak <ubizjak at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-04-06
     Ever confirmed|0                           |1

--- Comment #2 from UroÅ Bizjak <ubizjak at gmail dot com> ---
Confirmed:

$ /ssd/uros/gcc-build/gcc/cc1plus -Os -ggdb -quiet pr65678.C
pr65678.C: In function âvoid FastFixedDtoa(double)â:
pr65678.C:28:1: internal compiler error: in gen_rtx_SUBREG, at emit-rtl.c:909
 }
 ^
0x9936fb gen_rtx_SUBREG(machine_mode, rtx_def*, int)
        /home/uros/gcc-svn/trunk/gcc/emit-rtl.c:909
0xf2bc16 dead_debug_insert_temp(dead_debug_local*, unsigned int, rtx_insn*,
debug_temp_where)
        /home/uros/gcc-svn/trunk/gcc/valtrack.c:743
0x93079d df_note_bb_compute
        /home/uros/gcc-svn/trunk/gcc/df-problems.c:3179
0x93079d df_note_compute
        /home/uros/gcc-svn/trunk/gcc/df-problems.c:3286
0x92b730 df_analyze_problem(dataflow*, bitmap_head*, int*, int)
        /home/uros/gcc-svn/trunk/gcc/df-core.c:1205
0x92b828 df_analyze_1
        /home/uros/gcc-svn/trunk/gcc/df-core.c:1265
0x1244c91 rest_of_handle_dse
        /home/uros/gcc-svn/trunk/gcc/dse.c:3736
0x1244c91 execute
        /home/uros/gcc-svn/trunk/gcc/dse.c:3837
Please submit a full bug report,

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