public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/30177]  New: ICE in ssa_operand_alloc, at tree-ssa-operands.c:365
@ 2006-12-12 19:38 marcus at jet dot franken dot de
  2006-12-12 19:39 ` [Bug c/30177] " marcus at jet dot franken dot de
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: marcus at jet dot franken dot de @ 2006-12-12 19:38 UTC (permalink / raw)
  To: gcc-bugs

current trunk ICEs with:
marcus@galeere:~/projects/wine/dlls/user32/tests>
/home/marcus/projects/gcc/BIN/bin/gcc    -O2  -c sysparams.i 
sysparams.i: In function 'f':
sysparams.i:26: internal compiler error: in ssa_operand_alloc, at
tree-ssa-operands.c:365
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: ICE in ssa_operand_alloc, at tree-ssa-operands.c:365
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: marcus at jet dot franken 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=30177


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

* [Bug c/30177] ICE in ssa_operand_alloc, at tree-ssa-operands.c:365
  2006-12-12 19:38 [Bug c/30177] New: ICE in ssa_operand_alloc, at tree-ssa-operands.c:365 marcus at jet dot franken dot de
@ 2006-12-12 19:39 ` marcus at jet dot franken dot de
  2006-12-13  4:11 ` [Bug tree-optimization/30177] [4.3 Regression] " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: marcus at jet dot franken dot de @ 2006-12-12 19:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from marcus at jet dot franken dot de  2006-12-12 19:38 -------
Created an attachment (id=12790)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12790&action=view)
sysparams.i

gcc -c -O2 sysparams.i


-- 


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


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

* [Bug tree-optimization/30177] [4.3 Regression] ICE in ssa_operand_alloc, at tree-ssa-operands.c:365
  2006-12-12 19:38 [Bug c/30177] New: ICE in ssa_operand_alloc, at tree-ssa-operands.c:365 marcus at jet dot franken dot de
  2006-12-12 19:39 ` [Bug c/30177] " marcus at jet dot franken dot de
@ 2006-12-13  4:11 ` pinskia at gcc dot gnu dot org
  2006-12-24  6:13 ` pinskia at gcc dot gnu dot org
  2006-12-30 15:34 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-12-13  4:11 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
   Target Milestone|---                         |4.3.0


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


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

* [Bug tree-optimization/30177] [4.3 Regression] ICE in ssa_operand_alloc, at tree-ssa-operands.c:365
  2006-12-12 19:38 [Bug c/30177] New: ICE in ssa_operand_alloc, at tree-ssa-operands.c:365 marcus at jet dot franken dot de
  2006-12-12 19:39 ` [Bug c/30177] " marcus at jet dot franken dot de
  2006-12-13  4:11 ` [Bug tree-optimization/30177] [4.3 Regression] " pinskia at gcc dot gnu dot org
@ 2006-12-24  6:13 ` pinskia at gcc dot gnu dot org
  2006-12-30 15:34 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-12-24  6:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-12-24 06:13 -------
I think this has been fixed already.


-- 


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


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

* [Bug tree-optimization/30177] [4.3 Regression] ICE in ssa_operand_alloc, at tree-ssa-operands.c:365
  2006-12-12 19:38 [Bug c/30177] New: ICE in ssa_operand_alloc, at tree-ssa-operands.c:365 marcus at jet dot franken dot de
                   ` (2 preceding siblings ...)
  2006-12-24  6:13 ` pinskia at gcc dot gnu dot org
@ 2006-12-30 15:34 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-12-30 15:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-12-30 15:34 -------
Fixed as reported by the reporter to me in a private email.


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2006-12-30 15:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-12 19:38 [Bug c/30177] New: ICE in ssa_operand_alloc, at tree-ssa-operands.c:365 marcus at jet dot franken dot de
2006-12-12 19:39 ` [Bug c/30177] " marcus at jet dot franken dot de
2006-12-13  4:11 ` [Bug tree-optimization/30177] [4.3 Regression] " pinskia at gcc dot gnu dot org
2006-12-24  6:13 ` pinskia at gcc dot gnu dot org
2006-12-30 15:34 ` 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).