https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45689
Thomas Koenig changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83125
--- Comment #4 from Dmitry G. Dyachenko ---
one more test w/o -fpic and with less aggressive inlining
$ /usr/local/gcc_current/bin/g++ -Wall -Wextra -O2 --param
early-inlining-insns=18 --param max-early-inliner-iterations=10 -c
-fpreprocessed x.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83238
--- Comment #4 from Richard Biener ---
Author: rguenth
Date: Mon Dec 4 08:26:18 2017
New Revision: 255375
URL: https://gcc.gnu.org/viewcvs?rev=255375&root=gcc&view=rev
Log:
2017-12-04 Richard Biener
PR tree-optimization/83238
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83266
--- Comment #2 from Yibiao Yang ---
>
> $ gcc -fprofile-arcs -ftes-coverage small.c; ./a.out; gcov small.c; cat
> small.c.gcov
The correct command should be:
$ gcc -fprofile-arcs -ftest-coverage small.c; ./a.out; gcov small.c; cat
small.c.gc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47988
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83238
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43871
--- Comment #6 from Segher Boessenkool ---
Author: segher
Date: Mon Dec 4 09:19:27 2017
New Revision: 255376
URL: https://gcc.gnu.org/viewcvs?rev=255376&root=gcc&view=rev
Log:
PR bootstrap/83265
Revert
2017-12-01 Seghe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83265
--- Comment #2 from Segher Boessenkool ---
Author: segher
Date: Mon Dec 4 09:19:27 2017
New Revision: 255376
URL: https://gcc.gnu.org/viewcvs?rev=255376&root=gcc&view=rev
Log:
PR bootstrap/83265
Revert
2017-12-01 Seghe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45689
--- Comment #11 from Dominique d'Humieres ---
> Still to be done: Simplification for maxloc/minloc/maxval/minval
> for character arguments.
>
> Apart from that, I think we are done (but I will check before
> closing :-)
From https://gcc.gnu.org/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83245
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |8.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83248
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83265
Segher Boessenkool changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83076
--- Comment #8 from Paul Thomas ---
(In reply to Dominique d'Humieres from comment #7)
> With the patch at https://gcc.gnu.org/ml/fortran/2017-11/msg00171.html the
> number of
>
> internal compiler error: in fold_convert_loc, at fold-const.c:236
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83252
--- Comment #8 from Richard Biener ---
(In reply to Andrew Pinski from comment #7)
> (In reply to Dmitry Babokin from comment #6)
> > I'm not insisting on such functionality, as my bugs were always analysed and
> > fixed in timely manner (unlike
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83245
--- Comment #3 from Segher Boessenkool ---
Author: segher
Date: Mon Dec 4 09:30:37 2017
New Revision: 255377
URL: https://gcc.gnu.org/viewcvs?rev=255377&root=gcc&view=rev
Log:
lra: Clobbers in a parallel are earlyclobbers (PR83245)
The documen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83255
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83253
Richard Biener changed:
What|Removed |Added
Keywords||missed-optimization
Status|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83263
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |8.0
Summary|[8.0 regression]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83230
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82728
Markus Trippelsdorf changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82728
Markus Trippelsdorf changed:
What|Removed |Added
Target Milestone|--- |8.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83255
--- Comment #2 from Richard Biener ---
Ah, finally a testcase for a fix I have in my tree ;)
It would probably help if we'd emit the loop niters as SSA names instead of
creating weird constraints from them like
[sese-to-poly] adding one extra d
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83262
--- Comment #7 from Dominique d'Humieres ---
> Dick Henderson in clf claims that there is a bug in the code.
> You're comparing apples and oranges. Mike Metcalf ran the
> code with Dick's suggested change.
All my timings after comment 3 are don
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83206
--- Comment #6 from Richard Earnshaw ---
> /usr/local/gcc/bin/gcc -o matrix-v6 -march=native -mcpu=native -mtune=native
> -mfpu=auto -O3 matrix.c
> cc1: error: -mfloat-abi=hard: selected processor lacks an FPU
-mcpu=... is an alias that sets bo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82728
Markus Trippelsdorf changed:
What|Removed |Added
Keywords|needs-bisection |
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82799
Markus Trippelsdorf changed:
What|Removed |Added
CC||trippels at gcc dot gnu.org
--- Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56485
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69582
Bug 69582 depends on bug 56485, which changed state.
Bug 56485 Summary: [cilkplus] internal compiler error: in cdtor_comdat_group,
at cp/optimize.c: 186
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56485
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57368
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57541
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58309
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69582
Bug 69582 depends on bug 58309, which changed state.
Bug 58309 Summary: spurious "parameter set but not used" warning in cilk plus
array code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58309
What|Removed |Add
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69582
Bug 69582 depends on bug 57368, which changed state.
Bug 57368 Summary: Trying to build CilkPlus fails with an ICE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57368
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69582
Bug 69582 depends on bug 57541, which changed state.
Bug 57541 Summary: [Cilkplus]: internal compiler error: in gimplify_expr, at
gimplify.c:7809
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57541
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69582
Bug 69582 depends on bug 58949, which changed state.
Bug 58949 Summary: libcilkrts will not bootstrap on x86_64 without
libstdc++.i686 32 bit libraries installed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58949
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58949
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69582
Bug 69582 depends on bug 59490, which changed state.
Bug 59490 Summary: cilk-plus failure
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59490
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59490
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59540
Paolo Carlini changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69582
Bug 69582 depends on bug 59540, which changed state.
Bug 59540 Summary: ICE while building libcilkrt library with
--disable-bootstrap and --disable-checking
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59540
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59902
Paolo Carlini changed:
What|Removed |Added
Status|SUSPENDED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69582
Bug 69582 depends on bug 59902, which changed state.
Bug 59902 Summary: Cilk gcc bootstrap for arm target on x86 host
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59902
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59984
Paolo Carlini changed:
What|Removed |Added
Summary|OpenMP and Cilk Plus SIMD |OpenMP pragma makes loop
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83206
--- Comment #7 from Andrew Roberts ---
I get the same thing if I just use -mcpu=native:
/usr/local/gcc/bin/gcc -o matrix-v6 -mcpu=native -mfpu=auto -O3 matrix.c
cc1: error: -mfloat-abi=hard: selected processor lacks an FPU
I realize the aarch64
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69582
Bug 69582 depends on bug 59053, which changed state.
Bug 59053 Summary: cilkplus branch compiler loops
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59053
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59053
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59384
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69582
Bug 69582 depends on bug 59384, which changed state.
Bug 59384 Summary: Cilk Plus array notation with for loop after segfaults
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59384
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69582
Bug 69582 depends on bug 60198, which changed state.
Bug 60198 Summary: ICE with _Cilk_spawn in expression within template function
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60198
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60547
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60198
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69582
Bug 69582 depends on bug 60547, which changed state.
Bug 60547 Summary: libcilkrts/runtime/record-replay.cpp: 2 * possible problems
in calls to scanf ?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60547
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69582
Bug 69582 depends on bug 61218, which changed state.
Bug 61218 Summary: lto ICE building libcilkrts with 4.9.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61218
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61956
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61218
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69582
Bug 69582 depends on bug 61956, which changed state.
Bug 61956 Summary: problem linking cilk on RHEL4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61956
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61309
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69582
Bug 69582 depends on bug 61309, which changed state.
Bug 61309 Summary: cilk-plus tests fail with: hidden symbol `__cpu_model' in
/x/gcc/testsuite/g++/../../libgcc.a(cpuinfo.o) is referenced by DSO
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=613
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69582
Bug 69582 depends on bug 63142, which changed state.
Bug 63142 Summary: gcc-cilk can not spawn a function template
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63142
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63142
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63291
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63336
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69582
Bug 69582 depends on bug 63291, which changed state.
Bug 63291 Summary: ASan reports stack-buffer-overflow in some cilkplus tests.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63291
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63398
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63147
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69582
Bug 69582 depends on bug 63398, which changed state.
Bug 63398 Summary: Cilk errors out incorrectly for spawn inside statement
expressions
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63398
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69582
Bug 69582 depends on bug 63147, which changed state.
Bug 63147 Summary: Cilk Plus in GCC 4.9 is missing metadata support
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63147
What|Removed |Added
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70595
Paolo Carlini changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68945
Bug 68945 depends on bug 70595, which changed state.
Bug 70595 Summary: Cilk Plus testsuite needs massive cleanup
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70595
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70789
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69582
Bug 69582 depends on bug 70789, which changed state.
Bug 70789 Summary: cilk test fib-tplt.cc occasionally fails
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70789
What|Removed |Added
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69582
Bug 69582 depends on bug 70595, which changed state.
Bug 70595 Summary: Cilk Plus testsuite needs massive cleanup
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70595
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71928
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69582
Bug 69582 depends on bug 71928, which changed state.
Bug 71928 Summary: installed libcilkrts.so has RPATH
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71928
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71473
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81732
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69582
Bug 69582 depends on bug 71473, which changed state.
Bug 71473 Summary: [6/7/8 Regression] cilkplus sum reducer ICE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71473
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71326
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64184
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69503
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69017
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69021
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69582
Bug 69582 depends on bug 69021, which changed state.
Bug 69021 Summary: [cilkplus] valid cilk_spawn won't compile when invoking
non-trivial assignment operator
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69021
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69582
Bug 69582 depends on bug 69017, which changed state.
Bug 69017 Summary: [cilkplus] ICE with valid cilk_spawn assignment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69017
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69582
Bug 69582 depends on bug 69503, which changed state.
Bug 69503 Summary: SIGFPE raised when mixing std::async with cilk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69503
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68581
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67149
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69582
Bug 69582 depends on bug 68581, which changed state.
Bug 68581 Summary: ICE in build_conditional_expr_1 upon instantiation of a
templated function with Cilk+ directives (valid code)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68581
W
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69582
Bug 69582 depends on bug 67149, which changed state.
Bug 67149 Summary: false positive maybe-uninitialized in the presence of cilk
spawn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67149
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67424
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69582
Bug 69582 depends on bug 67424, which changed state.
Bug 67424 Summary: libcilkcrts fails to build on NetBSD
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67424
What|Removed |Added
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65653
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69582
Bug 69582 depends on bug 66286, which changed state.
Bug 66286 Summary: Inconsistent handling of Cilk+ array sections
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66286
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66286
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82942
--- Comment #8 from speryt at gcc dot gnu.org ---
Author: speryt
Date: Mon Dec 4 11:03:37 2017
New Revision: 255378
URL: https://gcc.gnu.org/viewcvs?rev=255378&root=gcc&view=rev
Log:
Fix PR82941 and PR82942 by adding proper vzeroupper generation
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82990
--- Comment #9 from speryt at gcc dot gnu.org ---
Author: speryt
Date: Mon Dec 4 11:03:37 2017
New Revision: 255378
URL: https://gcc.gnu.org/viewcvs?rev=255378&root=gcc&view=rev
Log:
Fix PR82941 and PR82942 by adding proper vzeroupper generation
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82941
--- Comment #3 from speryt at gcc dot gnu.org ---
Author: speryt
Date: Mon Dec 4 11:03:37 2017
New Revision: 255378
URL: https://gcc.gnu.org/viewcvs?rev=255378&root=gcc&view=rev
Log:
Fix PR82941 and PR82942 by adding proper vzeroupper generation
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64318
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69582
Bug 69582 depends on bug 70506, which changed state.
Bug 70506 Summary: [CilkPlus] error: location references block not in block tree
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70506
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71929
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
1 - 100 of 244 matches
Mail list logo