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 ada/19865] [4.0 Regression] ice / gnat bug detected.


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-14 22:10 -------
>From PR 18706 when I was looking into the bootstrap bug before

"I think this is the same failure as the current bootstrap problem on ppc-darwin.
For the bootstrap problem we have the following CONST_DECL:
  static struct gnat__strings__string_access C.828 = {.P_ARRAY=(character[(long int) 
<PLACEHOLDER_EXPR struct gnat__strings__string_access>.P_BOUNDS->LB0:(long int) 
<PLACEHOLDER_EXPR struct gnat__strings__string_access>.P_BOUNDS->UB0] *) "", 
.P_BOUNDS=&{.LB0=1, .UB0=0}};

Notice how we take the address of a CONSTRUCTOR this is wrong and we should never do that."

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |18706
              nThis|                            |


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


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