[Bug fortran/15181] gfc_conv_component_ref: Assertion `c-backend_decl' failed

2005-02-15 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-16 
03:50 ---
Fixed.  Most likely for a while now.

-- 
   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED
   Target Milestone|--- |4.0.0


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


[Bug fortran/15181] gfc_conv_component_ref: Assertion `c-backend_decl' failed

2004-11-11 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-11 
19:11 ---
*** Bug 18432 has been marked as a duplicate of this bug. ***

-- 
   What|Removed |Added

 CC||mbkennel at gmail dot com


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


[Bug fortran/15181] gfc_conv_component_ref: Assertion `c-backend_decl' failed

2004-10-15 Thread dr dot johan at gmail dot com

--- Additional Comments From dr dot johan at gmail dot com  2004-10-15 19:59 
---
I second this opinion! I tried the fix suggested below and my code now builds
with gfortran gcc version 4.0.0 20041015 (experimental).

/Johan

(In reply to comment #6)
 My fix of adding gfc_typenode_for_spec(c-ts); right before the assert() in
 trans_expr.c:gfc_conv_component_ref() still works and fixes this bug for me. I
 suggest that my fix be commited to cvs to close this bug.

-- 


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


[Bug fortran/15181] gfc_conv_component_ref: Assertion `c-backend_decl' failed

2004-10-15 Thread tobi at gcc dot gnu dot org

--- Additional Comments From tobi at gcc dot gnu dot org  2004-10-15 20:17 ---
I'm wondering how the call to gfc_typenode_for_spec (c-ts) changes
c-backend_decl, but since this works you can send the patch (after adding
spaces before '(') to [EMAIL PROTECTED], and the person who originally wrote
this code will have to look at it.

-- 


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