This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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++/15355] Bad traceback info to debugger


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-09 21:12 -------
Not a bug, the function at bitset:469 is being inlined into main.
This is line 469 of ~/ia32_linux_gcc3_4/include/c++/3.4.0/bitset:
        __throw_out_of_range(__N("_Base_bitset::_M_getword"));

So this bug is definitely invalid.

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


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


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