public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/9672] Wrong representation of C++ structure with copy constructors passed as parameter
       [not found] <20081216134801.9672.epsilon@socio.msu.ru>
@ 2010-06-08 10:30 ` geiser at ind dot rwth-aachen dot de
  2010-06-08 10:43 ` geiser at ind dot rwth-aachen dot de
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: geiser at ind dot rwth-aachen dot de @ 2010-06-08 10:30 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From geiser at ind dot rwth-aachen dot de  2010-06-08 10:30 -------
I can confirm that this bug is still present in the latest gdb version (7.1).

Is there any progress?

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=9672

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug c++/9672] Wrong representation of C++ structure with copy constructors passed as parameter
       [not found] <20081216134801.9672.epsilon@socio.msu.ru>
  2010-06-08 10:30 ` [Bug c++/9672] Wrong representation of C++ structure with copy constructors passed as parameter geiser at ind dot rwth-aachen dot de
@ 2010-06-08 10:43 ` geiser at ind dot rwth-aachen dot de
  2010-06-08 14:52 ` geiser at ind dot rwth-aachen dot de
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: geiser at ind dot rwth-aachen dot de @ 2010-06-08 10:43 UTC (permalink / raw)
  To: gdb-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|6.8                         |7.1


http://sourceware.org/bugzilla/show_bug.cgi?id=9672

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug c++/9672] Wrong representation of C++ structure with copy constructors passed as parameter
       [not found] <20081216134801.9672.epsilon@socio.msu.ru>
  2010-06-08 10:30 ` [Bug c++/9672] Wrong representation of C++ structure with copy constructors passed as parameter geiser at ind dot rwth-aachen dot de
  2010-06-08 10:43 ` geiser at ind dot rwth-aachen dot de
@ 2010-06-08 14:52 ` geiser at ind dot rwth-aachen dot de
  2010-06-08 15:12 ` geiser at ind dot rwth-aachen dot de
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: geiser at ind dot rwth-aachen dot de @ 2010-06-08 14:52 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From geiser at ind dot rwth-aachen dot de  2010-06-08 14:52 -------
Created an attachment (id=4833)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4833&action=view)
new testcase for gdb bug 9672

The bug seems to be related to the dwarf debug format. It occurs only if the
copy constructor is explicitly coded. Just execute "run.sh" from the package.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #3616 is|0                           |1
           obsolete|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=9672

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug c++/9672] Wrong representation of C++ structure with copy constructors passed as parameter
       [not found] <20081216134801.9672.epsilon@socio.msu.ru>
                   ` (2 preceding siblings ...)
  2010-06-08 14:52 ` geiser at ind dot rwth-aachen dot de
@ 2010-06-08 15:12 ` geiser at ind dot rwth-aachen dot de
  2010-06-08 16:50 ` tromey at redhat dot com
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: geiser at ind dot rwth-aachen dot de @ 2010-06-08 15:12 UTC (permalink / raw)
  To: gdb-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |WAITING


http://sourceware.org/bugzilla/show_bug.cgi?id=9672

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug c++/9672] Wrong representation of C++ structure with copy constructors passed as parameter
       [not found] <20081216134801.9672.epsilon@socio.msu.ru>
                   ` (3 preceding siblings ...)
  2010-06-08 15:12 ` geiser at ind dot rwth-aachen dot de
@ 2010-06-08 16:50 ` tromey at redhat dot com
  2010-06-08 23:16 ` geiser at ind dot rwth-aachen dot de
  2010-06-09 15:50 ` tromey at redhat dot com
  6 siblings, 0 replies; 7+ messages in thread
From: tromey at redhat dot com @ 2010-06-08 16:50 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From tromey at redhat dot com  2010-06-08 16:50 -------
Dunno why this is marked waiting, moved back to "new".

I tried this on my f11 box and it all worked fine, both with the f11
gdb and CVS HEAD gdb.

I suspect that the problem is in g++, though I couldn't find a relevant
bug in gcc bugzilla.  f11 has gcc 4.4.

Is there any chance you could try a newer gcc?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at redhat dot com
             Status|WAITING                     |NEW
   Last reconfirmed|0000-00-00 00:00:00         |2010-06-08 16:50:15
               date|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=9672

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug c++/9672] Wrong representation of C++ structure with copy constructors passed as parameter
       [not found] <20081216134801.9672.epsilon@socio.msu.ru>
                   ` (4 preceding siblings ...)
  2010-06-08 16:50 ` tromey at redhat dot com
@ 2010-06-08 23:16 ` geiser at ind dot rwth-aachen dot de
  2010-06-09 15:50 ` tromey at redhat dot com
  6 siblings, 0 replies; 7+ messages in thread
From: geiser at ind dot rwth-aachen dot de @ 2010-06-08 23:16 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From geiser at ind dot rwth-aachen dot de  2010-06-08 23:16 -------
All right, it's a gcc issue. Thanks.

It works with "g++ (Gentoo 4.4.3-r2 p1.2) 4.4.3", but doesn't with "g++ (GCC)
4.1.2 20080704 (Red Hat 4.1.2-48)".


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=9672

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug c++/9672] Wrong representation of C++ structure with copy constructors passed as parameter
       [not found] <20081216134801.9672.epsilon@socio.msu.ru>
                   ` (5 preceding siblings ...)
  2010-06-08 23:16 ` geiser at ind dot rwth-aachen dot de
@ 2010-06-09 15:50 ` tromey at redhat dot com
  6 siblings, 0 replies; 7+ messages in thread
From: tromey at redhat dot com @ 2010-06-09 15:50 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From tromey at redhat dot com  2010-06-09 15:50 -------
GCC bug; closing this.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID
   Target Milestone|---                         |7.1


http://sourceware.org/bugzilla/show_bug.cgi?id=9672

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2010-06-09 15:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20081216134801.9672.epsilon@socio.msu.ru>
2010-06-08 10:30 ` [Bug c++/9672] Wrong representation of C++ structure with copy constructors passed as parameter geiser at ind dot rwth-aachen dot de
2010-06-08 10:43 ` geiser at ind dot rwth-aachen dot de
2010-06-08 14:52 ` geiser at ind dot rwth-aachen dot de
2010-06-08 15:12 ` geiser at ind dot rwth-aachen dot de
2010-06-08 16:50 ` tromey at redhat dot com
2010-06-08 23:16 ` geiser at ind dot rwth-aachen dot de
2010-06-09 15:50 ` tromey at redhat dot com

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).