[Bug c++/59271] New: a.C:16:21: internal compiler error: in strip_typedefs, at cp/tree.c:1315

2013-11-23 Thread darpeer at hotmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: darpeer at hotmail dot com void f(int n) { int a[n]; for (auto i : a) { i = i - a; } [a] (auto m) { for (auto i : a) { cout i endl

[Bug c++/59271] a.C:16:21: internal compiler error: in strip_typedefs, at cp/tree.c:1315

2013-11-23 Thread darpeer at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59271 --- Comment #1 from darpeer at hotmail dot com --- #include iostream using namespace std; void f(int n) { int a[n]; for (auto i : a) { i = i - a; } [a] (auto m) { for (auto i : a) { cout i endl

[Bug c/66060] New: struct member allocation off.

2015-05-07 Thread darpeer at hotmail dot com
Assignee: unassigned at gcc dot gnu.org Reporter: darpeer at hotmail dot com Target Milestone: --- Using gdb, two struct members end up at the same offset. gcc (GCC) 6.0.0 20150418 (experimental) and older. gcc -c -O0 -ggdb3 struct-example.C cat struct-example.C struct ODD_S { char

[Bug c++/82198] New: clang compile fails with g++ 8

2017-09-12 Thread darpeer at hotmail dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: darpeer at hotmail dot com Target Milestone: --- cd /extra/darse/llvm-svn/objects/tools/lld/ELF && /home/darse/ubuntu-17.04/bin/g++ -DGTEST_HAS_RTTI=0 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_M

[Bug c++/86099] internal compiler error: in cx_check_missing_mem_inits, at cp/constexpr.c:815

2018-06-09 Thread darpeer at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86099 --- Comment #1 from darpeer at hotmail dot com --- Created attachment 44255 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44255=edit Compresses source file. /tmp/file.prepro.cpp: In instantiation of ‘constexpr std::pair<_T1, _T2&

[Bug c++/86099] New: internal compiler error: in cx_check_missing_mem_inits, at cp/constexpr.c:815

2018-06-09 Thread darpeer at hotmail dot com
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: darpeer at hotmail dot com Target Milestone: ---