public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/49790] New: ICE in partition_view_bitmap, at tree-ssa-live.c:369
@ 2011-07-20  6:35 dirtyepic at gentoo dot org
  2011-12-16  1:19 ` [Bug tree-optimization/49790] [4.4 Regression] " pinskia at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dirtyepic at gentoo dot org @ 2011-07-20  6:35 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: ICE in partition_view_bitmap, at tree-ssa-live.c:369
           Product: gcc
           Version: 4.4.6
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: dirtyepic@gentoo.org


Created attachment 24795
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24795
xapian_wrap.i

$ g++-4.4.6 -c xapian_wrap.i 
xapian_wrap.i: In function 'bool f()':
xapian_wrap.i:26: internal compiler error: in partition_view_bitmap, at
tree-ssa-live.c:369
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugs.gentoo.org/> for instructions.

$ g++-4.4.6 -v
Using built-in specs.
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.4.6/work/gcc-4.4.6/configure
--prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.4.6
--includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.6/include
--datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.6
--mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.6/man
--infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.6/info
--with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.6/include/g++-v4
--host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec
--disable-fixed-point --with-ppl --with-cloog --disable-ppl-version-check
--with-cloog-include=/usr/include/cloog-ppl --disable-nls --with-system-zlib
--disable-werror --enable-secureplt --enable-multilib --disable-libmudflap
--disable-libssp --enable-libgomp
--with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.4.6/python
--enable-checking=release --disable-libgcj --enable-languages=c,c++
--enable-shared --enable-threads=posix --enable-__cxa_atexit
--enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/
--with-pkgversion='Gentoo 4.4.6 p1.0, pie-0.4.5'
Thread model: posix
gcc version 4.4.6 (Gentoo 4.4.6 p1.0, pie-0.4.5)


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

* [Bug tree-optimization/49790] [4.4 Regression] ICE in partition_view_bitmap, at tree-ssa-live.c:369
  2011-07-20  6:35 [Bug tree-optimization/49790] New: ICE in partition_view_bitmap, at tree-ssa-live.c:369 dirtyepic at gentoo dot org
@ 2011-12-16  1:19 ` pinskia at gcc dot gnu.org
  2011-12-26 19:48 ` mikpe at it dot uu.se
  2012-03-13 16:39 ` jakub at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2011-12-16  1:19 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
      Known to work|                            |4.5.0, 4.6.0, 4.7.0
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|                            |2011-12-16
     Ever Confirmed|0                           |1
            Summary|ICE in                      |[4.4 Regression] ICE in
                   |partition_view_bitmap, at   |partition_view_bitmap, at
                   |tree-ssa-live.c:369         |tree-ssa-live.c:369
   Target Milestone|---                         |4.4.7
      Known to fail|                            |4.4.6

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-12-16 01:14:46 UTC ---
Confirmed, only fails on 4.4.x


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

* [Bug tree-optimization/49790] [4.4 Regression] ICE in partition_view_bitmap, at tree-ssa-live.c:369
  2011-07-20  6:35 [Bug tree-optimization/49790] New: ICE in partition_view_bitmap, at tree-ssa-live.c:369 dirtyepic at gentoo dot org
  2011-12-16  1:19 ` [Bug tree-optimization/49790] [4.4 Regression] " pinskia at gcc dot gnu.org
@ 2011-12-26 19:48 ` mikpe at it dot uu.se
  2012-03-13 16:39 ` jakub at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: mikpe at it dot uu.se @ 2011-12-26 19:48 UTC (permalink / raw)
  To: gcc-bugs

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

Mikael Pettersson <mikpe at it dot uu.se> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikpe at it dot uu.se

--- Comment #2 from Mikael Pettersson <mikpe at it dot uu.se> 2011-12-26 17:08:09 UTC ---
This was fixed for 4.5 by r152203:
http://gcc.gnu.org/ml/gcc-patches/2009-09/msg01869.html
http://gcc.gnu.org/ml/gcc-cvs/2009-09/msg00954.html

Backporting that to 4.4.6 fixes the test case there too with no testsuite
regressions (at least for me on i686-linux).

It's my understanding that upstream gcc 4.4 branch will be EOL:d soon, so you
probably have to apply that fix locally if you're not able to upgrade to gcc
4.5 or newer.


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

* [Bug tree-optimization/49790] [4.4 Regression] ICE in partition_view_bitmap, at tree-ssa-live.c:369
  2011-07-20  6:35 [Bug tree-optimization/49790] New: ICE in partition_view_bitmap, at tree-ssa-live.c:369 dirtyepic at gentoo dot org
  2011-12-16  1:19 ` [Bug tree-optimization/49790] [4.4 Regression] " pinskia at gcc dot gnu.org
  2011-12-26 19:48 ` mikpe at it dot uu.se
@ 2012-03-13 16:39 ` jakub at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-03-13 16:39 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|4.4.7                       |4.5.0

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-03-13 13:04:40 UTC ---
Fixed in 4.5+, 4.4 is no longer supported.


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

end of thread, other threads:[~2012-03-13 16:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-20  6:35 [Bug tree-optimization/49790] New: ICE in partition_view_bitmap, at tree-ssa-live.c:369 dirtyepic at gentoo dot org
2011-12-16  1:19 ` [Bug tree-optimization/49790] [4.4 Regression] " pinskia at gcc dot gnu.org
2011-12-26 19:48 ` mikpe at it dot uu.se
2012-03-13 16:39 ` jakub at gcc dot gnu.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).