public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/42897]  New: yet another ice in verify_ssa
@ 2010-01-29 13:36 dcb314 at hotmail dot com
  2010-01-29 13:37 ` [Bug c++/42897] " dcb314 at hotmail dot com
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: dcb314 at hotmail dot com @ 2010-01-29 13:36 UTC (permalink / raw)
  To: gcc-bugs

I just tried to compile the package htmldoc-1.8.27-174.19 with the GNU
C++ compiler version 4.5 snapshot 20100128 and the compiler said

image.cxx:389:1: error: definition in block 7 does not dominate use in block 13
for SSA_NAME: i_36 in statement:
# DEBUG i => i_36
image.cxx:389:1: internal compiler error: verify_ssa failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Preprocessed source code attached. Flags -g -O3 required.

This bug looks similar to 40711 and 42299, but it does seem to be
different to me.


-- 
           Summary: yet another ice in verify_ssa
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dcb314 at hotmail dot com
  GCC host triplet: x86_64-suse-linux


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


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

* [Bug c++/42897] yet another ice in verify_ssa
  2010-01-29 13:36 [Bug c++/42897] New: yet another ice in verify_ssa dcb314 at hotmail dot com
@ 2010-01-29 13:37 ` dcb314 at hotmail dot com
  2010-01-29 14:34 ` [Bug debug/42897] [4.5 Regression] " pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: dcb314 at hotmail dot com @ 2010-01-29 13:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from dcb314 at hotmail dot com  2010-01-29 13:37 -------
Created an attachment (id=19749)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19749&action=view)
C++ source code


-- 


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


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

* [Bug debug/42897] [4.5 Regression] yet another ice in verify_ssa
  2010-01-29 13:36 [Bug c++/42897] New: yet another ice in verify_ssa dcb314 at hotmail dot com
  2010-01-29 13:37 ` [Bug c++/42897] " dcb314 at hotmail dot com
@ 2010-01-29 14:34 ` pinskia at gcc dot gnu dot org
  2010-01-29 16:23 ` hjl dot tools at gmail dot com
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2010-01-29 14:34 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
          Component|c++                         |debug
           Keywords|                            |ice-on-valid-code
            Summary|yet another ice in          |[4.5 Regression] yet another
                   |verify_ssa                  |ice in verify_ssa
   Target Milestone|---                         |4.5.0


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


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

* [Bug debug/42897] [4.5 Regression] yet another ice in verify_ssa
  2010-01-29 13:36 [Bug c++/42897] New: yet another ice in verify_ssa dcb314 at hotmail dot com
  2010-01-29 13:37 ` [Bug c++/42897] " dcb314 at hotmail dot com
  2010-01-29 14:34 ` [Bug debug/42897] [4.5 Regression] " pinskia at gcc dot gnu dot org
@ 2010-01-29 16:23 ` hjl dot tools at gmail dot com
  2010-01-30  9:13 ` aoliva at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-01-29 16:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hjl dot tools at gmail dot com  2010-01-29 16:22 -------
It is caused by revision 154402:

http://gcc.gnu.org/ml/gcc-cvs/2009-11/msg00623.html


-- 


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


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

* [Bug debug/42897] [4.5 Regression] yet another ice in verify_ssa
  2010-01-29 13:36 [Bug c++/42897] New: yet another ice in verify_ssa dcb314 at hotmail dot com
                   ` (2 preceding siblings ...)
  2010-01-29 16:23 ` hjl dot tools at gmail dot com
@ 2010-01-30  9:13 ` aoliva at gcc dot gnu dot org
  2010-02-02 13:42 ` rguenth at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: aoliva at gcc dot gnu dot org @ 2010-01-30  9:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from aoliva at gcc dot gnu dot org  2010-01-30 09:13 -------
Mine, testing patches.


-- 

aoliva at gcc dot gnu dot org changed:

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


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


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

* [Bug debug/42897] [4.5 Regression] yet another ice in verify_ssa
  2010-01-29 13:36 [Bug c++/42897] New: yet another ice in verify_ssa dcb314 at hotmail dot com
                   ` (3 preceding siblings ...)
  2010-01-30  9:13 ` aoliva at gcc dot gnu dot org
@ 2010-02-02 13:42 ` rguenth at gcc dot gnu dot org
  2010-02-07 20:38 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-02-02 13:42 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1


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


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

* [Bug debug/42897] [4.5 Regression] yet another ice in verify_ssa
  2010-01-29 13:36 [Bug c++/42897] New: yet another ice in verify_ssa dcb314 at hotmail dot com
                   ` (4 preceding siblings ...)
  2010-02-02 13:42 ` rguenth at gcc dot gnu dot org
@ 2010-02-07 20:38 ` pinskia at gcc dot gnu dot org
  2010-03-01 22:54 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2010-02-07 20:38 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-02-07 20:37:51
               date|                            |


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


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

