[Bug c++/79415] New: -fcheck-pointer-bounds results in internal compiler error weakref attributes

2017-02-07 Thread jussi.judin at ericsson dot com
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: jussi.judin at ericsson dot com Target Milestone: --- GCC 7.0.1 (git hash 7458afd6b35c4851d146f058435ba3dd6215db44) results in internal compiler error on following input with

[Bug c++/79414] New: internal compiler error after "error: expected unqualified-id at end of input"

2017-02-07 Thread jussi.judin at ericsson dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: jussi.judin at ericsson dot com Target Milestone: --- GCC 7.0.1 (git commit 7458afd6b35c4851d146f058435ba3dd6215db44) segmentation faults on following code af

[Bug preprocessor/78287] New: #line directive with value more than 2147483640 prints out the value twice

2016-11-10 Thread jussi.judin at ericsson dot com
: normal Priority: P3 Component: preprocessor Assignee: unassigned at gcc dot gnu.org Reporter: jussi.judin at ericsson dot com Target Milestone: --- If I give a number with value more than 2147483640 (basically 7 maximum values, 2147483641-2147483647, that are

[Bug c/68337] New: [MPX] memcpy() for arrays with function pointers results in huge resource usage and binaries

2015-11-13 Thread jussi.judin at ericsson dot com
Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: jussi.judin at ericsson dot com Target Milestone: --- Created attachment 36703 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36703&acti

[Bug other/68270] New: Common pattern for variable sized data clashes with MPX bound checks

2015-11-10 Thread jussi.judin at ericsson dot com
: enhancement Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: jussi.judin at ericsson dot com Target Milestone: --- A very common pattern due to pedantic C89, C90, and C++ compatibility is to declare an array of size 1 when having a

[Bug other/67520] New: libmpx should abort() instead of exit(255) on bound violation detection

2015-09-09 Thread jussi.judin at ericsson dot com
: enhancement Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: jussi.judin at ericsson dot com Target Milestone: --- libmpx should do an action that can be easily caught in a debugger or runtime testing program (like core dump) instead

[Bug c/67442] New: GCC 5.2.0 on x86_64 creates invalid address on specific array index calculation through pointer

2015-09-03 Thread jussi.judin at ericsson dot com
Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: jussi.judin at ericsson dot com Target Milestone: --- GCC 5.2.0 and the current git version (ae436f3bdc66153005b7a260e0239521679f3965) create invalid

[Bug c++/57552] Internal compiler error with vector::emplace_back() for templated class constructor

2013-06-07 Thread jussi.judin at ericsson dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57552 --- Comment #2 from Jussi Judin --- Created attachment 30273 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30273&action=edit GCC 4.7-20130601 snapshot intermediate precompiled file.

[Bug c++/57552] Internal compiler error with vector::emplace_back() for templated class constructor

2013-06-07 Thread jussi.judin at ericsson dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57552 --- Comment #1 from Jussi Judin --- Created attachment 30272 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30272&action=edit GCC 4.7-20130601 snapshot output

[Bug c++/57552] New: Internal compiler error with vector::emplace_back() for templated class constructor

2013-06-07 Thread jussi.judin at ericsson dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: jussi.judin at ericsson dot com Created attachment 30271 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30271&action=edit Intermediate precompiled file re