public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/24748]  New: substring of implicitly typed variable not rejected
@ 2005-11-08 23:56 tobi at gcc dot gnu dot org
  2005-11-28 21:19 ` [Bug fortran/24748] " eedelman at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: tobi at gcc dot gnu dot org @ 2005-11-08 23:56 UTC (permalink / raw)
  To: gcc-bugs

schluter@pcl247d:~/src/pr/24643> cat implicit_7.f90
subroutine variant
 ybtable=ylocal(1:2)  ! { dg-error "Unclassifiable" }
end
schluter@pcl247d:~/src/pr/24643> ~/src/gcc/build/gcc/f951 implicit_7.f90
 variant In file implicit_7.f90:3

end
  1
 Internal Error at (1):
 gfc_validate_kind(): Got bad kind
schluter@pcl247d:~/src/pr/24643>


-- 
           Summary: substring of implicitly typed variable not rejected
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tobi at gcc dot gnu dot org


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


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

* [Bug fortran/24748] substring of implicitly typed variable not rejected
  2005-11-08 23:56 [Bug fortran/24748] New: substring of implicitly typed variable not rejected tobi at gcc dot gnu dot org
@ 2005-11-28 21:19 ` eedelman at gcc dot gnu dot org
  2006-06-21 23:46 ` langton at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: eedelman at gcc dot gnu dot org @ 2005-11-28 21:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from eedelman at gcc dot gnu dot org  2005-11-28 21:19 -------
Confirmed.


-- 

eedelman 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-11-28 21:19:10
               date|                            |


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


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

* [Bug fortran/24748] substring of implicitly typed variable not rejected
  2005-11-08 23:56 [Bug fortran/24748] New: substring of implicitly typed variable not rejected tobi at gcc dot gnu dot org
  2005-11-28 21:19 ` [Bug fortran/24748] " eedelman at gcc dot gnu dot org
@ 2006-06-21 23:46 ` langton at gcc dot gnu dot org
  2006-06-22 18:43 ` langton at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: langton at gcc dot gnu dot org @ 2006-06-21 23:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from langton at gcc dot gnu dot org  2006-06-21 23:40 -------
Here's a proposed fix:

http://gcc.gnu.org/ml/gcc-patches/2006-06/msg01216.html


-- 

langton at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |langton at gcc dot gnu dot
                   |                            |org


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


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

* [Bug fortran/24748] substring of implicitly typed variable not rejected
  2005-11-08 23:56 [Bug fortran/24748] New: substring of implicitly typed variable not rejected tobi at gcc dot gnu dot org
  2005-11-28 21:19 ` [Bug fortran/24748] " eedelman at gcc dot gnu dot org
  2006-06-21 23:46 ` langton at gcc dot gnu dot org
@ 2006-06-22 18:43 ` langton at gcc dot gnu dot org
  2006-06-22 18:50 ` langton at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: langton at gcc dot gnu dot org @ 2006-06-22 18:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from langton at gcc dot gnu dot org  2006-06-22 18:30 -------
Subject: Bug 24748

Author: langton
Date: Thu Jun 22 18:30:18 2006
New Revision: 114901

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114901
Log:
        PR fortran/24748
        * primary.c (gfc_match_rvalue): Don't call match_substring for
        implicit non-character types.

        PR fortran/24748
        * gfortran.dg/implicit_8.f90: New.


Added:
    trunk/gcc/testsuite/gfortran.dg/implicit_8.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/primary.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug fortran/24748] substring of implicitly typed variable not rejected
  2005-11-08 23:56 [Bug fortran/24748] New: substring of implicitly typed variable not rejected tobi at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-06-22 18:43 ` langton at gcc dot gnu dot org
@ 2006-06-22 18:50 ` langton at gcc dot gnu dot org
  2006-06-29 21:41 ` patchapp at dberlin dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: langton at gcc dot gnu dot org @ 2006-06-22 18:50 UTC (permalink / raw)
  To: gcc-bugs



-- 

langton at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |langton at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


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


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

* [Bug fortran/24748] substring of implicitly typed variable not rejected
  2005-11-08 23:56 [Bug fortran/24748] New: substring of implicitly typed variable not rejected tobi at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2006-06-22 18:50 ` langton at gcc dot gnu dot org
@ 2006-06-29 21:41 ` patchapp at dberlin dot org
  2006-06-30 16:46 ` langton at gcc dot gnu dot org
  2006-06-30 17:48 ` langton at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: patchapp at dberlin dot org @ 2006-06-29 21:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from patchapp at dberlin dot org  2006-06-29 21:41 -------
Subject: Bug number PR24748

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/2006-06/msg01216.html


-- 


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


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

* [Bug fortran/24748] substring of implicitly typed variable not rejected
  2005-11-08 23:56 [Bug fortran/24748] New: substring of implicitly typed variable not rejected tobi at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2006-06-29 21:41 ` patchapp at dberlin dot org
@ 2006-06-30 16:46 ` langton at gcc dot gnu dot org
  2006-06-30 17:48 ` langton at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: langton at gcc dot gnu dot org @ 2006-06-30 16:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from langton at gcc dot gnu dot org  2006-06-30 16:41 -------
Subject: Bug 24748

Author: langton
Date: Fri Jun 30 16:41:11 2006
New Revision: 115092

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115092
Log:
        PR fortran/24748
        * gfortran.dg/implicit_8.f90: New.

        PR fortran/24748
        * primary.c (gfc_match_rvalue): Don't call
        match_substring for implicit non-character types.

Added:
    branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/implicit_8.f90
      - copied unchanged from r114901,
trunk/gcc/testsuite/gfortran.dg/implicit_8.f90
Modified:
    branches/gcc-4_1-branch/gcc/fortran/ChangeLog
    branches/gcc-4_1-branch/gcc/fortran/primary.c
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug fortran/24748] substring of implicitly typed variable not rejected
  2005-11-08 23:56 [Bug fortran/24748] New: substring of implicitly typed variable not rejected tobi at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2006-06-30 16:46 ` langton at gcc dot gnu dot org
@ 2006-06-30 17:48 ` langton at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: langton at gcc dot gnu dot org @ 2006-06-30 17:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from langton at gcc dot gnu dot org  2006-06-30 16:48 -------
Fix backported to 4.1.


-- 

langton at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2006-06-30 16:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-08 23:56 [Bug fortran/24748] New: substring of implicitly typed variable not rejected tobi at gcc dot gnu dot org
2005-11-28 21:19 ` [Bug fortran/24748] " eedelman at gcc dot gnu dot org
2006-06-21 23:46 ` langton at gcc dot gnu dot org
2006-06-22 18:43 ` langton at gcc dot gnu dot org
2006-06-22 18:50 ` langton at gcc dot gnu dot org
2006-06-29 21:41 ` patchapp at dberlin dot org
2006-06-30 16:46 ` langton at gcc dot gnu dot org
2006-06-30 17:48 ` langton 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).