public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/43614]  New: ice in gimple_rhs_has_side_effects, at gimple.c:2248
@ 2010-04-01  2:39 regehr at cs dot utah dot edu
  2010-04-01  3:08 ` [Bug middle-end/43614] [4.5 Regression] " pinskia at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: regehr at cs dot utah dot edu @ 2010-04-01  2:39 UTC (permalink / raw)
  To: gcc-bugs

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

There was a big like this earlier but it's marked as resolved, so filing a new
one.

regehr@john-home:~/volatile/bugs/tmp296$ current-gcc -O small.c -c
small.c: In function ‘main’:
small.c:5:5: internal compiler error: in gimple_rhs_has_side_effects, at
gimple.c:2248
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/tmp296$ cat small.c

volatile int g_2[7];

void foo (unsigned);

int main (void)
{
  int i_459 = 0;
  int t2818;
  int t2819;
  volatile char *t2820;
  int t2821;
  volatile char *t2822;
  int *t2823;
  unsigned t2824;
LL655:
  t2822 = (volatile char *)g_2;
  t2821 = i_459;
  t2820 = t2822 + t2821;
  t2823 = (int *)t2820;
  t2824 = *t2823;
  foo (t2824);
  t2818 = i_459;
  t2819 = t2818 + 1;
  i_459 = t2819;
  goto LL655;
}

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

Using built-in specs.
COLLECT_GCC=current-gcc
COLLECT_LTO_WRAPPER=/home/regehr/z/compiler-install/gcc-r157896-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/compiler-install/gcc-r157896-install
--program-prefix=r157896- --enable-languages=c,c++
Thread model: posix
gcc version 4.5.0 20100331 (experimental) (GCC)


-- 
           Summary: ice in gimple_rhs_has_side_effects, at gimple.c:2248
           Product: gcc
           Version: unknown
            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=43614


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

end of thread, other threads:[~2010-04-08 11:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-01  2:39 [Bug c/43614] New: ice in gimple_rhs_has_side_effects, at gimple.c:2248 regehr at cs dot utah dot edu
2010-04-01  3:08 ` [Bug middle-end/43614] [4.5 Regression] " pinskia at gcc dot gnu dot org
2010-04-01  3:10 ` pinskia at gcc dot gnu dot org
2010-04-01 14:22 ` [Bug tree-optimization/43614] [4.4/4.5 " rguenth at gcc dot gnu dot org
2010-04-01 14:22 ` rguenth at gcc dot gnu dot org
2010-04-01 14:36 ` rguenth at gcc dot gnu dot org
2010-04-01 16:19 ` rguenth at gcc dot gnu dot org
2010-04-01 16:26 ` [Bug tree-optimization/43614] [4.4 " rguenth at gcc dot gnu dot org
2010-04-08 11:28 ` jakub at gcc dot gnu dot org
2010-04-08 11:34 ` jakub 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).