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 target/22585] [4.0/4.1 regression] ICE in redirect_branch_edge


------- Additional Comments From reichelt at gcc dot gnu dot org  2005-07-21 17:05 -------
Confirmed (at least the ICE in redirect_branch_edge and extract_insn,
I cannot reproduce the one in expand_simple_unop).

Reduced testcase:

=========================
struct A
{
  long double d;
};

int foo(struct A *p)
{
  if (p->d)
    return 1;
}
=========================

This is related to PR22576.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code, monitored
   Last reconfirmed|0000-00-00 00:00:00         |2005-07-21 17:05:45
               date|                            |
            Summary|[4.0/4.1 regression] ICE in |[4.0/4.1 regression] ICE in
                   |expand_simple_unop          |redirect_branch_edge
   Target Milestone|---                         |4.0.2


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


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