public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/31606]  New: ICE in try_instantiate_multiple_fields, at tree-sra.c:1601
@ 2007-04-17 15:15 3dw4rd at verizon dot net
  2007-04-17 15:17 ` [Bug c++/31606] " 3dw4rd at verizon dot net
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: 3dw4rd at verizon dot net @ 2007-04-17 15:15 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1186 bytes --]

/home/ed/bin-4.3/bin/g++ -O2 -ffast-math -funroll-loops  -fPIC -c
-D__HAVE_OPEN_INVENTOR__ -U__HAVE_XML__ -U__HAVE_SQLITE__ -U__HAVE_MYSQL__
-U__HAVE_PGSQL__ -U__HAVE_ORACLE__ -D__STL_EXTENSION_TR1__  -W -Wall -o
obj/collision.o ./collision.cpp
./collision.cpp: In member function ‘void Simplex3D::get_collisions(const
Edge&, std::vector<Collision, std::allocator<Collision> >&) const’:
./collision.cpp:203: internal compiler error: in
try_instantiate_multiple_fields, at tree-sra.c:1601
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make: *** [obj/collision.o] Error 1


-- 
           Summary: ICE in try_instantiate_multiple_fields, at tree-
                    sra.c:1601
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: 3dw4rd at verizon dot net
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug c++/31606] ICE in try_instantiate_multiple_fields, at tree-sra.c:1601
  2007-04-17 15:15 [Bug c++/31606] New: ICE in try_instantiate_multiple_fields, at tree-sra.c:1601 3dw4rd at verizon dot net
@ 2007-04-17 15:17 ` 3dw4rd at verizon dot net
  2007-04-17 15:20 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: 3dw4rd at verizon dot net @ 2007-04-17 15:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from 3dw4rd at verizon dot net  2007-04-17 16:17 -------
Created an attachment (id=13380)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13380&action=view)
Preprocessed output from the source causing the ICE.

The initial bug creation doesn't seem to allow attachments. :)


-- 


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


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

* [Bug c++/31606] ICE in try_instantiate_multiple_fields, at tree-sra.c:1601
  2007-04-17 15:15 [Bug c++/31606] New: ICE in try_instantiate_multiple_fields, at tree-sra.c:1601 3dw4rd at verizon dot net
  2007-04-17 15:17 ` [Bug c++/31606] " 3dw4rd at verizon dot net
@ 2007-04-17 15:20 ` pinskia at gcc dot gnu dot org
  2007-04-17 21:19 ` [Bug tree-optimization/31606] [4.3 Regression] " pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-04-17 15:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2007-04-17 16:19 -------
> The initial bug creation doesn't seem to allow attachments. :)

Which is fixed in bugzilla 3.0 which we will be updating in the near future.


-- 


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


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

* [Bug tree-optimization/31606] [4.3 Regression] ICE in try_instantiate_multiple_fields, at tree-sra.c:1601
  2007-04-17 15:15 [Bug c++/31606] New: ICE in try_instantiate_multiple_fields, at tree-sra.c:1601 3dw4rd at verizon dot net
  2007-04-17 15:17 ` [Bug c++/31606] " 3dw4rd at verizon dot net
  2007-04-17 15:20 ` pinskia at gcc dot gnu dot org
@ 2007-04-17 21:19 ` pinskia at gcc dot gnu dot org
  2007-04-17 23:09 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-04-17 21:19 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++                         |tree-optimization
           Keywords|                            |ice-on-valid-code
            Summary|ICE in                      |[4.3 Regression] ICE in
                   |try_instantiate_multiple_fie|try_instantiate_multiple_fie
                   |lds, at tree-sra.c:1601     |lds, at tree-sra.c:1601
   Target Milestone|---                         |4.3.0


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


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

* [Bug tree-optimization/31606] [4.3 Regression] ICE in try_instantiate_multiple_fields, at tree-sra.c:1601
  2007-04-17 15:15 [Bug c++/31606] New: ICE in try_instantiate_multiple_fields, at tree-sra.c:1601 3dw4rd at verizon dot net
                   ` (2 preceding siblings ...)
  2007-04-17 21:19 ` [Bug tree-optimization/31606] [4.3 Regression] " pinskia at gcc dot gnu dot org
