public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/36817]  New: internal compiler error: in compare_values_warnv
@ 2008-07-13 21:50 hans dot buchmann at fhso dot ch
  2008-08-11  1:53 ` [Bug middle-end/36817] [4.3 Regression] " pinskia at gcc dot gnu dot org
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: hans dot buchmann at fhso dot ch @ 2008-07-13 21:50 UTC (permalink / raw)
  To: gcc-bugs

Compiling the code bug.cc:

 void xxx()
 {
  unsigned*p=0;
  for(unsigned i=0;i<4;++i)
  {
   *p++=0;
  }
  for(unsigned i=0;i<4;++i) 
  {
   *p++=0;
  }
 }

with the command:

 /home/buchmann/devel//eo3s//tc/bin/arm-elf-gcc \
 -O2 -Wall \
 -c -o bug.o bug.cc

results in:

  bug.cc: In function 'void xxx()':
  bug.cc:1: internal compiler error: in compare_values_warnv, at tree-vrp.c:768
  Please submit a full bug report,
  with preprocessed source if appropriate.
  See <http://gcc.gnu.org/bugs.html> for instructions.

arm-elf-gcc -v:

  Using built-in specs.
  Target: arm-elf
  Configured with: /home/buchmann/devel/gcc/dist/gcc-4.3.1/configure -v \
  --prefix=/home/buchmann/devel/gcc/target/arm \
  --target=arm-elf \
  --enable-languages=c,c++ \
  --disable-threads \
  --disable-shared \
  --disable-multilib \
  --disable-__cxa_atexit \
  --with-as=/home/buchmann/devel/gcc/target/arm/arm-elf/bin/as \
  --with-ld=/home/buchmann/devel/gcc/target/arm/arm-elf/bin/ld \
  --with-float=soft \
  --with-newlib \
  --without-headers \
  --with-mpfr=/home/buchmann/devel/gcc/target/arm/../infrastructure/
  Thread model: single
  gcc version 4.3.1 (GCC)

Best regards 

Hans Buchmann


-- 
           Summary: internal compiler error: in compare_values_warnv
           Product: gcc
           Version: 4.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hans dot buchmann at fhso dot ch
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: arm-elf


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


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

end of thread, other threads:[~2008-08-28 14:18 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-13 21:50 [Bug c/36817] New: internal compiler error: in compare_values_warnv hans dot buchmann at fhso dot ch
2008-08-11  1:53 ` [Bug middle-end/36817] [4.3 Regression] " pinskia at gcc dot gnu dot org
2008-08-11 19:30 ` jakub at gcc dot gnu dot org
2008-08-13 10:01 ` rguenth at gcc dot gnu dot org
2008-08-14  8:34 ` jakub at gcc dot gnu dot org
2008-08-14  8:55 ` rguenther at suse dot de
2008-08-18 14:03 ` jsm28 at gcc dot gnu dot org
2008-08-21  1:22 ` cnstar9988 at gmail dot com
2008-08-21 11:37 ` rguenth at gcc dot gnu dot org
2008-08-21 12:04 ` rguenth at gcc dot gnu dot org
2008-08-21 12:06 ` joseph at codesourcery dot com
2008-08-21 12:09 ` rguenth at gcc dot gnu dot org
2008-08-21 12:54 ` cnstar9988 at gmail dot com
2008-08-21 13:49 ` rguenther at suse dot de
2008-08-21 13:53 ` rguenth at gcc dot gnu dot org
2008-08-27 22:11 ` jsm28 at gcc dot gnu dot org
2008-08-28 14:17 ` rguenth at gcc dot gnu dot org
2008-08-28 14:18 ` 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).