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 tree-optimization/15741] [3.5 Regression] ICE: SEGV in unchecked_make_edge


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-31 01:57 -------
Confirmed, I think this is fixed by though:
2004-05-30  Steven Bosscher  <stevenb@suse.de>

        * gimplify.c (sort_case_labels): New.  Split out from...
        (gimplify_switch_expr): ...here.  Use it.
        * tree-eh.c (lower_try_finally_switch): Sort the labels of
        the SWITCH_EXPR created here before leaving the function.
        * tree.c (sort_case_labels): Add prototype.

I will test tommorrow around noon EDT after my daily build/test is done.
If you can test before it would be nice.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |WAITING
           Keywords|                            |ice-on-valid-code
            Summary|ICE: SEGV in                |[3.5 Regression] ICE: SEGV
                   |unchecked_make_edge         |in unchecked_make_edge
   Target Milestone|---                         |3.5.0
            Version|unknown                     |3.5.0


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


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