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++/13173] [3.3 regression] ICE in convert_move


------- Additional Comments From reichelt at gcc dot gnu dot org  2003-12-04 00:37 -------
Here's an even shorter testcase that triggers the ICE in extract_insn
on i686-pc-linux-gnu.

======================================
double foo()
{
    return ({ *(double*)0; });
}
======================================

Note that the C frontend compiles this testcase without problems.


-- 


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


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