public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/27270]  New: ICE in process_init_constructor_array, at cp/typeck2.c:788
@ 2006-04-23 14:49 timj at gtk dot org
  2006-04-23 15:47 ` [Bug c++/27270] [4.1/4.2 Regression]ICE " rguenth at gcc dot gnu dot org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: timj at gtk dot org @ 2006-04-23 14:49 UTC (permalink / raw)
  To: gcc-bugs

with a recent gcc snapshot on i386:
  c++ (GCC) 4.2.0 20060325 (experimental)
the following tst program program:

template<typename Entry>                                                        
struct Array {                                                                  
  Entry *array[32];                                                             
  Array () :                                                                    
    array ( (Entry*[1]) { 0, 0 } )                                              
  {}                                                                            
};                                                                              
Array<void*> a;

compiled with:
  c++ -Wall arrayinit.cc
produces:
arrayinit.cc: In constructor 'Array<Entry>::Array() [with Entry = void*]':
arrayinit.cc:8:   instantiated from here
arrayinit.cc:5: internal compiler error: in process_init_constructor_array, at
cp/typeck2.c:788
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: ICE in process_init_constructor_array, at
                    cp/typeck2.c:788
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: timj at gtk dot org


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


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

end of thread, other threads:[~2008-07-04 15:29 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-23 14:49 [Bug c++/27270] New: ICE in process_init_constructor_array, at cp/typeck2.c:788 timj at gtk dot org
2006-04-23 15:47 ` [Bug c++/27270] [4.1/4.2 Regression]ICE " rguenth at gcc dot gnu dot org
2006-05-14 22:29 ` mmitchel at gcc dot gnu dot org
2006-05-25  2:40 ` mmitchel at gcc dot gnu dot org
2006-08-12 21:36 ` janis at gcc dot gnu dot org
2006-10-16 23:34 ` [Bug c++/27270] [4.1/4.2 Regression] ICE " mmitchel at gcc dot gnu dot org
2006-10-17  2:01 ` mmitchel at gcc dot gnu dot org
2006-10-17  2:05 ` [Bug c++/27270] [4.1 " mmitchel at gcc dot gnu dot org
2006-10-17 17:30 ` shinwell at gcc dot gnu dot org
2006-10-17 22:26 ` mmitchel at gcc dot gnu dot org
2007-02-14  9:12 ` mmitchel at gcc dot gnu dot org
2008-07-04 15:29 ` jsm28 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).