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 907682 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-expects-success.cpp
bug.cpp (text/plain), 1.31 KB, created by
don
on 2014-06-11 14:10:19 UTC
(
hide
)
Description:
bug-expects-success.cpp
Filename:
MIME Type:
Creator:
don
Created:
2014-06-11 14:10:19 UTC
Size:
1.31 KB
patch
obsolete
>namespace std __attribute__ ((__visibility__ ("default"))) { >namespace __gnu_cxx __attribute__ ((__visibility__ ("default"))) { > template < typename _Tp > class new_allocator { > public: > ~new_allocator ()throw () { > } > }; >} >template < typename _Tp > class allocator:public __gnu_cxx::new_allocator < _Tp > { > public: > template < typename _Tp1 > struct rebind { > typedef allocator < _Tp1 > other; > }; > allocator ()throw () { > } > }; >namespace __gnu_cxx __attribute__ ((__visibility__ ("default"))) { > template < typename _Alloc > struct __alloc_traits > { > template < typename _Tp > struct rebind { > typedef typename _Alloc::template rebind < _Tp >::other other; > }; > }; >} > template < typename _Tp, typename _Alloc > struct _Vector_base { > typedef typename __gnu_cxx::__alloc_traits < _Alloc >::template rebind < _Tp >::other _Tp_alloc_type; > struct _Vector_impl > : public _Tp_alloc_type { > }; > _Vector_impl _M_impl; > }; >template < typename _Tp, typename _Alloc = std::allocator < _Tp > >class vector:protected _Vector_base < _Tp, _Alloc > { > }; >} >class foo { >}; >typedef struct { > std::vector < foo > m_foos; >} bla_t; >typedef struct { > bla_t m_blas[200]; >} wee_t; >typedef struct { > wee_t m_wees[200][10]; // reduce this 200 to 2 and it succeeds >} ugh_t; >static const ugh_t UGH = { >};
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