public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/31475]  New: gcc 4.2.0 from svn r123448 segfaults while 4.2.0rc1 was working properly
@ 2007-04-04 19:10 arekm at pld-linux dot org
  2007-04-04 19:11 ` [Bug c++/31475] " arekm at pld-linux dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: arekm at pld-linux dot org @ 2007-04-04 19:10 UTC (permalink / raw)
  To: gcc-bugs

[arekm@carme-pld test]$ g++ vCard-all.c
In file included from vCard-all.cpp:37:
AgentParam.cpp: In member function ‘virtual void
VCARD::AgentParam::_parse()’:
AgentParam.cpp:90: internal compiler error: in convert_memory_address, at
explow.c:319
Please submit a full bug report,
with preprocessed source if appropriate.


-- 
           Summary: gcc 4.2.0 from svn r123448 segfaults while 4.2.0rc1 was
                    working properly
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: arekm at pld-linux dot org
 GCC build triplet: x86_64-pld-linux
  GCC host triplet: x86_64-pld-linux
GCC target triplet: x86_64-pld-linux


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


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

* [Bug c++/31475] gcc 4.2.0 from svn r123448 segfaults while 4.2.0rc1 was working properly
  2007-04-04 19:10 [Bug c++/31475] New: gcc 4.2.0 from svn r123448 segfaults while 4.2.0rc1 was working properly arekm at pld-linux dot org
@ 2007-04-04 19:11 ` arekm at pld-linux dot org
  2007-04-04 19:14 ` [Bug middle-end/31475] " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: arekm at pld-linux dot org @ 2007-04-04 19:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from arekm at pld-linux dot org  2007-04-04 20:11 -------
Created an attachment (id=13329)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13329&action=view)
problematic source (kdelibs 3.5.x)


-- 


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


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

* [Bug middle-end/31475] gcc 4.2.0 from svn r123448 segfaults while 4.2.0rc1 was working properly
  2007-04-04 19:10 [Bug c++/31475] New: gcc 4.2.0 from svn r123448 segfaults while 4.2.0rc1 was working properly arekm at pld-linux dot org
  2007-04-04 19:11 ` [Bug c++/31475] " arekm at pld-linux dot org
@ 2007-04-04 19:14 ` pinskia at gcc dot gnu dot org
  2007-04-05  5:47 ` fang at csl dot cornell dot edu
  2007-04-15  1:52 ` [Bug middle-end/31475] [4.2/4.3 Regression] " pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-04-04 19:14 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |normal
          Component|c++                         |middle-end


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


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

* [Bug middle-end/31475] gcc 4.2.0 from svn r123448 segfaults while 4.2.0rc1 was working properly
  2007-04-04 19:10 [Bug c++/31475] New: gcc 4.2.0 from svn r123448 segfaults while 4.2.0rc1 was working properly arekm at pld-linux dot org
  2007-04-04 19:11 ` [Bug c++/31475] " arekm at pld-linux dot org
  2007-04-04 19:14 ` [Bug middle-end/31475] " pinskia at gcc dot gnu dot org
@ 2007-04-05  5:47 ` fang at csl dot cornell dot edu
  2007-04-15  1:52 ` [Bug middle-end/31475] [4.2/4.3 Regression] " pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: fang at csl dot cornell dot edu @ 2007-04-05  5:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from fang at csl dot cornell dot edu  2007-04-05 06:46 -------
same as recent c++ issue PR 31453 tripped in testsuite?


-- 

fang at csl dot cornell dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fang at csl dot cornell dot
                   |                            |edu


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


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

* [Bug middle-end/31475] [4.2/4.3 Regression] gcc 4.2.0 from svn r123448 segfaults while 4.2.0rc1 was working properly
  2007-04-04 19:10 [Bug c++/31475] New: gcc 4.2.0 from svn r123448 segfaults while 4.2.0rc1 was working properly arekm at pld-linux dot org
                   ` (2 preceding siblings ...)
  2007-04-05  5:47 ` fang at csl dot cornell dot edu
@ 2007-04-15  1:52 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-04-15  1:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2007-04-15 02:51 -------
Fixed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
            Summary|gcc 4.2.0 from svn r123448  |[4.2/4.3 Regression] gcc
                   |segfaults while 4.2.0rc1 was|4.2.0 from svn r123448
                   |working properly            |segfaults while 4.2.0rc1 was
                   |                            |working properly
   Target Milestone|---                         |4.2.0


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


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

end of thread, other threads:[~2007-04-15  1:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-04 19:10 [Bug c++/31475] New: gcc 4.2.0 from svn r123448 segfaults while 4.2.0rc1 was working properly arekm at pld-linux dot org
2007-04-04 19:11 ` [Bug c++/31475] " arekm at pld-linux dot org
2007-04-04 19:14 ` [Bug middle-end/31475] " pinskia at gcc dot gnu dot org
2007-04-05  5:47 ` fang at csl dot cornell dot edu
2007-04-15  1:52 ` [Bug middle-end/31475] [4.2/4.3 Regression] " 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).