[Bug ada/88591] New: [9 regression] libada install fails with --enable-shared

2018-12-25 Thread jamespharvey20 at gmail dot com
Priority: P3 Component: ada Assignee: unassigned at gcc dot gnu.org Reporter: jamespharvey20 at gmail dot com Target Milestone: --- git commit 40caaded caises "make ada-install-{common,info}" to fail. NOTE the first error is about halfway through the output b

[Bug ada/88429] [9 regression] libada build fails with --disable-shared

2018-12-25 Thread jamespharvey20 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88429 jamespharvey20 at gmail dot com changed: What|Removed |Added CC||jamespharvey20 at gmail

[Bug ada/88591] [9 regression] libada install fails with --enable-shared

2018-12-28 Thread jamespharvey20 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88591 jamespharvey20 at gmail dot com changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug bootstrap/87672] New: [9 regression] 81512c36 causes ICE in bootstrap stage 3 using "-D_FORTIFY_SOURCE=2" (invalid operand in unary operation, incorrect sharing of tree nodes, verify_gimple fai

2018-10-20 Thread jamespharvey20 at gmail dot com
tree nodes, verify_gimple failed) Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: jamespharvey20 at gma

[Bug bootstrap/87672] [9 regression] 81512c36 causes ICE in bootstrap stage 3 using "-D_FORTIFY_SOURCE=2" (invalid operand in unary operation, incorrect sharing of tree nodes, verify_gimple failed)

2018-10-20 Thread jamespharvey20 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87672 --- Comment #1 from jamespharvey20 at gmail dot com --- Created attachment 44868 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44868&action=edit [Part 1] i386.ii

[Bug bootstrap/87672] [9 regression] 81512c36 causes ICE in bootstrap stage 3 using "-D_FORTIFY_SOURCE=2" (invalid operand in unary operation, incorrect sharing of tree nodes, verify_gimple failed)

2018-10-20 Thread jamespharvey20 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87672 --- Comment #2 from jamespharvey20 at gmail dot com --- Created attachment 44869 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44869&action=edit [Part 2] i386.ii

[Bug bootstrap/87672] [9 regression] 81512c36 causes ICE in bootstrap stage 3 using "-D_FORTIFY_SOURCE=2" (invalid operand in unary operation, incorrect sharing of tree nodes, verify_gimple failed)

2018-10-20 Thread jamespharvey20 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87672 --- Comment #3 from jamespharvey20 at gmail dot com --- Created attachment 44870 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44870&action=edit [Part 3] i386.ii

[Bug bootstrap/87672] [9 regression] 81512c36 causes ICE in bootstrap stage 3 using "-D_FORTIFY_SOURCE=2" (invalid operand in unary operation, incorrect sharing of tree nodes, verify_gimple failed)

2018-10-20 Thread jamespharvey20 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87672 --- Comment #5 from jamespharvey20 at gmail dot com --- Created attachment 44872 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44872&action=edit [Part 5] i386.ii

[Bug bootstrap/87672] [9 regression] 81512c36 causes ICE in bootstrap stage 3 using "-D_FORTIFY_SOURCE=2" (invalid operand in unary operation, incorrect sharing of tree nodes, verify_gimple failed)

2018-10-20 Thread jamespharvey20 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87672 --- Comment #4 from jamespharvey20 at gmail dot com --- Created attachment 44871 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44871&action=edit [Part 4] i386.ii

[Bug c/87387] trunk/gcc/builtins.c:585:7: warning: -Wself-assign problem

2018-10-21 Thread jamespharvey20 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87387 --- Comment #6 from jamespharvey20 at gmail dot com --- This fix introduces bug 87672.

[Bug bootstrap/87672] [9 regression] 81512c36 causes ICE in bootstrap stage 3 using "-D_FORTIFY_SOURCE=2" (invalid operand in unary operation, incorrect sharing of tree nodes, verify_gimple failed)

2018-10-21 Thread jamespharvey20 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87672 --- Comment #6 from jamespharvey20 at gmail dot com --- P.S. In case it sheds any light, I just found out that after the build failure, if I manually re-run the stage 3 "./prev-gcc/xg++ ... .../i386/i386.c" command without "-D_F

[Bug bootstrap/87672] [9 regression] 81512c36 causes ICE in bootstrap stage 3 using "-D_FORTIFY_SOURCE=2" (invalid operand in unary operation, incorrect sharing of tree nodes, verify_gimple failed)

2018-10-22 Thread jamespharvey20 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87672 --- Comment #11 from jamespharvey20 at gmail dot com --- I can confirm applying Bernd Edlinger's "2018-10-21 18:16:41 UTC" patch on current trunk prevents all 3 reported errors, and allows using CPPFLAGS="-D_FORTIFY_SOURCE=2&q

[Bug c++/77722] New: -fsanitize=undefined doesn't give runtime error in function without return value, unless at least 2 instructions

2016-09-24 Thread jamespharvey20 at gmail dot com
rsion: 6.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: jamespharvey20 at gmail dot com Target Milestone: --- [test.cpp] -- int func() { } int main() {

[Bug preprocessor/77723] New: Macro counts each element within brace-initialization as argument to macro

2016-09-24 Thread jamespharvey20 at gmail dot com
: normal Priority: P3 Component: preprocessor Assignee: unassigned at gcc dot gnu.org Reporter: jamespharvey20 at gmail dot com Target Milestone: --- [test.cpp] -- #define MAC(arg) arg class foo { public: foo(int a, int b) { }; }; int main

[Bug c++/78045] New: Parsing error when creating temporary object with space in type name (unsigned int)

2016-10-19 Thread jamespharvey20 at gmail dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: jamespharvey20 at gmail dot com Target Milestone: --- For test code comparisons where the expected value can be constructed as a temporary, I've been doing so.

[Bug c++/78046] New: Unnecessary setne/testb instructions with temporary int brace-initialized in if statement

2016-10-19 Thread jamespharvey20 at gmail dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: jamespharvey20 at gmail dot com Target Milestone: --- A two-variable comparison int main() { int i{0}; int j{0}; if(i != j

[Bug driver/66732] New: ISL 0.15 released, has breaking changes to gcc

2015-07-01 Thread jamespharvey20 at gmail dot com
: driver Assignee: unassigned at gcc dot gnu.org Reporter: jamespharvey20 at gmail dot com Target Milestone: --- I'm happily staying with ISL 0.14-1, just wanted to comment that ISL 0.15 is released and has breaking changes. See http://isl.gforge.inria.fr/user.html#Changes-

[Bug driver/66732] ISL 0.15 released, has breaking changes to gcc

2015-07-19 Thread jamespharvey20 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66732 --- Comment #2 from jamespharvey20 at gmail dot com --- Patches https://gcc.gnu.org/ml/gcc-patches/2015-07/msg01162.html and https://gcc.gnu.org/ml/gcc-patches/2015-07/msg01506.html Appear to resolve the issue. Compiling with ISL 0.15 just