This is the mail archive of the gcc-patches@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]

Re: Fix for PR/6552


    unfortunately, this didn't work: while a-chahan.adb now compiles, I get
    another ICE later:

    ../../xgcc -B../../ -c -g -O2      -W -Wall -gnatpg  a-colien.adb -o a-colien.o
    +===========================GNAT BUG DETECTED===========================
    | 3.4 20031114 (experimental) (mips-sgi-irix6.5) GCC error:            
    | in gnat_expand_stmt, at ada/trans.c:4161                               
    | Error detected at a-colien.adb:69:17                                  

Sorry, that's yet another bug, actually unrelated to FP issues and I'm
surprised it hasn't come up before:

*** ada-tree.def	28 Oct 2003 20:34:50 -0000	1.3.6.5
--- ada-tree.def	17 Nov 2003 18:37:09 -0000
*************** DEFTREECODE (TRANSFORM_EXPR, "transform_
*** 38,42 ****
     address of the resulting memory.  */
  
! DEFTREECODE (ALLOCATE_EXPR, "allocate_expr", 's', 2)
  
  /* A type that is an unconstrained array itself.  This node is never passed
--- 38,42 ----
     address of the resulting memory.  */
  
! DEFTREECODE (ALLOCATE_EXPR, "allocate_expr", '2', 2)
  
  /* A type that is an unconstrained array itself.  This node is never passed


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