public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/43661]  New: ice in fold_comparison, at fold-const.c:9579
@ 2010-04-06  3:21 regehr at cs dot utah dot edu
  2010-04-06  8:02 ` [Bug c/43661] [4.5 Regression] " jakub at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: regehr at cs dot utah dot edu @ 2010-04-06  3:21 UTC (permalink / raw)
  To: gcc-bugs

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

regehr@john-home:~/volatile/bugs/tmp310$ current-gcc -Os small.c -c
small.c: In function ‘func’:
small.c:10:6: internal compiler error: in fold_comparison, at fold-const.c:9579
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/tmp310$ cat small.c

void
func (int *p_51)
{
  int l_174 = 0;
  l_174 |=
    0 ? (unsigned short) (0 ? : 1 *
                          (signed char) (*p_51
                                         ^
                                         *p_51)
                          >= 0) : *p_51 < *p_51 > *p_51 < 1;
}

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

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


-- 
           Summary: ice in fold_comparison, at fold-const.c:9579
           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=43661


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

end of thread, other threads:[~2010-04-06 10:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-06  3:21 [Bug c/43661] New: ice in fold_comparison, at fold-const.c:9579 regehr at cs dot utah dot edu
2010-04-06  8:02 ` [Bug c/43661] [4.5 Regression] " jakub at gcc dot gnu dot org
2010-04-06  9:01 ` rguenth at gcc dot gnu dot org
2010-04-06  9:11 ` rguenth at gcc dot gnu dot org
2010-04-06 10:37 ` rguenth at gcc dot gnu dot org
2010-04-06 10:47 ` rguenth 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).