public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/44667]  New: [4.5/4.6 Regression] ICE: verify_stmts failed: non-trivial conversion at assignment with -fprofile-generate
@ 2010-06-25 14:57 zsojka at seznam dot cz
  2010-06-25 15:09 ` [Bug tree-optimization/44667] " rguenth at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: zsojka at seznam dot cz @ 2010-06-25 14:57 UTC (permalink / raw)
  To: gcc-bugs

Command line:
$ gfortran -O2 -fprofile-generate
or
$ gfortran -O1 -finline-small-functions -fprofile-generate

Compiler output:
$ gfortran -O1 -finline-small-functions -fprofile-generate
/mnt/svn/gcc-trunk/gcc/testsuite/gfortran.dg/char_pointer_assign_5.f90
/mnt/svn/gcc-trunk/gcc/testsuite/gfortran.dg/char_pointer_assign_5.f90: In
function 'ptr':
/mnt/svn/gcc-trunk/gcc/testsuite/gfortran.dg/char_pointer_assign_5.f90:14:0:
error: non-trivial conversion at assignment
character(kind=1)[2][1:10] *
character(kind=1)[2][1:_s] *
s.0 = s;

/mnt/svn/gcc-trunk/gcc/testsuite/gfortran.dg/char_pointer_assign_5.f90:14:0:
internal compiler error: verify_stmts failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Tested revisions:
r161170 - crash
4.5 r158978 - crash (with checking)
4.4 r158133 - OK (with checking)

The testcase is from testsuite, gfortran.dg/char_pointer_assign_5.f90


-- 
           Summary: [4.5/4.6 Regression] ICE: verify_stmts failed: non-
                    trivial conversion at assignment with -fprofile-generate
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: zsojka at seznam dot cz
  GCC host triplet: x86_64-pc-linux-gnu
GCC target triplet: x86_64-pc-linux-gnu


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


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

* [Bug tree-optimization/44667] [4.5/4.6 Regression] ICE: verify_stmts failed: non-trivial conversion at assignment with -fprofile-generate
  2010-06-25 14:57 [Bug tree-optimization/44667] New: [4.5/4.6 Regression] ICE: verify_stmts failed: non-trivial conversion at assignment with -fprofile-generate zsojka at seznam dot cz
@ 2010-06-25 15:09 ` rguenth at gcc dot gnu dot org
  2010-06-25 17:51 ` hjl dot tools at gmail dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-06-25 15:09 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-checking
   Target Milestone|---                         |4.5.1


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


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

* [Bug tree-optimization/44667] [4.5/4.6 Regression] ICE: verify_stmts failed: non-trivial conversion at assignment with -fprofile-generate
  2010-06-25 14:57 [Bug tree-optimization/44667] New: [4.5/4.6 Regression] ICE: verify_stmts failed: non-trivial conversion at assignment with -fprofile-generate zsojka at seznam dot cz
  2010-06-25 15:09 ` [Bug tree-optimization/44667] " rguenth at gcc dot gnu dot org
@ 2010-06-25 17:51 ` hjl dot tools at gmail dot com
  2010-06-25 20:32 ` rguenth at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-06-25 17:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from hjl dot tools at gmail dot com  2010-06-25 17:50 -------
It is caused by revision 150519:

http://gcc.gnu.org/ml/gcc-cvs/2009-08/msg00199.html


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rguenth at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-06-25 17:50:35
               date|                            |


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


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

* [Bug tree-optimization/44667] [4.5/4.6 Regression] ICE: verify_stmts failed: non-trivial conversion at assignment with -fprofile-generate
  2010-06-25 14:57 [Bug tree-optimization/44667] New: [4.5/4.6 Regression] ICE: verify_stmts failed: non-trivial conversion at assignment with -fprofile-generate zsojka at seznam dot cz
  2010-06-25 15:09 ` [Bug tree-optimization/44667] " rguenth at gcc dot gnu dot org
  2010-06-25 17:51 ` hjl dot tools at gmail dot com
