[Bug 1835536] Re: Stack-located variable is overwritten unexpectedly

2019-07-07 Thread Alexey Kozin
** Changed in: gcc-7 (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1835536 Title: Stack-located variable is overwritten unexpectedly To manage notifications

[Bug 1835536] Re: Stack-located variable is overwritten unexpectedly

2019-07-05 Thread Alexey Kozin
** Attachment added: "bug.ii" https://bugs.launchpad.net/ubuntu/+source/gcc-7/+bug/1835536/+attachment/5275259/+files/bug.ii -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1835536 Title:

[Bug 1835536] [NEW] Stack-located variable is overwritten unexpectedly

2019-07-05 Thread Alexey Kozin
Public bug reported: May be I made a mistake in the code, but the situation looks like a bug. The problem belongs to gcc-7 and gcc-8. Local variable E is created. The constructor successfully fills the field E.t2.number with the value of -1.0. After calling of an empty function with a const

[Bug 1823296] Re: g++ 7.3 and g++ 8.2 report segmentation fault

2019-05-06 Thread Alexey Kozin
** Changed in: gcc-8 (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823296 Title: g++ 7.3 and g++ 8.2 report segmentation fault To manage notifications about

[Bug 1827800] [NEW] Polymorphism issue. Member function of parent class is not visible

2019-05-05 Thread Alexey Kozin
Public bug reported: Struct A declares a function 'f' with a parameter of type typename std::integral_constant::type. Struct B inherits class A and declares a function with a parameter of type typename std::integral_constant::type and the same name 'f'. A::f is not accessible. struct A {

[Bug 1823296] Re: g++ 7.3 and g++ 8.2 report segmentation fault

2019-04-07 Thread Alexey Kozin
The preprocessed source is included. gcc -c test.ii ../test.cpp: In function ‘void test_shape_creator()’: ../test.cpp:19:18: internal compiler error: Ошибка сегментирования blaspp<1> v({14}); ^ Please submit a full bug report, with preprocessed source if appropriate. See for

Re: [Bug 1823296] Re: g++ 7.3 and g++ 8.2 report segmentation fault

2019-04-06 Thread Alexey Kozin
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823296 Title: g++ 7.3 and g++ 8.2 report segmentation fault To manage notifications about this bug go to:

[Bug 1823296] Re: g++ 7.3 and g++ 8.2 report segmentation fault

2019-04-05 Thread Alexey Kozin
The file is included from blaspp.h ** Attachment added: "bppindex.h" https://bugs.launchpad.net/ubuntu/+source/gcc-7/+bug/1823296/+attachment/5253306/+files/bppindex.h -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1823296] Re: g++ 7.3 and g++ 8.2 report segmentation fault

2019-04-05 Thread Alexey Kozin
The main header. The problem line numbers are 768-770. The variadic constructor along with the constructor from plane array causes an error. Removing one of them helps to compile successfully. ** Attachment added: "blaspp.h"

[Bug 1823296] Re: g++ 7.3 and g++ 8.2 report segmentation fault

2019-04-05 Thread Alexey Kozin
The main file. The 19-th line causes error. ** Attachment added: "test.cpp" https://bugs.launchpad.net/ubuntu/+source/gcc-7/+bug/1823296/+attachment/5253304/+files/test.cpp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1823296] [NEW] g++ 7.3 and g++ 8.2 report segmentation fault

2019-04-05 Thread Alexey Kozin
Public bug reported: Hello, I'm developing yet another c++ wrapper for BLAS libraries. I've received an internal error (segmentation fault) from g++ 7.3.0-27ubuntu1~18.04 and the same error from 8.2.0-1ubuntu2~18.04. The exact error text is: ... g++-8 -O0 -g3 -Wall -c -fmessage-length=0