public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/22014] New: ICE in do_structure_copy, at tree-ssa-structalias.c:2363
@ 2005-06-11  7:16 marcus at jet dot franken dot de
  2005-06-11  7:16 ` [Bug c/22014] " marcus at jet dot franken dot de
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: marcus at jet dot franken dot de @ 2005-06-11  7:16 UTC (permalink / raw)
  To: gcc-bugs

following code (extracted from WINE) fails in HEAD branch with: 
 
/home/marcus/projects/gcc/BIN/bin/gcc -c -O2 server.i  
server.i: In function 'f': 
server.i:17: internal compiler error: in do_structure_copy, at 
tree-ssa-structalias.c:2363 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: ICE in do_structure_copy, at tree-ssa-structalias.c:2363
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: marcus at jet dot franken dot de
                CC: gcc-bugs at gcc dot gnu dot org
 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=22014


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

* [Bug c/22014] ICE in do_structure_copy, at tree-ssa-structalias.c:2363
  2005-06-11  7:16 [Bug c/22014] New: ICE in do_structure_copy, at tree-ssa-structalias.c:2363 marcus at jet dot franken dot de
@ 2005-06-11  7:16 ` marcus at jet dot franken dot de
  2005-06-11  8:50 ` steven at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: marcus at jet dot franken dot de @ 2005-06-11  7:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From marcus at jet dot franken dot de  2005-06-11 07:16 -------
Created an attachment (id=9068)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9068&action=view)
server.i

gcc -c -O2 server.i

-- 


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


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

* [Bug c/22014] ICE in do_structure_copy, at tree-ssa-structalias.c:2363
  2005-06-11  7:16 [Bug c/22014] New: ICE in do_structure_copy, at tree-ssa-structalias.c:2363 marcus at jet dot franken dot de
  2005-06-11  7:16 ` [Bug c/22014] " marcus at jet dot franken dot de
@ 2005-06-11  8:50 ` steven at gcc dot gnu dot org
  2005-06-11 14:56 ` [Bug tree-optimization/22014] [4.1 Regression] " pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: steven at gcc dot gnu dot org @ 2005-06-11  8:50 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dberlin at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-06-11 08:50:31
               date|                            |


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


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

* [Bug tree-optimization/22014] [4.1 Regression] ICE in do_structure_copy, at tree-ssa-structalias.c:2363
  2005-06-11  7:16 [Bug c/22014] New: ICE in do_structure_copy, at tree-ssa-structalias.c:2363 marcus at jet dot franken dot de
  2005-06-11  7:16 ` [Bug c/22014] " marcus at jet dot franken dot de
  2005-06-11  8:50 ` steven at gcc dot gnu dot org
@ 2005-06-11 14:56 ` pinskia at gcc dot gnu dot org
  2005-06-11 14:59 ` pluto at agmk dot net
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-11 14:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-11 14:56 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |tree-optimization
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|2005-06-11 08:50:31         |2005-06-11 14:56:46
               date|                            |
            Summary|ICE in do_structure_copy, at|[4.1 Regression] ICE in
                   |tree-ssa-structalias.c:2363 |do_structure_copy, at tree-
                   |                            |ssa-structalias.c:2363
   Target Milestone|---                         |4.1.0


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


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

* [Bug tree-optimization/22014] [4.1 Regression] ICE in do_structure_copy, at tree-ssa-structalias.c:2363
  2005-06-11  7:16 [Bug c/22014] New: ICE in do_structure_copy, at tree-ssa-structalias.c:2363 marcus at jet dot franken dot de
                   ` (2 preceding siblings ...)
  2005-06-11 14:56 ` [Bug tree-optimization/22014] [4.1 Regression] " pinskia at gcc dot gnu dot org
