[Bug ada/35372] New: Memory corruption at unchecked deallocation of the interface classwide type

2008-02-26 Thread vgodunko at rostel dot ru
Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: critical Priority: P3 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: vgodunko at rostel dot ru http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug ada/35372] Memory corruption at unchecked deallocation of the interface classwide type

2008-02-26 Thread vgodunko at rostel dot ru
--- Comment #1 from vgodunko at rostel dot ru 2008-02-26 10:33 --- Created an attachment (id=15232) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15232action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35372

[Bug ada/35372] Memory corruption at unchecked deallocation of the interface classwide type

2008-02-26 Thread vgodunko at rostel dot ru
--- Comment #2 from vgodunko at rostel dot ru 2008-02-26 12:17 --- GNAT register allocated object of the T type in the finalization list at the creation time, but at the deallocation time it only free object storage and don't remove reference to the deallocated object from

[Bug ada/35372] Memory corruption at unchecked deallocation of the interface classwide type

2008-02-26 Thread vgodunko at rostel dot ru
--- Comment #3 from vgodunko at rostel dot ru 2008-02-26 18:43 --- I have trace and compare execution of the two program, one use anonymous access type to tagged type and another use anonymous access type to interface type. In the program which use tagged type GNAT: - creates not only

[Bug ada/34883] New: specified storage pool not used for classwide object allocation

2008-01-20 Thread vgodunko at rostel dot ru
object allocation Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: vgodunko at rostel dot ru

[Bug ada/34883] specified storage pool not used for classwide object allocation

2008-01-20 Thread vgodunko at rostel dot ru
--- Comment #1 from vgodunko at rostel dot ru 2008-01-20 08:01 --- Created an attachment (id=14975) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14975action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34883

[Bug ada/34373] Compiler crash: container and discriminant

2007-12-07 Thread vgodunko at rostel dot ru
--- Comment #1 from vgodunko at rostel dot ru 2007-12-07 08:29 --- *** This bug has been marked as a duplicate of 34372 *** -- vgodunko at rostel dot ru changed: What|Removed |Added

[Bug ada/34372] New: Compiler crash: container and discriminant

2007-12-07 Thread vgodunko at rostel dot ru
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: vgodunko at rostel dot ru http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34372

[Bug ada/34372] Compiler crash: container and discriminant

2007-12-07 Thread vgodunko at rostel dot ru
--- Comment #1 from vgodunko at rostel dot ru 2007-12-07 08:25 --- Created an attachment (id=14706) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14706action=view) Testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34372

[Bug ada/34373] New: Compiler crash: container and discriminant

2007-12-07 Thread vgodunko at rostel dot ru
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: vgodunko at rostel dot ru http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34373

[Bug ada/34374] New: limited with clause and private parent package

2007-12-07 Thread vgodunko at rostel dot ru
Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: vgodunko at rostel dot ru http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34374

[Bug ada/34372] Compiler crash: container and discriminant

2007-12-07 Thread vgodunko at rostel dot ru
--- Comment #2 from vgodunko at rostel dot ru 2007-12-07 08:29 --- *** Bug 34373 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34372

[Bug ada/34290] New: Problem with procedure visibility at the prefixed view call

2007-11-29 Thread vgodunko at rostel dot ru
gnu dot org ReportedBy: vgodunko at rostel dot ru http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34290

[Bug ada/34290] Problem with procedure visibility at the prefixed view call

2007-11-29 Thread vgodunko at rostel dot ru
--- Comment #1 from vgodunko at rostel dot ru 2007-11-29 12:02 --- Created an attachment (id=14667) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14667action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34290

[Bug ada/34290] Problem with procedure visibility at the prefixed view call

2007-11-29 Thread vgodunko at rostel dot ru
-- vgodunko at rostel dot ru changed: What|Removed |Added Severity|normal |major http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34290

[Bug ada/34251] New: Illegal program not detected - component of type with limited public and nonlimited private view

2007-11-27 Thread vgodunko at rostel dot ru
with limited public and nonlimited private view Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: vgodunko at rostel dot ru

[Bug ada/34251] Illegal program not detected - component of type with limited public and nonlimited private view

2007-11-27 Thread vgodunko at rostel dot ru
--- Comment #1 from vgodunko at rostel dot ru 2007-11-27 21:08 --- Created an attachment (id=14649) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14649action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34251

[Bug ada/34149] New: GNAT crash - deeply inrerited function

2007-11-19 Thread vgodunko at rostel dot ru
Severity: normal Priority: P3 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: vgodunko at rostel dot ru GCC host triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34149

[Bug ada/34149] GNAT crash - deeply inrerited function

2007-11-19 Thread vgodunko at rostel dot ru
--- Comment #1 from vgodunko at rostel dot ru 2007-11-19 11:28 --- Created an attachment (id=14578) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14578action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34149

[Bug ada/33889] New: Inefficient code expansion for extended return statement

2007-10-24 Thread vgodunko at rostel dot ru
Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: vgodunko at rostel dot ru GCC host triplet: x86-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33889