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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88429
jamespharvey20 at gmail dot com changed:
What|Removed |Added
CC||jamespharvey20 at gmail
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88591
jamespharvey20 at gmail dot com changed:
What|Removed |Added
Status|WAITING |RESOLVED
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
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
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
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
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87387
--- Comment #6 from jamespharvey20 at gmail dot com ---
This fix introduces bug 87672.
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
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
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() {
: 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
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.
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
: 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-
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
18 matches
Mail list logo