public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/60834] [OOP] ICE with ASSOCIATE  construct (gimplify_var_or_parm_decl, at gimplify.c:1721)
       [not found] <bug-60834-4@http.gcc.gnu.org/bugzilla/>
@ 2014-04-14  8:57 ` dominiq at lps dot ens.fr
  2014-05-12 16:17 ` tkoenig at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: dominiq at lps dot ens.fr @ 2014-04-14  8:57 UTC (permalink / raw)
  To: gcc-bugs

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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-04-14
                 CC|                            |tkoenig at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
No ICE with r197010 (2013-03-23), ICE with r197238 (2013-03-29). No ICE when
compiling with -fno-frontend-optimize, so likely r197216.


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

* [Bug fortran/60834] [OOP] ICE with ASSOCIATE  construct (gimplify_var_or_parm_decl, at gimplify.c:1721)
       [not found] <bug-60834-4@http.gcc.gnu.org/bugzilla/>
  2014-04-14  8:57 ` [Bug fortran/60834] [OOP] ICE with ASSOCIATE construct (gimplify_var_or_parm_decl, at gimplify.c:1721) dominiq at lps dot ens.fr
@ 2014-05-12 16:17 ` tkoenig at gcc dot gnu.org
  2014-05-29 12:12 ` tkoenig at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: tkoenig at gcc dot gnu.org @ 2014-05-12 16:17 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Author: tkoenig
Date: Mon May 12 16:17:09 2014
New Revision: 210329

URL: http://gcc.gnu.org/viewcvs?rev=210329&root=gcc&view=rev
Log:
2014-05-12  Thomas Koenig  <tkoenig@gcc.gnu.org>

    PR fortran/60834
    * frontend-passes.c (in_assoc_list):  New variable.
    (optimize_namespace):  Initialize in_assoc_list
    (combine_array_constructor): Don't try to combine
    assoc lists.
    (gfc_code_walker):  Keep track of in_assoc_list.

2014-05-12  Thomas Koenig  <tkoenig@gcc.gnu.org>

    PR fortran/60834
    * gfortran.dg/associate_16.f90:  New test.


Added:
    trunk/gcc/testsuite/gfortran.dg/associate_16.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/frontend-passes.c
    trunk/gcc/testsuite/ChangeLog


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

* [Bug fortran/60834] [OOP] ICE with ASSOCIATE  construct (gimplify_var_or_parm_decl, at gimplify.c:1721)
       [not found] <bug-60834-4@http.gcc.gnu.org/bugzilla/>
  2014-04-14  8:57 ` [Bug fortran/60834] [OOP] ICE with ASSOCIATE construct (gimplify_var_or_parm_decl, at gimplify.c:1721) dominiq at lps dot ens.fr
  2014-05-12 16:17 ` tkoenig at gcc dot gnu.org
@ 2014-05-29 12:12 ` tkoenig at gcc dot gnu.org
  2014-05-29 14:33 ` tkoenig at gcc dot gnu.org
  2014-05-29 18:13 ` rouson at stanford dot edu
  4 siblings, 0 replies; 5+ messages in thread
From: tkoenig at gcc dot gnu.org @ 2014-05-29 12:12 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60834

--- Comment #4 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Author: tkoenig
Date: Thu May 29 12:12:00 2014
New Revision: 211052

URL: http://gcc.gnu.org/viewcvs?rev=211052&root=gcc&view=rev
Log:
2014-05-29  Thomas Koenig  <tkoenig@gcc.gnu.org>

    PR fortran/60834
    * frontend-passes.c (in_assoc_list):  New variable.
    (optimize_namespace):  Initialize in_assoc_list
    (combine_array_constructor): Don't try to combine
    assoc lists.
    (gfc_code_walker):  Keep track of in_assoc_list.

2014-05-29  Thomas Koenig  <tkoenig@gcc.gnu.org>

    PR fortran/60834
    * gfortran.dg/associate_16.f90:  New test.


Added:
    branches/gcc-4_9-branch/gcc/testsuite/gfortran.dg/associate_16.f90
Modified:
    branches/gcc-4_9-branch/gcc/fortran/ChangeLog
    branches/gcc-4_9-branch/gcc/fortran/frontend-passes.c
    branches/gcc-4_9-branch/gcc/testsuite/ChangeLog


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

* [Bug fortran/60834] [OOP] ICE with ASSOCIATE  construct (gimplify_var_or_parm_decl, at gimplify.c:1721)
       [not found] <bug-60834-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2014-05-29 12:12 ` tkoenig at gcc dot gnu.org
@ 2014-05-29 14:33 ` tkoenig at gcc dot gnu.org
  2014-05-29 18:13 ` rouson at stanford dot edu
  4 siblings, 0 replies; 5+ messages in thread
From: tkoenig at gcc dot gnu.org @ 2014-05-29 14:33 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60834

Thomas Koenig <tkoenig at gcc dot gnu.org> changed:

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

--- Comment #5 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Fixed on all affected branches, closing.


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

* [Bug fortran/60834] [OOP] ICE with ASSOCIATE  construct (gimplify_var_or_parm_decl, at gimplify.c:1721)
       [not found] <bug-60834-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2014-05-29 14:33 ` tkoenig at gcc dot gnu.org
@ 2014-05-29 18:13 ` rouson at stanford dot edu
  4 siblings, 0 replies; 5+ messages in thread
From: rouson at stanford dot edu @ 2014-05-29 18:13 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60834

--- Comment #6 from Damian Rouson <rouson at stanford dot edu> ---
Thanks!


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

end of thread, other threads:[~2014-05-29 18:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-60834-4@http.gcc.gnu.org/bugzilla/>
2014-04-14  8:57 ` [Bug fortran/60834] [OOP] ICE with ASSOCIATE construct (gimplify_var_or_parm_decl, at gimplify.c:1721) dominiq at lps dot ens.fr
2014-05-12 16:17 ` tkoenig at gcc dot gnu.org
2014-05-29 12:12 ` tkoenig at gcc dot gnu.org
2014-05-29 14:33 ` tkoenig at gcc dot gnu.org
2014-05-29 18:13 ` rouson at stanford dot edu

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