public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/43164]  New: ice in completely_scalarize_record, at tree-sra.c:85
@ 2010-02-24 15:25 regehr at cs dot utah dot edu
  2010-02-24 15:34 ` [Bug tree-optimization/43164] [4.5 Regression] " rguenth at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: regehr at cs dot utah dot edu @ 2010-02-24 15:25 UTC (permalink / raw)
  To: gcc-bugs

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

regehr@john-home:~/volatile/bugs/tmp269$ current-gcc -O small.c -c
small.c: In function ‘func_34’:
small.c:16:1: internal compiler error: in completely_scalarize_record, at
tree-sra.c:855
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

regehr@john-home:~/volatile/bugs/tmp269$ cat small.c

struct S0
{
  unsigned char f0;
  int:0;
};

struct S1
{
  struct S0 f0;
};

struct S1 func_34 (void)
{
  struct S1 l_221 = { { 1 } };
  return l_221;
}

regehr@john-home:~/volatile/bugs/tmp269$ current-gcc -v

Using built-in specs.
COLLECT_GCC=current-gcc
COLLECT_LTO_WRAPPER=/home/regehr/z/tmp/gcc-r157027-install/libexec/gcc/i686-pc-linux-gnu/4.5.0/lto-wrapper
Target: i686-pc-linux-gnu
Configured with: ../configure --with-libelf=/usr/local --enable-lto
--prefix=/home/regehr/z/tmp/gcc-r157027-install --program-prefix=r157027-
--enable-languages=c,c++
Thread model: posix
gcc version 4.5.0 20100224 (experimental) (GCC)


-- 
           Summary: ice in completely_scalarize_record, at tree-sra.c:85
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: regehr at cs dot utah dot edu
 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=43164


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

end of thread, other threads:[~2010-03-13 17:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-24 15:25 [Bug c/43164] New: ice in completely_scalarize_record, at tree-sra.c:85 regehr at cs dot utah dot edu
2010-02-24 15:34 ` [Bug tree-optimization/43164] [4.5 Regression] " rguenth at gcc dot gnu dot org
2010-02-25 13:07 ` jamborm at gcc dot gnu dot org
2010-03-01 11:52 ` rguenth at gcc dot gnu dot org
2010-03-04 11:25 ` jamborm at gcc dot gnu dot org
2010-03-04 18:16 ` jamborm at gcc dot gnu dot org
2010-03-04 18:17 ` jamborm at gcc dot gnu dot org
2010-03-13 17:02 ` hjl 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).