public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/20950] New: segfault in INQUIRE asking for SEQUENTIAL status
@ 2005-04-11 15:40 fxcoudert at gcc dot gnu dot org
  2005-04-11 15:41 ` [Bug libfortran/20950] " fxcoudert at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-04-11 15:40 UTC (permalink / raw)
  To: gcc-bugs

$ cat fc112.f 
      character*20 c
      inquire (33, sequential = c)
      print *, c
      end
$ ./bin/gfortran -static fc112.f && ./a.out
zsh: segmentation fault  ./a.out

With gdb:
Program received signal SIGSEGV, Segmentation fault.
inquire_via_unit (u=0x0) at ../../../gcc/libgfortran/io/inquire.c:92
92            else


Patch will follow soon.

-- 
           Summary: segfault in INQUIRE asking for SEQUENTIAL status
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fxcoudert at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libfortran/20950] segfault in INQUIRE asking for SEQUENTIAL status
  2005-04-11 15:40 [Bug libfortran/20950] New: segfault in INQUIRE asking for SEQUENTIAL status fxcoudert at gcc dot gnu dot org
@ 2005-04-11 15:41 ` fxcoudert at gcc dot gnu dot org
  2005-04-18  7:34 ` cvs-commit at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-04-11 15:41 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-04-11 15:41:15
               date|                            |


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libfortran/20950] segfault in INQUIRE asking for SEQUENTIAL status
  2005-04-11 15:40 [Bug libfortran/20950] New: segfault in INQUIRE asking for SEQUENTIAL status fxcoudert at gcc dot gnu dot org
  2005-04-11 15:41 ` [Bug libfortran/20950] " fxcoudert at gcc dot gnu dot org
@ 2005-04-18  7:34 ` cvs-commit at gcc dot gnu dot org
  2005-04-18  7:40 ` [Bug libfortran/20950] [4.0 only] " fxcoudert at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-04-18  7:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-04-18 07:34 -------
Subject: Bug 20950

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	fxcoudert@gcc.gnu.org	2005-04-18 07:34:33

Modified files:
	gcc/testsuite  : ChangeLog 
	libgfortran    : ChangeLog 
	libgfortran/io : inquire.c 
Added files:
	gcc/testsuite/gfortran.dg: pr20950.f 

Log message:
	PR libfortran/20950
	* io/inquire.c (inquire_via_unit): Check for the gfc_unit being
	NULL when setting ioparm.sequential.
	* gfortran.dg/pr20950.f: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.5363&r2=1.5364
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/pr20950.f.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/ChangeLog.diff?cvsroot=gcc&r1=1.196&r2=1.197
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/io/inquire.c.diff?cvsroot=gcc&r1=1.10&r2=1.11



-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libfortran/20950] [4.0 only] segfault in INQUIRE asking for SEQUENTIAL status
  2005-04-11 15:40 [Bug libfortran/20950] New: segfault in INQUIRE asking for SEQUENTIAL status fxcoudert at gcc dot gnu dot org
  2005-04-11 15:41 ` [Bug libfortran/20950] " fxcoudert at gcc dot gnu dot org
  2005-04-18  7:34 ` cvs-commit at gcc dot gnu dot org
@ 2005-04-18  7:40 ` fxcoudert at gcc dot gnu dot org
  2005-04-27 18:16 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-04-18  7:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fxcoudert at gcc dot gnu dot org  2005-04-18 07:40 -------
Patch commited to mainline. Waiting for 4.0 to reopen.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch
   Last reconfirmed|2005-04-11 15:41:15         |2005-04-18 07:40:41
               date|                            |
            Summary|segfault in INQUIRE asking  |[4.0 only] segfault in
                   |for SEQUENTIAL status       |INQUIRE asking for
                   |                            |SEQUENTIAL status
   Target Milestone|---                         |4.0.1


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libfortran/20950] [4.0 only] segfault in INQUIRE asking for SEQUENTIAL status
  2005-04-11 15:40 [Bug libfortran/20950] New: segfault in INQUIRE asking for SEQUENTIAL status fxcoudert at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-04-18  7:40 ` [Bug libfortran/20950] [4.0 only] " fxcoudert at gcc dot gnu dot org