@ 2005-06-11 14:59 ` pluto at agmk dot net
  2005-06-11 15:13 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pluto at agmk dot net @ 2005-06-11 14:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pluto at agmk dot net  2005-06-11 14:59 -------
*** Bug 22015 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pluto at agmk dot net


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


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

* [Bug tree-optimization/22014] [4.1 Regression] ICE in do_structure_copy, at tree-ssa-structalias.c:2363
  2005-06-11  7:16 [Bug c/22014] New: ICE in do_structure_copy, at tree-ssa-structalias.c:2363 marcus at jet dot franken dot de
                   ` (3 preceding siblings ...)
  2005-06-11 14:59 ` pluto at agmk dot net
@ 2005-06-11 15:13 ` pinskia at gcc dot gnu dot org
  2005-06-12 14:07 ` 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 @ 2005-06-11 15:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-11 15:12 -------
*** Bug 22016 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ahaas at airmail dot net


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


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

* [Bug tree-optimization/22014] [4.1 Regression] ICE in do_structure_copy, at tree-ssa-structalias.c:2363
  2005-06-11  7:16 [Bug c/22014] New: ICE in do_structure_copy, at tree-ssa-structalias.c:2363 marcus at jet dot franken dot de
                   ` (4 preceding siblings ...)
  2005-06-11 15:13 ` pinskia at gcc dot gnu dot org
@ 2005-06-12 14:07 ` pinskia at gcc dot gnu dot org
  2005-06-17  7:01 ` marcus at jet dot franken dot de
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-12 14:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-12 14:07 -------
*** Bug 22030 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |halcy0n at gentoo dot org


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


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

* [Bug tree-optimization/22014] [4.1 Regression] ICE in do_structure_copy, at tree-ssa-structalias.c:2363
  2005-06-11  7:16 [Bug c/22014] New: ICE in do_structure_copy, at tree-ssa-structalias.c:2363 marcus at jet dot franken dot de
                   ` (5 preceding siblings ...)
  2005-06-12 14:07 ` pinskia at gcc dot gnu dot org
@ 2005-06-17  7:01 ` marcus at jet dot franken dot de
  2005-06-24  1:43 ` ahaas at airmail dot net
  2005-06-24  2:29 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: marcus at jet dot franken dot de @ 2005-06-17  7:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From marcus at jet dot franken dot de  2005-06-17 07:01 -------
this code is btw generic 
 
connect (fd, (struct sockaddr*)&sockaddrinvar, sizeof(sockaddrinvar)); 
 
so it triggers in every socket client program using linux glibc. 

-- 


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


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

* [Bug tree-optimization/22014] [4.1 Regression] ICE in do_structure_copy, at tree-ssa-structalias.c:2363
  2005-06-11  7:16 [Bug c/22014] New: ICE in do_structure_copy, at tree-ssa-structalias.c:2363 marcus at jet dot franken dot de
                   ` (6 preceding siblings ...)
  2005-06-17  7:01 ` marcus at jet dot franken dot de
@ 2005-06-24  1:43 ` ahaas at airmail dot net
  2005-06-24  2:29 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: ahaas at airmail dot net @ 2005-06-24  1:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ahaas at airmail dot net  2005-06-24 01:43 -------
Hi.

Daniel Berlin's patch of June 20 has fixed bug 22016 - a duplicate of this.
Builds of GCC after this patch had been applied would successfully compile CVS
postgres, the package I found that would fail. I believe this bug can be closed now.


-- 


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


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

* [Bug tree-optimization/22014] [4.1 Regression] ICE in do_structure_copy, at tree-ssa-structalias.c:2363
  2005-06-11  7:16 [Bug c/22014] New: ICE in do_structure_copy, at tree-ssa-structalias.c:2363 marcus at jet dot franken dot de
                   ` (7 preceding siblings ...)
  2005-06-24  1:43 ` ahaas at airmail dot net
@ 2005-06-24  2:29 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-24  2:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-24 02:28 -------
Fixed.

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


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


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

end of thread, other threads:[~2005-06-24  2:29 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-11  7:16 [Bug c/22014] New: ICE in do_structure_copy, at tree-ssa-structalias.c:2363 marcus at jet dot franken dot de
2005-06-11  7:16 ` [Bug c/22014] " marcus at jet dot franken dot de
2005-06-11  8:50 ` steven at gcc dot gnu dot org
2005-06-11 14:56 ` [Bug tree-optimization/22014] [4.1 Regression] " pinskia at gcc dot gnu dot org
2005-06-11 14:59 ` pluto at agmk dot net
2005-06-11 15:13 ` pinskia at gcc dot gnu dot org
2005-06-12 14:07 ` pinskia at gcc dot gnu dot org
2005-06-17  7:01 ` marcus at jet dot franken dot de
2005-06-24  1:43 ` ahaas at airmail dot net
2005-06-24  2:29 ` 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).