[Bug fortran/19181] ICE and segmentation fault with pointer member in user defined type

2005-09-18 Thread cvs-commit at gcc dot gnu dot org

--- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-09-18 
15:59 ---
Subject: Bug 19181

CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED]   2005-09-18 15:59:09

Modified files:
gcc/testsuite  : ChangeLog 
Added files:
gcc/testsuite/gfortran.dg: derived_pointer_null_1.f90 

Log message:
2005-09-18  Paul Thomas  [EMAIL PROTECTED]

PR fortran/19181
* gfortran.dg/derived_pointer_null_1.f90: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/derived_pointer_null_1.f90.diff?cvsroot=gccr1=NONEr2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gccr1=1.6077r2=1.6078



-- 


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


[Bug fortran/19181] ICE and segmentation fault with pointer member in user defined type

2005-09-18 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-18 
17:06 ---
Fixed.

-- 
   What|Removed |Added

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


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


[Bug fortran/19181] ICE and segmentation fault with pointer member in user defined type

2005-09-17 Thread pault at gcc dot gnu dot org

--- Additional Comments From pault at gcc dot gnu dot org  2005-09-18 04:56 
---
(In reply to comment #3)
 *** Bug 21300 has been marked as a duplicate of this bug. ***

Andrew,

These two seem to have fixed themselves.  Would you like me to submit a 
testcase?

Paul T

-- 


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


[Bug fortran/19181] ICE and segmentation fault with pointer member in user defined type

2005-09-17 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-18 
04:59 ---
(In reply to comment #4)
 These two seem to have fixed themselves.  Would you like me to submit a 
 testcase?

Yes please.

-- 
   What|Removed |Added

 CC||pault at gcc dot gnu dot org


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


[Bug fortran/19181] ICE and segmentation fault with pointer member in user defined type

2005-05-01 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-01 
14:25 ---
*** Bug 21300 has been marked as a duplicate of this bug. ***

-- 
   What|Removed |Added

 CC||andrea at poisson dot phc
   ||dot unipi dot it


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


[Bug fortran/19181] ICE and segmentation fault with pointer member in user defined type

2004-12-28 Thread santugi at dptmaths dot ens-cachan dot fr

--- Additional Comments From santugi at dptmaths dot ens-cachan dot fr  
2004-12-28 18:54 ---
Created an attachment (id=7839)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7839action=view)
testcase 

A minimal testcase

-- 


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


[Bug fortran/19181] ICE and segmentation fault with pointer member in user defined type

2004-12-28 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-28 
20:01 ---
Confirmed, here is the backtrace:
#0  0x0005bb8c in gfc_trans_structure_assign (dest=0x42449d80, expr=0x4240e330) 
at /Users/
pinskia/src/local3/gcc/gcc/fortran/trans-expr.c:1600
#1  0x0005bc08 in gfc_conv_structure (se=0xb760, expr=0x41604450, init=0) 
at /Users/pinskia/
src/local3/gcc/gcc/fortran/trans-expr.c:1703
#2  0x0005a804 in gfc_conv_expr (se=0x41604450, expr=0x41604450) at 
/Users/pinskia/src/local3/
gcc/gcc/fortran/trans-expr.c:1800
#3  0x0005c110 in gfc_trans_assignment (expr1=0x41604300, expr2=0x41604450) at 
/Users/
pinskia/src/local3/gcc/gcc/fortran/trans-expr.c:2173
#4  0x0004ea30 in gfc_trans_code (code=0x41604510) at 
/Users/pinskia/src/local3/gcc/gcc/fortran/
trans.c:495
#5  0x00059020 in gfc_generate_function_code (ns=0x42807800) at 
/Users/pinskia/src/local3/gcc/
gcc/fortran/trans-decl.c:2217
#6  0x0004ec28 in gfc_generate_code (ns=0x42807800) at 
/Users/pinskia/src/local3/gcc/gcc/
fortran/trans.c:679
#7  0x0003590c in gfc_parse_file () at 
/Users/pinskia/src/local3/gcc/gcc/fortran/parse.c:2628
#8  0x0004bd78 in gfc_be_parse_file (set_yydebug=548720) at 
/Users/pinskia/src/local3/gcc/
gcc/fortran/f95-lang.c:266
#9  0x00292bd4 in toplev_main (argc=1096828336, argv=0x4b8a24) at 
/Users/pinskia/src/local3/
gcc/gcc/toplev.c:992
#10 0x1e9c in _start (argc=1, argv=0x4050fb68, envp=0x42807800) at 
/SourceCache/Csu/Csu
-47/crt.c:267


-- 
   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed||1
   Last reconfirmed|-00-00 00:00:00 |2004-12-28 20:01:04
   date||


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