This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/35493] Assert_Failure uintp.adb:1593
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Mar 2008 11:59:13 -0000
- Subject: [Bug ada/35493] Assert_Failure uintp.adb:1593
- References: <bug-35493-276@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from pinskia at gcc dot gnu dot org 2008-03-07 11:59 -------
This has to be a bug in the Ada front-end because all the rest of the
middle-end assumes that if DECL_INITIAL is NULL, the value is going to be zero.
I might be the case where TREE_READONLY is being set and it should not be as
the variable is not readonly.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|tree-optimization |ada
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35493