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

2021-05-14 Thread Bug Watch Updater
** Changed in: gcc Status: Confirmed => Fix Released -- 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 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 1823296] Re: g++ 7.3 and g++ 8.2 report segmentation fault

2019-04-08 Thread Bug Watch Updater
** Changed in: gcc Status: New => Confirmed -- 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

[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

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

2019-04-06 Thread Bug Watch Updater
Launchpad has imported 2 comments from the remote bug at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89994. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at

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-06 Thread Matthias Klose
$ g++-7 -c test.ii test.ii:18:21: error: parameter '' includes reference to array of unknown bound 'const long int []' b(const long (&)[]); ^ test.ii:23: confused by earlier errors, bailing out $ g++-9 -c test.ii test.ii:23:16: error: call of overloaded 'b()' is

[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] Re: g++ 7.3 and g++ 8.2 report segmentation fault

2019-04-05 Thread Matthias Klose
please attach the preprocessed source ** Changed in: gcc-7 (Ubuntu) Status: New => Incomplete -- 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