public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/16227] New: ICE, -Wall, initialisation of global array of aggregates
@ 2004-06-27 13:53 jan at etpmod dot phys dot tue dot nl
  2004-06-27 17:19 ` [Bug c++/16227] [3.5 Regression] " pinskia at gcc dot gnu dot org
  2004-06-27 17:39 ` pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: jan at etpmod dot phys dot tue dot nl @ 2004-06-27 13:53 UTC (permalink / raw)
  To: gcc-bugs

The code below gives an ICE with today's CVS head when compiled with -Wall: 
 
jan@nbjapan:$ g++ -c -Wall t.cpp 
t.cpp: In function `void __static_initialization_and_destruction_0(int, int)': 
t.cpp:7: internal compiler error: Segmentation fault 
 
* If the array is an automatic variable instead, everything is fine. 
* If s is a const char* the problem disappears 
* Without -Wall everything is fine (!). 
* I looked at the .ii, reducing this case is a PITA. IIRC there are some 
automated means for that? Otherwise I will have to give it a spin myself.  
 
Here's the code. 
 
#include <string> 
struct A { 
        std::string s; 
}; 
A a[] = { "foo" };

-- 
           Summary: ICE, -Wall, initialisation of global array of aggregates
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jan at etpmod dot phys dot tue dot nl
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug c++/16227] [3.5 Regression] ICE, -Wall, initialisation of global array of aggregates
  2004-06-27 13:53 [Bug c++/16227] New: ICE, -Wall, initialisation of global array of aggregates jan at etpmod dot phys dot tue dot nl
@ 2004-06-27 17:19 ` pinskia at gcc dot gnu dot org
  2004-06-27 17:39 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-27 17:19 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical
           Keywords|                            |ice-on-valid-code
            Summary|ICE, -Wall, initialisation  |[3.5 Regression] ICE, -Wall,
                   |of global array of          |initialisation of global
                   |aggregates                  |array of aggregates
   Target Milestone|---                         |3.5.0


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


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

* [Bug c++/16227] [3.5 Regression] ICE, -Wall, initialisation of global array of aggregates
  2004-06-27 13:53 [Bug c++/16227] New: ICE, -Wall, initialisation of global array of aggregates jan at etpmod dot phys dot tue dot nl
  2004-06-27 17:19 ` [Bug c++/16227] [3.5 Regression] " pinskia at gcc dot gnu dot org
@ 2004-06-27 17:39 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-27 17:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-27 17:39 -------
This is a dup of bug 16205.

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

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


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


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

end of thread, other threads:[~2004-06-27 17:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-27 13:53 [Bug c++/16227] New: ICE, -Wall, initialisation of global array of aggregates jan at etpmod dot phys dot tue dot nl
2004-06-27 17:19 ` [Bug c++/16227] [3.5 Regression] " pinskia at gcc dot gnu dot org
2004-06-27 17:39 ` 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).