public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/18922] New: ICE  in tree_low_cst, at tree.c:3315
@ 2004-12-10 11:24 a dot kral at sh dot cvut dot cz
  2004-12-10 11:25 ` [Bug c++/18922] " a dot kral at sh dot cvut dot cz
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: a dot kral at sh dot cvut dot cz @ 2004-12-10 11:24 UTC (permalink / raw)
  To: gcc-bugs

I get ICE when trying to compile wmkbd, it works with gcc 3.2 but not with 3.3.5
nor 3.4.4

Reading specs from /usr/lib/gcc/i486-linux/3.4.4/specs
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr
--libexecdir=/usr/lib --with-gxx-include-dir=/usr/include/c++/3.4
--enable-shared --with-system-zlib --enable-nls --without-included-gettext
--program-suffix=-3.4 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt
--enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm
--enable-java-awt=gtk --disable-werror i486-linux
Thread model: posix
gcc version 3.4.4 20041128 (prerelease) (Debian 3.4.3-3)

g++-3.4 -Wall -g -DXLIB_ILLEGAL_ACCESS -O2 -save-temps -I/usr/openwin/include
-I/usr/local/include `glib-config --cflags` `gnome-config gnomeui --cflags`
`gtk-config --cflags` app.c -c -o app.o
In file included from app.c:76:
keysyms.c:921: internal compiler error: in tree_low_cst, at tree.c:3315
Please submit a full bug report,
with preprocessed source if appropriate.

-- 
           Summary: ICE  in tree_low_cst, at tree.c:3315
           Product: gcc
           Version: 3.4.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: a dot kral at sh dot cvut dot cz
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug c++/18922] ICE  in tree_low_cst, at tree.c:3315
  2004-12-10 11:24 [Bug c++/18922] New: ICE in tree_low_cst, at tree.c:3315 a dot kral at sh dot cvut dot cz
@ 2004-12-10 11:25 ` a dot kral at sh dot cvut dot cz
  2004-12-10 11:35 ` [Bug c++/18922] [3.4/4.0 Regression] " belyshev at lubercy dot com
  2004-12-10 13:27 ` [Bug c++/18922] [3.3/3.4 " pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: a dot kral at sh dot cvut dot cz @ 2004-12-10 11:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From a dot kral at sh dot cvut dot cz  2004-12-10 11:25 -------
Created an attachment (id=7718)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7718&action=view)
Preprocessed source


-- 


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


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

* [Bug c++/18922] [3.4/4.0 Regression] ICE  in tree_low_cst, at tree.c:3315
  2004-12-10 11:24 [Bug c++/18922] New: ICE in tree_low_cst, at tree.c:3315 a dot kral at sh dot cvut dot cz
  2004-12-10 11:25 ` [Bug c++/18922] " a dot kral at sh dot cvut dot cz
@ 2004-12-10 11:35 ` belyshev at lubercy dot com
  2004-12-10 13:27 ` [Bug c++/18922] [3.3/3.4 " pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: belyshev at lubercy dot com @ 2004-12-10 11:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From belyshev at lubercy dot com  2004-12-10 11:35 -------
// "minimized" testcase:

char *hebrewdb[0][2] = {};


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
      Known to fail|                            |3.3.5 3.4.4
      Known to work|                            |4.0.0
   Last reconfirmed|0000-00-00 00:00:00         |2004-12-10 11:35:02
               date|                            |
            Summary|ICE  in tree_low_cst, at    |[3.4/4.0 Regression] ICE  in
                   |tree.c:3315                 |tree_low_cst, at tree.c:3315
   Target Milestone|---                         |3.4.4


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


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

* [Bug c++/18922] [3.3/3.4 Regression] ICE  in tree_low_cst, at tree.c:3315
  2004-12-10 11:24 [Bug c++/18922] New: ICE in tree_low_cst, at tree.c:3315 a dot kral at sh dot cvut dot cz
  2004-12-10 11:25 ` [Bug c++/18922] " a dot kral at sh dot cvut dot cz
  2004-12-10 11:35 ` [Bug c++/18922] [3.4/4.0 Regression] " belyshev at lubercy dot com
@ 2004-12-10 13:27 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-10 13:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-10 13:27 -------


*** This bug has been marked as a duplicate of 18384 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2004-12-10 13:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-10 11:24 [Bug c++/18922] New: ICE in tree_low_cst, at tree.c:3315 a dot kral at sh dot cvut dot cz
2004-12-10 11:25 ` [Bug c++/18922] " a dot kral at sh dot cvut dot cz
2004-12-10 11:35 ` [Bug c++/18922] [3.4/4.0 Regression] " belyshev at lubercy dot com
2004-12-10 13:27 ` [Bug c++/18922] [3.3/3.4 " pinskia 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).