public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/45743] [4.6 Regression] gfortran.dg/whole_file_3.f90 ICE: verify_stmts failed: invalid conversion in gimple call with -finline-small-functions
       [not found] <bug-45743-4@http.gcc.gnu.org/bugzilla/>
@ 2010-09-30 17:39 ` rguenth at gcc dot gnu.org
  2010-11-04 11:47 ` [Bug fortran/45743] " rguenth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-09-30 17:39 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-checking
           Priority|P3                          |P1


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

* [Bug fortran/45743] [4.6 Regression] gfortran.dg/whole_file_3.f90 ICE: verify_stmts failed: invalid conversion in gimple call with -finline-small-functions
       [not found] <bug-45743-4@http.gcc.gnu.org/bugzilla/>
  2010-09-30 17:39 ` [Bug tree-optimization/45743] [4.6 Regression] gfortran.dg/whole_file_3.f90 ICE: verify_stmts failed: invalid conversion in gimple call with -finline-small-functions rguenth at gcc dot gnu.org
@ 2010-11-04 11:47 ` rguenth at gcc dot gnu.org
  2010-11-04 13:11 ` burnus at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-11-04 11:47 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-invalid-code
           Priority|P1                          |P4
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2010.11.04 11:46:57
          Component|tree-optimization           |fortran
     Ever Confirmed|0                           |1

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-11-04 11:46:57 UTC ---
I wonder why there is a dg-error directive but only a warning is emitted.  This
sounds like both a fortran frontend error and a testsuite bug (it should
have a FAIL because of the missing error?).

Another bug is that the frontend seems to emit multiple decls for
the EXTERNAL R symbol dependent on the call site.  And it makes that
decls use a type dependent on the actual call despite knowing better
(and issuing a warning).


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

* [Bug fortran/45743] [4.6 Regression] gfortran.dg/whole_file_3.f90 ICE: verify_stmts failed: invalid conversion in gimple call with -finline-small-functions
       [not found] <bug-45743-4@http.gcc.gnu.org/bugzilla/>
  2010-09-30 17:39 ` [Bug tree-optimization/45743] [4.6 Regression] gfortran.dg/whole_file_3.f90 ICE: verify_stmts failed: invalid conversion in gimple call with -finline-small-functions rguenth at gcc dot gnu.org
  2010-11-04 11:47 ` [Bug fortran/45743] " rguenth at gcc dot gnu.org
@ 2010-11-04 13:11 ` burnus at gcc dot gnu.org
  2011-02-22 19:39 ` pault at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: burnus at gcc dot gnu.org @ 2010-11-04 13:11 UTC (permalink / raw)
  To: gcc-bugs

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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu.org

--- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> 2010-11-04 13:10:59 UTC ---
Related: PR 40976, PR 33097, PR 44471


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

* [Bug fortran/45743] [4.6 Regression] gfortran.dg/whole_file_3.f90 ICE: verify_stmts failed: invalid conversion in gimple call with -finline-small-functions
       [not found] <bug-45743-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2010-11-04 13:11 ` burnus at gcc dot gnu.org
@ 2011-02-22 19:39 ` pault at gcc dot gnu.org
  2011-02-22 22:28 ` pault at gcc dot gnu.org
  2011-02-23  8:58 ` pault at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: pault at gcc dot gnu.org @ 2011-02-22 19:39 UTC (permalink / raw)
  To: gcc-bugs

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

Paul Thomas <pault at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot       |pault at gcc dot gnu.org
                   |gnu.org                     |

--- Comment #3 from Paul Thomas <pault at gcc dot gnu.org> 2011-02-22 19:17:43 UTC ---
Created attachment 23437
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23437
A fix for the PR

This has already been submitted to the list.

Cheers

Paul


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

* [Bug fortran/45743] [4.6 Regression] gfortran.dg/whole_file_3.f90 ICE: verify_stmts failed: invalid conversion in gimple call with -finline-small-functions
       [not found] <bug-45743-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2011-02-22 19:39 ` pault at gcc dot gnu.org
@ 2011-02-22 22:28 ` pault at gcc dot gnu.org
  2011-02-23  8:58 ` pault at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: pault at gcc dot gnu.org @ 2011-02-22 22:28 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Paul Thomas <pault at gcc dot gnu.org> 2011-02-22 20:33:48 UTC ---
Author: pault
Date: Tue Feb 22 20:33:45 2011
New Revision: 170414

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170414
Log:
2011-02-22  Paul Thomas  <pault@gcc.gnu.org>

    PR fortran/45743
    * trans-decl.c (gfc_get_extern_function_decl): Don't use the
    gsymbol backend_decl if the procedure has a formal argument
    that is a procedure.

2011-02-22  Paul Thomas  <pault@gcc.gnu.org>

    PR fortran/45743
    * gfortran.dg/whole_file_32.f90 : New test.

Added:
    trunk/gcc/testsuite/gfortran.dg/whole_file_32.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-decl.c
    trunk/gcc/testsuite/ChangeLog


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

* [Bug fortran/45743] [4.6 Regression] gfortran.dg/whole_file_3.f90 ICE: verify_stmts failed: invalid conversion in gimple call with -finline-small-functions
       [not found] <bug-45743-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2011-02-22 22:28 ` pault at gcc dot gnu.org
@ 2011-02-23  8:58 ` pault at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: pault at gcc dot gnu.org @ 2011-02-23  8:58 UTC (permalink / raw)
  To: gcc-bugs

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

Paul Thomas <pault at gcc dot gnu.org> changed:

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

--- Comment #5 from Paul Thomas <pault at gcc dot gnu.org> 2011-02-23 07:50:21 UTC ---
Fixed on trunk.

Thanks for the report!

Paul


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

end of thread, other threads:[~2011-02-23  7:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-45743-4@http.gcc.gnu.org/bugzilla/>
2010-09-30 17:39 ` [Bug tree-optimization/45743] [4.6 Regression] gfortran.dg/whole_file_3.f90 ICE: verify_stmts failed: invalid conversion in gimple call with -finline-small-functions rguenth at gcc dot gnu.org
2010-11-04 11:47 ` [Bug fortran/45743] " rguenth at gcc dot gnu.org
2010-11-04 13:11 ` burnus at gcc dot gnu.org
2011-02-22 19:39 ` pault at gcc dot gnu.org
2011-02-22 22:28 ` pault at gcc dot gnu.org
2011-02-23  8:58 ` pault at gcc dot gnu.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).