public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/17529] New: [4.0 Regression] ICE in get_indirect_ref_operands
@ 2004-09-16 22:47 steven at gcc dot gnu dot org
  2004-09-16 22:48 ` [Bug tree-optimization/17529] " steven at gcc dot gnu dot org
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: steven at gcc dot gnu dot org @ 2004-09-16 22:47 UTC (permalink / raw)
  To: gcc-bugs

$ ./cc1 --version 
GNU C version 4.0.0 20040916 (experimental) (x86_64-unknown-linux-gnu) 
        compiled by GNU C version 4.0.0 20040916 (experimental). 
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096 
$ cat t.c 
static inline void 
bar (const int * const x) 
{ 
  __asm__ __volatile__ ("paddd" " %0, %%" "mm0"::"m" (*x)); 
} 
 
static const int y[]; 
 
void 
foo (void) 
{ 
  bar (y); 
} 
 
$ ./cc1 -O2 -m32 t.c 
 bar 
 foo 
 
Analyzing compilation unit 
Performing intraprocedural optimizations 
Assembling functions: 
 foo 
 
t.c: In function 'foo': 
t.c:11: internal compiler error: in get_indirect_ref_operands, at 
tree-ssa-operands.c:1372

-- 
           Summary: [4.0 Regression] ICE in get_indirect_ref_operands
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: steven at gcc dot gnu dot org
                CC: amacleod at redhat dot com,gcc-bugs at gcc dot gnu dot
                    org


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


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

end of thread, other threads:[~2004-10-31 18:51 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-16 22:47 [Bug tree-optimization/17529] New: [4.0 Regression] ICE in get_indirect_ref_operands steven at gcc dot gnu dot org
2004-09-16 22:48 ` [Bug tree-optimization/17529] " steven at gcc dot gnu dot org
2004-09-16 22:56 ` pinskia at gcc dot gnu dot org
2004-09-17 12:25 ` steven at gcc dot gnu dot org
2004-09-17 18:44 ` dnovillo at gcc dot gnu dot org
2004-09-17 19:14 ` pinskia at gcc dot gnu dot org
2004-10-15  1:20 ` pinskia at gcc dot gnu dot org
2004-10-15  1:21 ` pinskia at gcc dot gnu dot org
2004-10-15 12:55 ` pinskia at gcc dot gnu dot org
2004-10-15 14:31 ` amacleod at redhat dot com
2004-10-15 14:42 ` pinskia at gcc dot gnu dot org
2004-10-15 14:52 ` pinskia at gcc dot gnu dot org
2004-10-17 17:24 ` pinskia at gcc dot gnu dot org
2004-10-17 17:25 ` cvs-commit at gcc dot gnu dot org
2004-10-17 22:02 ` pinskia at gcc dot gnu dot org
2004-10-17 22:53 ` pinskia at gcc dot gnu dot org
2004-10-18 16:48 ` giovannibajo at libero dot it
2004-10-24  0:59 ` pinskia at gcc dot gnu dot org
2004-10-24  1:00 ` pinskia at gcc dot gnu dot org
2004-10-24  1:09 ` pinskia at gcc dot gnu dot org
2004-10-28  2:52 ` pinskia at gcc dot gnu dot org
2004-10-28  3:03 ` cvs-commit at gcc dot gnu dot org
2004-10-31 18:51 ` 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).