Re: [Bug fortran/32801] USE of ISO_C_BINDING, ONLY: C_LOC causes compiler seg fault

2007-08-08 Thread Douglas Wells
> > > --- Comment #8 from fxcoudert at gcc dot gnu dot org 2007-08-06 09:20 > --- > Without any more news, let's consider this fixed. Douglas, if it so happens > that your bug wasn't fixed by the patch, please reopen this bug-report. > > > -- > > fxcoudert at gcc dot gnu dot org ch

[Bug fortran/32801] USE of ISO_C_BINDING, ONLY: C_LOC causes compiler seg fault

2007-08-06 Thread fxcoudert at gcc dot gnu dot org
--- Comment #8 from fxcoudert at gcc dot gnu dot org 2007-08-06 09:20 --- Without any more news, let's consider this fixed. Douglas, if it so happens that your bug wasn't fixed by the patch, please reopen this bug-report. -- fxcoudert at gcc dot gnu dot org changed: What

[Bug fortran/32801] USE of ISO_C_BINDING, ONLY: C_LOC causes compiler seg fault

2007-07-21 Thread kargl at gcc dot gnu dot org
--- Comment #7 from kargl at gcc dot gnu dot org 2007-07-21 20:41 --- Douglas, Is this problem fixed for you, now? -- kargl at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/32801] USE of ISO_C_BINDING, ONLY: C_LOC causes compiler seg fault

2007-07-21 Thread kargl at gcc dot gnu dot org
--- Comment #6 from kargl at gcc dot gnu dot org 2007-07-21 20:31 --- Subject: Bug 32801 Author: kargl Date: Sat Jul 21 20:31:17 2007 New Revision: 126812 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126812 Log: 2007-07-21 Christopher D. Rickett <[EMAIL PROTECTED]>

[Bug fortran/32801] USE of ISO_C_BINDING, ONLY: C_LOC causes compiler seg fault

2007-07-18 Thread burnus at gcc dot gnu dot org
--- Comment #5 from burnus at gcc dot gnu dot org 2007-07-18 22:06 --- > - In the original programs (from which this example is extracted, the >declaration of C_PTR prior to C_LOC causes the compiler to erroneously >diagnose various other constructs The reported problem has bee

[Bug fortran/32801] USE of ISO_C_BINDING, ONLY: C_LOC causes compiler seg fault

2007-07-18 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2007-07-18 22:02 --- Subject: Bug 32801 Author: burnus Date: Wed Jul 18 22:02:21 2007 New Revision: 126732 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126732 Log: 2007-07-18 Christopher D. Rickett <[EMAIL PROTECTED]>

[Bug fortran/32801] USE of ISO_C_BINDING, ONLY: C_LOC causes compiler seg fault

2007-07-18 Thread patchapp at dberlin dot org
--- Comment #3 from patchapp at dberlin dot org 2007-07-18 21:15 --- Subject: Bug number PR 32801 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-07/msg01559.html -- http://gcc.gnu.org/bugzilla/s

[Bug fortran/32801] USE of ISO_C_BINDING, ONLY: C_LOC causes compiler seg fault

2007-07-18 Thread crickett at lanl dot gov
--- Comment #2 from crickett at lanl dot gov 2007-07-18 20:18 --- (In reply to comment #1) > sym->ts has type BT_DERIVED, but yet sym->ts.derived is NULL. Maybe this > should > be set earlier, or maybe the test on (sym->ts.type == BT_DERIVED && > sym->ts.derived->components == NULL) ju

[Bug fortran/32801] USE of ISO_C_BINDING, ONLY: C_LOC causes compiler seg fault

2007-07-18 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2007-07-18 11:24 --- Backtrace on x86_64-linux: Program received signal SIGSEGV, Segmentation fault. 0x00459311 in resolve_symbol (sym=0xf0bb90) at ../../../trunk3/gcc/fortran/resolve.c:7284 7284 if (sym->ts.type ==

[Bug fortran/32801] USE of ISO_C_BINDING, ONLY: C_LOC causes compiler seg fault

2007-07-17 Thread burnus at gcc dot gnu dot org
-- burnus at gcc dot gnu dot org changed: What|Removed |Added OtherBugsDependingO||32630 nThis|| St