** 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 a
** 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:
Stack-lo
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 refe
** 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
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
{
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 in
--
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:
https://bugs.launchpad.net/gcc/+bug/1823296/+
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.
https://bugs.l
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"
https://bugs.launchpad.net/ubuntu/+source/gcc-7/+bug/1823296/+attac
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.
https://b
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 -MMD
11 matches
Mail list logo