[Bug c++/58822] Segfault when calling make_shared

2013-11-12 Thread vlukas at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58822 vlukas at gmx dot de changed: What|Removed |Added CC||vlukas at gmx dot de --- Comment

[Bug c++/58639] ICE on self-referential struct member

2013-10-06 Thread vlukas at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58639 vlukas at gmx dot de changed: What|Removed |Added CC||vlukas at gmx dot de --- Comment

[Bug libstdc++/57779] New: vector insert fails to diagnose iterators pointing into *this in debug mode

2013-07-02 Thread vlukas at gmx dot de
: enhancement Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: vlukas at gmx dot de When using the libstdc++ debug mode, some invalid iterator uses are not diagnosed, e.g. the following program compiles and runs without aborting

[Bug c++/57207] Incorrect lifetime of const references bound to temporary

2013-05-08 Thread vlukas at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57207 vlukas at gmx dot de changed: What|Removed |Added CC||vlukas at gmx dot de

gcc-bugs@gcc.gnu.org

2013-05-05 Thread vlukas at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57172 vlukas at gmx dot de changed: What|Removed |Added CC||vlukas at gmx dot de

[Bug c++/55801] ICE with thread_local after ill-formed forward declaration

2013-01-08 Thread vlukas at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55801 --- Comment #2 from vlukas at gmx dot de 2013-01-08 10:46:55 UTC --- Thank you for working on this. Strangely, I just tested this again and could remove one line from my testcase: class C; thread_local C O

[Bug c++/55801] New: ICE with thread_local after ill-formed forward declaration

2012-12-23 Thread vlukas at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55801 Bug #: 55801 Summary: ICE with thread_local after ill-formed forward declaration Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRME

[Bug c++/55800] New: Link failure with thread_local in unnamed namespace

2012-12-23 Thread vlukas at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55800 Bug #: 55800 Summary: Link failure with thread_local in unnamed namespace Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: norma

[Bug c++/55677] Virtual inheritance, 'this' pointer used as constructor parameter, parameter specialized in derived method, generated binary dumps core

2012-12-14 Thread vlukas at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55677 --- Comment #6 from vlukas at gmx dot de 2012-12-14 18:55:42 UTC --- Created attachment 28962 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28962 Slight modification of original submitters attachment Modification of origi

[Bug c++/55677] Virtual inheritance, 'this' pointer used as constructor parameter, parameter specialized in derived method, generated binary dumps core

2012-12-14 Thread vlukas at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55677 vlukas at gmx dot de changed: What|Removed |Added CC||vlukas at gmx dot de

[Bug c++/55580] internal compiler error: Segmentation fault - with variadic template parameter

2012-12-03 Thread vlukas at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55580 --- Comment #1 from vlukas at gmx dot de 2012-12-03 22:42:06 UTC --- I believe the following reduced snippet reproduces the original crash: --- template struct V

[Bug c++/55443] New: ICE for some placement new expressions inside noexcept operator

2012-11-22 Thread vlukas at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55443 Bug #: 55443 Summary: ICE for some placement new expressions inside noexcept operator Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCON

[Bug c++/53497] New: Partial ordering of function templates does not order lvalue/rvalue references correctly

2012-05-27 Thread vlukas at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53497 Bug #: 53497 Summary: Partial ordering of function templates does not order lvalue/rvalue references correctly Classification: Unclassified Product: gcc Version: 4.7.0

[Bug c++/28787] Internal compiler error (ICE) when trying to initialize function in template

2006-08-21 Thread vlukas at gmx dot de
--- Comment #3 from vlukas at gmx dot de 2006-08-21 12:04 --- A variation of the code crashes GCC 4.2.0 20060820 (experimental) with a different ICE: -- template void f() { typedef void (t)(); t a = x; } void g() { f(); } -- This produces the following output: -- b.cc: In

[Bug c++/28787] Internal compiler error (ICE) when trying to initialize function in template

2006-08-21 Thread vlukas at gmx dot de
--- Comment #2 from vlukas at gmx dot de 2006-08-21 11:01 --- >Indeed a dup of that PR. > >*** This bug has been marked as a duplicate of 27807 *** I do not mean to sound impertinent, but with GCC 4.2.0 20060820 (experimental), I can not reproduce bug 27807. However the code I

[Bug c++/28787] New: Internal compiler error (ICE) when trying to initialize function in template

2006-08-21 Thread vlukas at gmx dot de
assigned at gcc dot gnu dot org ReportedBy: vlukas at gmx dot de GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28787