public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/19973] New: Internal Compiler error initializing a struct
@ 2005-02-15 20:49 gcc-bugzilla at gcc dot gnu dot org
  2005-02-15 21:03 ` [Bug c++/19973] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: gcc-bugzilla at gcc dot gnu dot org @ 2005-02-15 20:49 UTC (permalink / raw)
  To: gcc-bugs


	ice.cpp:8: internal compiler error: in tree_low_cst, at tree.c:3315
	The problem happens with gcc-3.3 also.

Environment:
System: Linux grajagop-lnx 2.6.10-1-686 #1 Tue Jan 18 04:34:19 EST 2005 i686 GNU/Linux
Architecture: i686

	
host: i486-pc-linux-gnu
build: i486-pc-linux-gnu
target: i486-pc-linux-gnu
configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux

How-To-Repeat:

Compiling the following code reproduces the problem:

========
struct ice {
    int a;
    char *argv[];
} ice_array[] = {
    { 1, { "this causes internal compiler error", 0 } }
}
========

-- 
           Summary: Internal Compiler error initializing a struct
           Product: gcc
           Version: 3.3.5
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rganesan at cisco dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i486-pc-linux-gnu
  GCC host triplet: i486-pc-linux-gnu
GCC target triplet: i486-pc-linux-gnu


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


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

* [Bug c++/19973] Internal Compiler error initializing a struct
  2005-02-15 20:49 [Bug c/19973] New: Internal Compiler error initializing a struct gcc-bugzilla at gcc dot gnu dot org
@ 2005-02-15 21:03 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-15 21:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-15 13:29 -------
You are using the C++ front-end and not the C front-end.
Anyways this is a duplicate of bug 18327.

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

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
          Component|c                           |c++
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2005-02-15 13:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-15 20:49 [Bug c/19973] New: Internal Compiler error initializing a struct gcc-bugzilla at gcc dot gnu dot org
2005-02-15 21:03 ` [Bug c++/19973] " 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).