@ 2010-06-25 20:32 ` rguenth at gcc dot gnu dot org
  2010-06-29 12:12 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-06-25 20:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2010-06-25 20:31 -------
Mine.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rguenth at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2010-06-25 17:50:35         |2010-06-25 20:31:46
               date|                            |


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


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

* [Bug tree-optimization/44667] [4.5/4.6 Regression] ICE: verify_stmts failed: non-trivial conversion at assignment with -fprofile-generate
  2010-06-25 14:57 [Bug tree-optimization/44667] New: [4.5/4.6 Regression] ICE: verify_stmts failed: non-trivial conversion at assignment with -fprofile-generate zsojka at seznam dot cz
                   ` (2 preceding siblings ...)
  2010-06-25 20:32 ` rguenth at gcc dot gnu dot org
@ 2010-06-29 12:12 ` rguenth at gcc dot gnu dot org
  2010-06-29 12:24 ` [Bug tree-optimization/44667] [4.5 " rguenth at gcc dot gnu dot org
  2010-07-22  8:51 ` rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-06-29 12:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2010-06-29 12:12 -------
Subject: Bug 44667

Author: rguenth
Date: Tue Jun 29 12:12:10 2010
New Revision: 161527

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161527
Log:
2010-06-29  Richard Guenther  <rguenther@suse.de>

        PR middle-end/44667
        * tree-inline.c (initialize_inlined_parameters): Make sure
        to remap the inlined parameter variable substitutions types.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-inline.c


-- 


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


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

* [Bug tree-optimization/44667] [4.5 Regression] ICE: verify_stmts failed: non-trivial conversion at assignment with -fprofile-generate
  2010-06-25 14:57 [Bug tree-optimization/44667] New: [4.5/4.6 Regression] ICE: verify_stmts failed: non-trivial conversion at assignment with -fprofile-generate zsojka at seznam dot cz
                   ` (3 preceding siblings ...)
  2010-06-29 12:12 ` rguenth at gcc dot gnu dot org
@ 2010-06-29 12:24 ` rguenth at gcc dot gnu dot org
  2010-07-22  8:51 ` rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-06-29 12:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rguenth at gcc dot gnu dot org  2010-06-29 12:24 -------
Fixed on the trunk.  Probably not worth to fix on the branch though as it
is a checking-only ICE.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |4.6.0
            Summary|[4.5/4.6 Regression] ICE:   |[4.5 Regression] ICE:
                   |verify_stmts failed: non-   |verify_stmts failed: non-
                   |trivial conversion at       |trivial conversion at
                   |assignment with -fprofile-  |assignment with -fprofile-
                   |generate                    |generate


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


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

* [Bug tree-optimization/44667] [4.5 Regression] ICE: verify_stmts failed: non-trivial conversion at assignment with -fprofile-generate
  2010-06-25 14:57 [Bug tree-optimization/44667] New: [4.5/4.6 Regression] ICE: verify_stmts failed: non-trivial conversion at assignment with -fprofile-generate zsojka at seznam dot cz
                   ` (4 preceding siblings ...)
  2010-06-29 12:24 ` [Bug tree-optimization/44667] [4.5 " rguenth at gcc dot gnu dot org
@ 2010-07-22  8:51 ` rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-07-22  8:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rguenth at gcc dot gnu dot org  2010-07-22 08:50 -------
wontfix on the branch.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|4.5.1                       |4.6.0


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


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

end of thread, other threads:[~2010-07-22  8:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-25 14:57 [Bug tree-optimization/44667] New: [4.5/4.6 Regression] ICE: verify_stmts failed: non-trivial conversion at assignment with -fprofile-generate zsojka at seznam dot cz
2010-06-25 15:09 ` [Bug tree-optimization/44667] " rguenth at gcc dot gnu dot org
2010-06-25 17:51 ` hjl dot tools at gmail dot com
2010-06-25 20:32 ` rguenth at gcc dot gnu dot org
2010-06-29 12:12 ` rguenth at gcc dot gnu dot org
2010-06-29 12:24 ` [Bug tree-optimization/44667] [4.5 " rguenth at gcc dot gnu dot org
2010-07-22  8:51 ` rguenth 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).