Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 903155 Details for
Bug 1105791
g++: internal compiler error: Segmentation fault (program cc1plus)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
bug.cpp
file_1105791.txt (text/plain), 810 bytes, created by
don
on 2014-06-07 19:26:44 UTC
(
hide
)
Description:
bug.cpp
Filename:
MIME Type:
Creator:
don
Created:
2014-06-07 19:26:44 UTC
Size:
810 bytes
patch
obsolete
>namespace std { > template < typename > class allocator; > template <> basic_istream < char >&operator>> (basic_istream < char >&__is, basic_string < > >char >&__str); > template < typename _Tp, typename _Alloc > struct _Vector_base { > return *static_cast < _Tp_alloc_type * >(&this->_M_impl); > _Vector_base (const allocator_type & __a) > ~_Vector_base () { > } > }; >template < typename _Tp, typename _Alloc = std::allocator < _Tp > >class vector:protected > >_Vector_base < _Tp, _Alloc > { > }}; >class foo { > foo::foo () {} >} >typedef struct { > std::vector <foo> foos; >} bar_t; >typedef struct { > bar_t bars[200]; // shrinking these constants eventually makes the segfault go away >} wee_t; >typedef struct { > wee_t wees[200][10]; >} woo_t; >static const woo_t WOO = {};
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1105791
: 903155 |
907682