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 fortran/32222] [4.3 Regression] ICE in gfc_trans_assignment_1



------- Comment #1 from burnus at gcc dot gnu dot org  2007-06-05 17:40 -------
Fails in gfc_trans_assignment_1 with:
      gcc_assert (lse.ss == gfc_ss_terminator
                  && rse.ss == gfc_ss_terminator);

Works with: 2007-06-04-r125305
Fails with: 2007-06-05-r125327

The only Fortran patch (but "tree tmp;"->"tree tmp =NULL_TREE;") in this time
is:

r125316 | fxcoudert | 2007-06-04 22:59:49 +0200 (Mo, 04 Jun 2007) | 31 lines
2007-06-04 Lee Millward <lee.millward@codesourcery.com>
http://gcc.gnu.org/ml/gcc-cvs/2007-06/msg00072.html

Could you have a look?


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fxcoudert at gcc dot gnu dot
                   |                            |org, lmillward at gcc dot
                   |                            |gnu dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
  GCC build triplet|i686-pc-linux-gnu           |
   GCC host triplet|i686-pc-linux-gnu           |
 GCC target triplet|i686-pc-linux-gnu           |
   Last reconfirmed|0000-00-00 00:00:00         |2007-06-05 17:40:04
               date|                            |
            Summary|[gfortran, regression] ICE  |[4.3 Regression] ICE in
                   |in gfc_trans_assignment_1   |gfc_trans_assignment_1
   Target Milestone|---                         |4.3.0


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


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