public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/13524] New: [tree-ssa] ICE in optimize_inline_calls when passing inline function result to builtin
@ 2003-12-30 20:08 falk at debian dot org
  2003-12-30 20:31 ` [Bug target/13524] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: falk at debian dot org @ 2003-12-30 20:08 UTC (permalink / raw)
  To: gcc-bugs

3.5-tree-ssa 20031230 (merged 20031130)

falk@juist:/tmp% cat bug.c
static inline int avg4 (void)
{
  return 0;
}
int f (void)
{
  return __builtin_alpha_amask (avg4 ());
}

falk@juist:/tmp% gcc -c -O bug.c
bug.c: In function `f':

bug.c:6: internal compiler error: in optimize_inline_calls, at tree-inline.c:1842
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

The actual builtin is irrelevant, any alpha builtin will do, but not for
example builtin_clz.

-- 
           Summary: [tree-ssa] ICE in optimize_inline_calls when passing
                    inline function result to builtin
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: falk at debian dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: alphaev68-unknown-linux-gnu
  GCC host triplet: alphaev68-unknown-linux-gnu
GCC target triplet: alphaev68-unknown-linux-gnu


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


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

end of thread, other threads:[~2004-01-30  9:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-30 20:08 [Bug target/13524] New: [tree-ssa] ICE in optimize_inline_calls when passing inline function result to builtin falk at debian dot org
2003-12-30 20:31 ` [Bug target/13524] " pinskia at gcc dot gnu dot org
2003-12-30 20:34 ` [Bug optimization/13524] " pinskia at gcc dot gnu dot org
2004-01-10  0:23 ` steven at gcc dot gnu dot org
2004-01-10  4:05 ` pinskia at gcc dot gnu dot org
2004-01-30  2:59 ` rth at gcc dot gnu dot org
2004-01-30  9:20 ` cvs-commit at gcc dot gnu dot org
2004-01-30  9:24 ` rth 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).