public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/25510]  New: Add ERROR_INTERNAL and ERROR_INTERNAL_UNIT
@ 2005-12-21  5:53 jvdelisle at gcc dot gnu dot org
  2005-12-21  5:58 ` [Bug libfortran/25510] " jvdelisle at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2005-12-21  5:53 UTC (permalink / raw)
  To: gcc-bugs

Need new error types to provide clearer messages rather that use ERROR_OS which
for internal problems reports a run-time error of 'Success'.


-- 
           Summary: Add ERROR_INTERNAL and ERROR_INTERNAL_UNIT
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libfortran
        AssignedTo: jvdelisle at gcc dot gnu dot org
        ReportedBy: jvdelisle at gcc dot gnu dot org


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


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

* [Bug libfortran/25510] Add ERROR_INTERNAL and ERROR_INTERNAL_UNIT
  2005-12-21  5:53 [Bug libfortran/25510] New: Add ERROR_INTERNAL and ERROR_INTERNAL_UNIT jvdelisle at gcc dot gnu dot org
@ 2005-12-21  5:58 ` jvdelisle at gcc dot gnu dot org
  2005-12-25  1:04 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2005-12-21  5:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from jvdelisle at gcc dot gnu dot org  2005-12-21 05:58 -------
Possible places to check.  If the error is on actual file IO will leave it as
is:

