[Bug optimization/12649] [tree-ssa] ICE in optimize_function_tree, at tree-optimize.c:154

reichelt at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Oct 16 23:29:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|c++                         |optimization
     Ever Confirmed|                            |1
  GCC build triplet|i686-pc-linux-gnu           |
 GCC target triplet|i686-pc-cygwin              |
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2003-10-16 23:29:26
               date|                            |
            Summary|ICE building winsup         |[tree-ssa] ICE in
                   |                            |optimize_function_tree, at
                   |                            |tree-optimize.c:154


------- Additional Comments From reichelt at gcc dot gnu dot org  2003-10-16 23:29 -------
Here's a reduced testcase that crashes cc1plus as well as cc1:

=================================
char* foo(char**);

void bar()
{
    char ar[1], *p, *q;

    p = foo (&q);
    if (p == ar) *p = 0;
}
=================================

According to Phil's regression tester the bug was introduced
between 2003-10-12-ssa (#106) and 2003-10-13-ssa (#107).

Because the bug has nothing to do with cygwin, I removed target
and build triples.



More information about the Gcc-bugs mailing list