This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/7752] vector<int>[] does not work on gdb 5.1.1, gcc2.95.3


------- Additional Comments From tromey at redhat dot com  2010-01-20 20:07 -------
This works with recent gcc and gdb.
You have to make sure that operator[] is instantiated, by
referring to it in your program.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |7.1


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

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]