https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51995
janus at gcc dot gnu.org changed:
What|Removed |Added
CC||janus at gcc dot gnu.org
Tar
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51995
--- Comment #14 from Tobias Burnus 2012-01-25
22:21:19 UTC ---
Author: burnus
Date: Wed Jan 25 22:21:14 2012
New Revision: 183541
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183541
Log:
2012-01-25 Tobias Burnus
PR fortran/5
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51995
--- Comment #13 from Dominique d'Humieres
2012-01-25 20:23:02 UTC ---
Reduced test case exhibiting the ICE:
MODULE factory_pattern
TYPE CFactory
PRIVATE
CHARACTER(len=20) :: factory_type !! Descriptive name for database
CL
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51995
--- Comment #12 from Dominique d'Humieres
2012-01-25 19:06:40 UTC ---
On x86_64-apple-darwin10 and an almost clean tree (i.e., with only the patch
for pr 51985) at revision 183528, compiling
testsuite/gfortran.dg/typebound_proc_25.f90 gives an IC
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51995
Tobias Burnus changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51995
--- Comment #10 from Tobias Burnus 2012-01-25
17:34:48 UTC ---
Author: burnus
Date: Wed Jan 25 17:34:39 2012
New Revision: 183528
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183528
Log:
2012-01-25 Tobias Burnus
PR fortran/5
-around for this?
Ifort 12.1 runs the program successfully without memory leak.
From: burnus at gcc dot gnu.org
To: jilf...@yahoo.com
Sent: Wednesday, January 25, 2012 2:47 PM
Subject: [Bug fortran/51995] [OOP] Polymorphic class fails at runtime
http
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51995
Tobias Burnus changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|unassigned at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51995
--- Comment #7 from Tobias Burnus 2012-01-25
12:47:49 UTC ---
The problem seems to be the following:
One properly calls match_typebound_call, which sets "base" (alias "primary") to
the symtree of "db_connect" (which is of type BT_CLASS). Then it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51995
--- Comment #6 from Prince 2012-01-25 11:20:58 UTC
---
Thanks for the prompt reply.
I tested the program on i686 GNU/Linux running on Ubuntu-Maverick using gcc
version 4.7.0 20120118 (experimental) (GCC).
Fro
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51995
Tobias Burnus changed:
What|Removed |Added
Keywords||rejects-valid
Status|UNCONFIR
11 matches
Mail list logo