@ 2005-04-27 18:16 ` cvs-commit at gcc dot gnu dot org
  2005-04-27 18:16 ` fxcoudert at gcc dot gnu dot org
  2005-04-28  3:58 ` eschenb at informatik dot uni-frankfurt dot de
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-04-27 18:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-04-27 18:15 -------
Subject: Bug 20950

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	fxcoudert@gcc.gnu.org	2005-04-27 18:15:39

Modified files:
	gcc/testsuite  : ChangeLog 
	libgfortran    : ChangeLog 
	libgfortran/io : inquire.c 
Added files:
	gcc/testsuite/gfortran.dg: pr20950.f 

Log message:
	PR libfortran/20950
	
	* io/inquire.c (inquire_via_unit): Check for the gfc_unit being
	NULL when setting ioparm.sequential.
	
	* gfortran.dg/pr20950.f: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.5084.2.142&r2=1.5084.2.143
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/pr20950.f.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.163.2.19&r2=1.163.2.20
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/io/inquire.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.9.8.1&r2=1.9.8.2



-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libfortran/20950] [4.0 only] segfault in INQUIRE asking for SEQUENTIAL status
  2005-04-11 15:40 [Bug libfortran/20950] New: segfault in INQUIRE asking for SEQUENTIAL status fxcoudert at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-04-27 18:16 ` cvs-commit at gcc dot gnu dot org
@ 2005-04-27 18:16 ` fxcoudert at gcc dot gnu dot org
  2005-04-28  3:58 ` eschenb at informatik dot uni-frankfurt dot de
  5 siblings, 0 replies; 7+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-04-27 18:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fxcoudert at gcc dot gnu dot org  2005-04-27 18:16 -------
Patch commited to 4.0. Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libfortran/20950] [4.0 only] segfault in INQUIRE asking for SEQUENTIAL status
  2005-04-11 15:40 [Bug libfortran/20950] New: segfault in INQUIRE asking for SEQUENTIAL status fxcoudert at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2005-04-27 18:16 ` fxcoudert at gcc dot gnu dot org
@ 2005-04-28  3:58 ` eschenb at informatik dot uni-frankfurt dot de
  5 siblings, 0 replies; 7+ messages in thread
From: eschenb at informatik dot uni-frankfurt dot de @ 2005-04-28  3:58 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1725 bytes --]


------- Additional Comments From eschenb at informatik dot uni-frankfurt dot de  2005-04-28 03:58 -------
Subject: Re:  [4.0 only] segfault in INQUIRE asking
	for SEQUENTIAL status

Was heißt hier Nutte, man muß ja sehen, wo man bleibt, da wird man ja wohl mal
quer durch dei Stadt rumhuren dürfen *gggg*

;-) - Nich zu ernst nehmen *ggg*


Zitat von cvs-commit at gcc dot gnu dot org <gcc-bugzilla@gcc.gnu.org>:

>
> ------- Additional Comments From cvs-commit at gcc dot gnu dot org
> 2005-04-27 18:15 -------
> Subject: Bug 20950
>
> CVSROOT:	/cvs/gcc
> Module name:	gcc
> Branch: 	gcc-4_0-branch
> Changes by:	fxcoudert@gcc.gnu.org	2005-04-27 18:15:39
>
> Modified files:
> 	gcc/testsuite  : ChangeLog
> 	libgfortran    : ChangeLog
> 	libgfortran/io : inquire.c
> Added files:
> 	gcc/testsuite/gfortran.dg: pr20950.f
>
> Log message:
> 	PR libfortran/20950
>
> 	* io/inquire.c (inquire_via_unit): Check for the gfc_unit being
> 	NULL when setting ioparm.sequential.
>
> 	* gfortran.dg/pr20950.f: New test.
>
> Patches:
> http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.5084.2.142&r2=1.5084.2.143
> http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/pr20950.f.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.4.1
> http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.163.2.19&r2=1.163.2.20
> http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/io/inquire.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.9.8.1&r2=1.9.8.2
>
>
>
> --
>
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20950
>




-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-04-28  3:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-11 15:40 [Bug libfortran/20950] New: segfault in INQUIRE asking for SEQUENTIAL status fxcoudert at gcc dot gnu dot org
2005-04-11 15:41 ` [Bug libfortran/20950] " fxcoudert at gcc dot gnu dot org
2005-04-18  7:34 ` cvs-commit at gcc dot gnu dot org
2005-04-18  7:40 ` [Bug libfortran/20950] [4.0 only] " fxcoudert at gcc dot gnu dot org
2005-04-27 18:16 ` cvs-commit at gcc dot gnu dot org
2005-04-27 18:16 ` fxcoudert at gcc dot gnu dot org
2005-04-28  3:58 ` eschenb at informatik dot uni-frankfurt dot de

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).