@ 2007-04-17 23:09 ` pinskia at gcc dot gnu dot org
  2007-04-17 23:10 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-04-17 23:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2007-04-18 00:09 -------
Reduced testcase:
class Collision {
   int edge;
   int triangle;
  float _M_instance[3] __attribute__((__aligned__));
};
void  get_collisions(Collision a) {
  Collision b = a;
}


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aoliva at gcc dot gnu dot
                   |                            |org
           Severity|normal                      |blocker


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


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

* [Bug tree-optimization/31606] [4.3 Regression] ICE in try_instantiate_multiple_fields, at tree-sra.c:1601
  2007-04-17 15:15 [Bug c++/31606] New: ICE in try_instantiate_multiple_fields, at tree-sra.c:1601 3dw4rd at verizon dot net
                   ` (3 preceding siblings ...)
  2007-04-17 23:09 ` pinskia at gcc dot gnu dot org
@ 2007-04-17 23:10 ` pinskia at gcc dot gnu dot org
  2007-04-17 23:42 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-04-17 23:10 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-04-18 00:09:54
               date|                            |


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


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

* [Bug tree-optimization/31606] [4.3 Regression] ICE in try_instantiate_multiple_fields, at tree-sra.c:1601
  2007-04-17 15:15 [Bug c++/31606] New: ICE in try_instantiate_multiple_fields, at tree-sra.c:1601 3dw4rd at verizon dot net
                   ` (4 preceding siblings ...)
  2007-04-17 23:10 ` pinskia at gcc dot gnu dot org
@ 2007-04-17 23:42 ` pinskia at gcc dot gnu dot org
  2007-05-22 22:58 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-04-17 23:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2007-04-18 00:42 -------
We try to get a type for size of 128bits which is TImode.  And on x86, TImode
is not supported.


-- 


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


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

* [Bug tree-optimization/31606] [4.3 Regression] ICE in try_instantiate_multiple_fields, at tree-sra.c:1601
  2007-04-17 15:15 [Bug c++/31606] New: ICE in try_instantiate_multiple_fields, at tree-sra.c:1601 3dw4rd at verizon dot net
                   ` (5 preceding siblings ...)
  2007-04-17 23:42 ` pinskia at gcc dot gnu dot org
@ 2007-05-22 22:58 ` pinskia at gcc dot gnu dot org
  2007-05-22 23:06 ` pinskia at gcc dot gnu dot org
  2007-05-22 23:06 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-05-22 22:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from pinskia at gcc dot gnu dot org  2007-05-22 23:58 -------
Fixed by:
2007-04-30  Alexandre Oliva  <aoliva@redhat.com>

        PR middle-end/22156
        Temporarily revert:


I will apply a testcase.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


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


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

* [Bug tree-optimization/31606] [4.3 Regression] ICE in try_instantiate_multiple_fields, at tree-sra.c:1601
  2007-04-17 15:15 [Bug c++/31606] New: ICE in try_instantiate_multiple_fields, at tree-sra.c:1601 3dw4rd at verizon dot net
                   ` (7 preceding siblings ...)
  2007-05-22 23:06 ` pinskia at gcc dot gnu dot org
@ 2007-05-22 23:06 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-05-22 23:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from pinskia at gcc dot gnu dot org  2007-05-23 00:05 -------
Subject: Bug 31606

Author: pinskia
Date: Tue May 22 23:05:40 2007
New Revision: 124968

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124968
Log:
2007-05-22  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR middle-end/31606
        * gcc.c-torture/20070522-1.c: New testcase.



Added:
    trunk/gcc/testsuite/gcc.c-torture/20070522-1.c
Modified:
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug tree-optimization/31606] [4.3 Regression] ICE in try_instantiate_multiple_fields, at tree-sra.c:1601
  2007-04-17 15:15 [Bug c++/31606] New: ICE in try_instantiate_multiple_fields, at tree-sra.c:1601 3dw4rd at verizon dot net
                   ` (6 preceding siblings ...)
  2007-05-22 22:58 ` pinskia at gcc dot gnu dot org
@ 2007-05-22 23:06 ` pinskia at gcc dot gnu dot org
  2007-05-22 23:06 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-05-22 23:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from pinskia at gcc dot gnu dot org  2007-05-23 00:05 -------
Fixed.


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2007-05-22 23:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-17 15:15 [Bug c++/31606] New: ICE in try_instantiate_multiple_fields, at tree-sra.c:1601 3dw4rd at verizon dot net
2007-04-17 15:17 ` [Bug c++/31606] " 3dw4rd at verizon dot net
2007-04-17 15:20 ` pinskia at gcc dot gnu dot org
2007-04-17 21:19 ` [Bug tree-optimization/31606] [4.3 Regression] " pinskia at gcc dot gnu dot org
2007-04-17 23:09 ` pinskia at gcc dot gnu dot org
2007-04-17 23:10 ` pinskia at gcc dot gnu dot org
2007-04-17 23:42 ` pinskia at gcc dot gnu dot org
2007-05-22 22:58 ` pinskia at gcc dot gnu dot org
2007-05-22 23:06 ` pinskia at gcc dot gnu dot org
2007-05-22 23:06 ` pinskia 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).