public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/26948]  New: ICE: tree check: expected ssa_name, have struct_field_tag in is_old_name, at tree-into-ssa.c:466
@ 2006-03-30 18:11 micis at gmx dot de
  2006-03-30 18:13 ` [Bug tree-optimization/26948] " micis at gmx dot de
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: micis at gmx dot de @ 2006-03-30 18:11 UTC (permalink / raw)
  To: gcc-bugs

With the actual snapshot (gcc-4.2-20060325) I get the ICE: tree check:
expected ssa_name, have struct_field_tag in is_old_name, at tree-into-ssa.c:466

Michael Cieslinski

g++42f -O1 -msse2 -mfpmath=sse -ftree-vectorize -c in.ii -S -v
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc-4.2-20060325/configure --prefix=/usr/local/gcc42f
--program-suffix=42f --with-arch=opteron --enable-languages=c,c++
--enable-__cxa_atexit --disable-nls --enable-threads=posix --disable-multilib
--enable-checking
Thread model: posix
gcc version 4.2.0 20060325 (experimental)
 /usr/local/gcc42f/libexec/gcc/x86_64-unknown-linux-gnu/4.2.0/cc1plus
-fpreprocessed in.ii -quiet -dumpbase in.ii -msse2 -mfpmath=sse -march=opteron
-auxbase in -O1 -version -ftree-vectorize -o in.s
GNU C++ version 4.2.0 20060325 (experimental) (x86_64-unknown-linux-gnu)
        compiled by GNU C version 4.2.0 20060325 (experimental).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
Compiler executable checksum: b091679bfe10b065fa639aec2f0c7166
in.ii: In function 'EVT MatchDeadPix(int, MatchDeadPixParType, long int)':
in.ii:49: internal compiler error: tree check: expected ssa_name, have
struct_field_tag in is_old_name, at tree-into-ssa.c:466
Please submit a full bug report, with preprocessed source if appropriate.


-- 
           Summary: ICE: tree check: expected ssa_name, have
                    struct_field_tag in is_old_name, at tree-into-ssa.c:466
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: micis at gmx dot de
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


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


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

* [Bug tree-optimization/26948] ICE: tree check: expected ssa_name, have struct_field_tag in is_old_name, at tree-into-ssa.c:466
  2006-03-30 18:11 [Bug tree-optimization/26948] New: ICE: tree check: expected ssa_name, have struct_field_tag in is_old_name, at tree-into-ssa.c:466 micis at gmx dot de
@ 2006-03-30 18:13 ` micis at gmx dot de
  2006-03-31 14:24 ` [Bug tree-optimization/26948] ICE: tree check: expected ssa_name, with -ftree-vectorize reichelt at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: micis at gmx dot de @ 2006-03-30 18:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from micis at gmx dot de  2006-03-30 18:13 -------
Created an attachment (id=11168)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11168&action=view)
preprocessed source


-- 


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


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

* [Bug tree-optimization/26948] ICE: tree check: expected ssa_name,  with -ftree-vectorize
  2006-03-30 18:11 [Bug tree-optimization/26948] New: ICE: tree check: expected ssa_name, have struct_field_tag in is_old_name, at tree-into-ssa.c:466 micis at gmx dot de
  2006-03-30 18:13 ` [Bug tree-optimization/26948] " micis at gmx dot de
@ 2006-03-31 14:24 ` reichelt at gcc dot gnu dot org
  2006-04-05 18:38 ` pinskia at gcc dot gnu dot org
  2006-07-26  9:05 ` micis at gmx dot de
  3 siblings, 0 replies; 5+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2006-03-31 14:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from reichelt at gcc dot gnu dot org  2006-03-31 14:24 -------
Probably a duplicate of PR26197.


-- 

reichelt at gcc dot gnu dot org changed:

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


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


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

* [Bug tree-optimization/26948] ICE: tree check: expected ssa_name,  with -ftree-vectorize
  2006-03-30 18:11 [Bug tree-optimization/26948] New: ICE: tree check: expected ssa_name, have struct_field_tag in is_old_name, at tree-into-ssa.c:466 micis at gmx dot de
  2006-03-30 18:13 ` [Bug tree-optimization/26948] " micis at gmx dot de
  2006-03-31 14:24 ` [Bug tree-optimization/26948] ICE: tree check: expected ssa_name, with -ftree-vectorize reichelt at gcc dot gnu dot org
@ 2006-04-05 18:38 ` pinskia at gcc dot gnu dot org
  2006-07-26  9:05 ` micis at gmx dot de
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-04-05 18:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-04-05 18:38 -------
Yes this is a dup of bug 26197.

*** This bug has been marked as a duplicate of 26197 ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

* [Bug tree-optimization/26948] ICE: tree check: expected ssa_name,  with -ftree-vectorize
  2006-03-30 18:11 [Bug tree-optimization/26948] New: ICE: tree check: expected ssa_name, have struct_field_tag in is_old_name, at tree-into-ssa.c:466 micis at gmx dot de
                   ` (2 preceding siblings ...)
  2006-04-05 18:38 ` pinskia at gcc dot gnu dot org
@ 2006-07-26  9:05 ` micis at gmx dot de
  3 siblings, 0 replies; 5+ messages in thread
From: micis at gmx dot de @ 2006-07-26  9:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from micis at gmx dot de  2006-07-26 09:04 -------
The patch http://gcc.gnu.org/ml/gcc-patches/2006-07/msg01043.html fixes that
bug for the reduced source as well as for the original source.

Many thanks!

Michael Cieslinski


-- 


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


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

end of thread, other threads:[~2006-07-26  9:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-30 18:11 [Bug tree-optimization/26948] New: ICE: tree check: expected ssa_name, have struct_field_tag in is_old_name, at tree-into-ssa.c:466 micis at gmx dot de
2006-03-30 18:13 ` [Bug tree-optimization/26948] " micis at gmx dot de
2006-03-31 14:24 ` [Bug tree-optimization/26948] ICE: tree check: expected ssa_name, with -ftree-vectorize reichelt at gcc dot gnu dot org
2006-04-05 18:38 ` pinskia at gcc dot gnu dot org
2006-07-26  9:05 ` micis at gmx dot de

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