io/file_pos.c:  generate_error (&fpp->common, ERROR_OS, NULL);
io/file_pos.c:  generate_error (&fpp->common, ERROR_OS, NULL);
io/file_pos.c:      generate_error (&fpp->common, ERROR_OS, NULL);
io/list_read.c:       generate_error (&dtp->common, ERROR_OS, NULL);
io/list_read.c:   generate_error (&dtp->common, ERROR_OS, NULL);
io/open.c:      generate_error (&opp->common, ERROR_OS, NULL);
io/open.c:      generate_error (&opp->common, ERROR_OS, NULL);
io/open.c:      generate_error (&opp->common, ERROR_OS, NULL);
io/open.c:        generate_error (&opp->common, ERROR_OS,
io/transfer.c:      generate_error (&dtp->common, ERROR_OS, NULL);
io/transfer.c:    generate_error (&dtp->common, ERROR_OS, NULL);
io/transfer.c:      generate_error (&dtp->common, ERROR_OS, NULL);
io/transfer.c:    generate_error (&dtp->common, ERROR_OS, NULL);
io/transfer.c:    generate_error (&dtp->common, ERROR_OS, NULL);
io/transfer.c:      generate_error (&dtp->common, ERROR_OS, NULL);
io/transfer.c:            generate_error (&dtp->common, ERROR_OS, NULL);
io/transfer.c:            generate_error (&dtp->common, ERROR_OS, NULL);
io/transfer.c:        generate_error (&dtp->common, ERROR_OS, NULL);
io/transfer.c:  generate_error (&dtp->common, ERROR_OS, NULL);
io/transfer.c:      generate_error (&dtp->common, ERROR_OS, NULL);
io/transfer.c:        generate_error (&dtp->common, ERROR_OS, NULL);


-- 

jvdelisle at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Add ERROR_INTERNAL and      |Add ERROR_INTERNAL and
                   |ERROR_INTERNAL_UNIT         |ERROR_INTERNAL_UNIT


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


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

* [Bug libfortran/25510] Add ERROR_INTERNAL and ERROR_INTERNAL_UNIT
  2005-12-21  5:53 [Bug libfortran/25510] New: Add ERROR_INTERNAL and ERROR_INTERNAL_UNIT jvdelisle at gcc dot gnu dot org
  2005-12-21  5:58 ` [Bug libfortran/25510] " jvdelisle at gcc dot gnu dot org
@ 2005-12-25  1:04 ` pinskia at gcc dot gnu dot org
  2005-12-28 20:58 ` jvdelisle at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-12-25  1:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2005-12-25 01:04 -------
Confirmed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-12-25 01:04:06
               date|                            |


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


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

* [Bug libfortran/25510] Add ERROR_INTERNAL and ERROR_INTERNAL_UNIT
  2005-12-21  5:53 [Bug libfortran/25510] New: Add ERROR_INTERNAL and ERROR_INTERNAL_UNIT jvdelisle at gcc dot gnu dot org
  2005-12-21  5:58 ` [Bug libfortran/25510] " jvdelisle at gcc dot gnu dot org
  2005-12-25  1:04 ` pinskia at gcc dot gnu dot org
@ 2005-12-28 20:58 ` jvdelisle at gcc dot gnu dot org
  2006-01-01  3:49 ` jvdelisle at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2005-12-28 20:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jvdelisle at gcc dot gnu dot org  2005-12-28 20:58 -------
Subject: Bug 25510

Author: jvdelisle
Date: Wed Dec 28 20:58:08 2005
New Revision: 109122

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109122
Log:
2005-12-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

        PR libgfortran/25139
        * io/unix.c (fd_truncate): Set s->active to zero.
        PR libgfortran/25510
        * libgfortran.h: Add ERROR_INTERNAL and ERROR_INTERNAL_UNIT.
        * runtime/error.c (translate_error): Add messages for new errors.
        * io/list_read.c (next_char): Use new errors.
        * io/transfer.c (next_record_r) (next_record_w): Use new errors.

Modified:
    trunk/libgfortran/ChangeLog
    trunk/libgfortran/io/list_read.c
    trunk/libgfortran/io/transfer.c
    trunk/libgfortran/io/unix.c
    trunk/libgfortran/libgfortran.h
    trunk/libgfortran/runtime/error.c


-- 


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


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

* [Bug libfortran/25510] Add ERROR_INTERNAL and ERROR_INTERNAL_UNIT
  2005-12-21  5:53 [Bug libfortran/25510] New: Add ERROR_INTERNAL and ERROR_INTERNAL_UNIT jvdelisle at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-12-28 20:58 ` jvdelisle at gcc dot gnu dot org
@ 2006-01-01  3:49 ` jvdelisle at gcc dot gnu dot org
  2006-01-01  5:16 ` jvdelisle at gcc dot gnu dot org
  2006-01-01  5:19 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2006-01-01  3:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jvdelisle at gcc dot gnu dot org  2006-01-01 03:49 -------
Subject: Bug 25510

Author: jvdelisle
Date: Sun Jan  1 03:49:00 2006
New Revision: 109212

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109212
Log:
2005-12-31  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

        PR libgfortran/25139
        * io/unix.c (fd_truncate): Set s->active to zero.
        PR libgfortran/25510
        * libgfortran.h: Add ERROR_INTERNAL and ERROR_INTERNAL_UNIT.
        * runtime/error.c (translate_error): Add messages for new errors.
        * io/list_read.c (next_char): Use new errors.
        * io/transfer.c (next_record_r) (next_record_w): Use new errors.

Modified:
    branches/gcc-4_1-branch/libgfortran/ChangeLog
    branches/gcc-4_1-branch/libgfortran/io/list_read.c
    branches/gcc-4_1-branch/libgfortran/io/transfer.c
    branches/gcc-4_1-branch/libgfortran/io/unix.c
    branches/gcc-4_1-branch/libgfortran/libgfortran.h
    branches/gcc-4_1-branch/libgfortran/runtime/error.c


-- 


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



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

* [Bug libfortran/25510] Add ERROR_INTERNAL and ERROR_INTERNAL_UNIT
  2005-12-21  5:53 [Bug libfortran/25510] New: Add ERROR_INTERNAL and ERROR_INTERNAL_UNIT jvdelisle at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2006-01-01  3:49 ` jvdelisle at gcc dot gnu dot org
@ 2006-01-01  5:16 ` jvdelisle at gcc dot gnu dot org
  2006-01-01  5:19 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2006-01-01  5:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from jvdelisle at gcc dot gnu dot org  2006-01-01 05:16 -------
Completed on 4.1 and 4.2


-- 

jvdelisle at gcc dot gnu dot org changed:

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


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



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

* [Bug libfortran/25510] Add ERROR_INTERNAL and ERROR_INTERNAL_UNIT
  2005-12-21  5:53 [Bug libfortran/25510] New: Add ERROR_INTERNAL and ERROR_INTERNAL_UNIT jvdelisle at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2006-01-01  5:16 ` jvdelisle at gcc dot gnu dot org
@ 2006-01-01  5:19 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-01  5:19 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.0


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



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

end of thread, other threads:[~2006-01-01  5:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-21  5:53 [Bug libfortran/25510] New: Add ERROR_INTERNAL and ERROR_INTERNAL_UNIT jvdelisle at gcc dot gnu dot org
2005-12-21  5:58 ` [Bug libfortran/25510] " jvdelisle at gcc dot gnu dot org
2005-12-25  1:04 ` pinskia at gcc dot gnu dot org
2005-12-28 20:58 ` jvdelisle at gcc dot gnu dot org
2006-01-01  3:49 ` jvdelisle at gcc dot gnu dot org
2006-01-01  5:16 ` jvdelisle at gcc dot gnu dot org
2006-01-01  5:19 ` pinskia at gcc dot gnu dot org

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).