* [Bug debug/42897] [4.5 Regression] yet another ice in verify_ssa
  2010-01-29 13:36 [Bug c++/42897] New: yet another ice in verify_ssa dcb314 at hotmail dot com
                   ` (5 preceding siblings ...)
  2010-02-07 20:38 ` pinskia at gcc dot gnu dot org
@ 2010-03-01 22:54 ` pinskia at gcc dot gnu dot org
  2010-03-06 20:28 ` aoliva at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2010-03-01 22:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2010-03-01 22:53 -------
Reduced testcase:
int gif_read_lzw(int input_code_size)
{
  int i, incode;
  static short fresh = 0,  code_size, set_code_size, clear_code,
table[2][4096], *sp;
  set_code_size = input_code_size;
  clear_code = 1 << set_code_size;
  for (i = 0; i < clear_code; i ++)
    table[1][i] = i;
  for (; i < 4096; i ++)
    code_size ++;
}


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   GCC host triplet|x86_64-suse-linux           |
 GCC target triplet|                            |x86_64-suse-linux


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


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

* [Bug debug/42897] [4.5 Regression] yet another ice in verify_ssa
  2010-01-29 13:36 [Bug c++/42897] New: yet another ice in verify_ssa dcb314 at hotmail dot com
                   ` (6 preceding siblings ...)
  2010-03-01 22:54 ` pinskia at gcc dot gnu dot org
@ 2010-03-06 20:28 ` aoliva at gcc dot gnu dot org
  2010-03-06 20:30 ` aoliva at gcc dot gnu dot org
  2010-03-06 21:08 ` aoliva at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: aoliva at gcc dot gnu dot org @ 2010-03-06 20:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from aoliva at gcc dot gnu dot org  2010-03-06 20:28 -------
Subject: Bug 42897

Author: aoliva
Date: Sat Mar  6 20:28:04 2010
New Revision: 157258

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157258
Log:
PR debug/42897
* tree-vect-loop.c (vect_transform_loop): Kill out-of-loop debug
uses of relevant DEFs that are dead outside the loop too.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-vect-loop.c


-- 


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


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

* [Bug debug/42897] [4.5 Regression] yet another ice in verify_ssa
  2010-01-29 13:36 [Bug c++/42897] New: yet another ice in verify_ssa dcb314 at hotmail dot com
                   ` (7 preceding siblings ...)
  2010-03-06 20:28 ` aoliva at gcc dot gnu dot org
@ 2010-03-06 20:30 ` aoliva at gcc dot gnu dot org
  2010-03-06 21:08 ` aoliva at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: aoliva at gcc dot gnu dot org @ 2010-03-06 20:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from aoliva at gcc dot gnu dot org  2010-03-06 20:30 -------
Subject: Bug 42897

Author: aoliva
Date: Sat Mar  6 20:30:10 2010
New Revision: 157259

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157259
Log:
PR debug/42897
* gimple-iterator.c (gsi_remove): Propagate only PHI DEFs removed
permanently.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gimple-iterator.c
    trunk/gcc/tree-phinodes.c


-- 


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


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

* [Bug debug/42897] [4.5 Regression] yet another ice in verify_ssa
  2010-01-29 13:36 [Bug c++/42897] New: yet another ice in verify_ssa dcb314 at hotmail dot com
                   ` (8 preceding siblings ...)
  2010-03-06 20:30 ` aoliva at gcc dot gnu dot org
@ 2010-03-06 21:08 ` aoliva at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: aoliva at gcc dot gnu dot org @ 2010-03-06 21:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from aoliva at gcc dot gnu dot org  2010-03-06 21:08 -------
Fixed


-- 

aoliva at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2010-03-06 21:08 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-29 13:36 [Bug c++/42897] New: yet another ice in verify_ssa dcb314 at hotmail dot com
2010-01-29 13:37 ` [Bug c++/42897] " dcb314 at hotmail dot com
2010-01-29 14:34 ` [Bug debug/42897] [4.5 Regression] " pinskia at gcc dot gnu dot org
2010-01-29 16:23 ` hjl dot tools at gmail dot com
2010-01-30  9:13 ` aoliva at gcc dot gnu dot org
2010-02-02 13:42 ` rguenth at gcc dot gnu dot org
2010-02-07 20:38 ` pinskia at gcc dot gnu dot org
2010-03-01 22:54 ` pinskia at gcc dot gnu dot org
2010-03-06 20:28 ` aoliva at gcc dot gnu dot org
2010-03-06 20:30 ` aoliva at gcc dot gnu dot org
2010-03-06 21:08 ` aoliva 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).