[Bug fortran/45689] [F03] Missing transformational intrinsic in the trans_func_f2003 list

2017-12-04 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45689 Thomas Koenig changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug ipa/83125] [8 regression] ICE in edge_badness, at ipa-inline.c:1025

2017-12-04 Thread dimhen at gmail dot com
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.

[Bug tree-optimization/83238] [8 Regression] [graphite] ICE in graphite_can_represent_scev, at graphite-scop-detection.c:971

2017-12-04 Thread rguenth at gcc dot gnu.org
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

[Bug gcov-profile/83266] [GCOV] A True if statement is wrongly marked as not executed in gcov

2017-12-04 Thread yangyibiao at nju dot edu.cn
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

[Bug target/47988] ICE: in reload_cse_simplify_operands, at postreload.c:403: insn does not satisfy its constraints

2017-12-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47988 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug tree-optimization/83238] [8 Regression] [graphite] ICE in graphite_can_represent_scev, at graphite-scop-detection.c:971

2017-12-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83238 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/43871] -mcpu=power4 -mtune=cell emits power7/cell-only opcodes

2017-12-04 Thread segher at gcc dot gnu.org
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

[Bug bootstrap/83265] [8 Regression] Bootstrap failure on powerpc64

2017-12-04 Thread segher at gcc dot gnu.org
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

[Bug fortran/45689] [F03] Missing transformational intrinsic in the trans_func_f2003 list

2017-12-04 Thread dominiq at lps dot ens.fr
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/

[Bug target/83245] [8 regression] several tests fail starting with r255258

2017-12-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83245 Richard Biener changed: What|Removed |Added Target Milestone|--- |8.0

[Bug c++/83248] Spuriously identifying template arguments

2017-12-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83248 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug bootstrap/83265] [8 Regression] Bootstrap failure on powerpc64

2017-12-04 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83265 Segher Boessenkool changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/83076] [8 Regression] ICE in gfc_deallocate_scalar_with_status, at fortran/trans.c:1598

2017-12-04 Thread pault at gcc dot gnu.org
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

[Bug target/83252] Wrong code with "-march=skylake-avx512 -O3"

2017-12-04 Thread rguenth at gcc dot gnu.org
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

[Bug rtl-optimization/83245] [8 regression] several tests fail starting with r255258

2017-12-04 Thread segher at gcc dot gnu.org
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

[Bug tree-optimization/83255] [8 Regression] [graphite] Wrong code w/ -O1 -floop-nest-optimize

2017-12-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83255 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/83253] -ftree-slsr causes performance regression

2017-12-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83253 Richard Biener changed: What|Removed |Added Keywords||missed-optimization Status|

[Bug libstdc++/83263] [8 regression] segmentation fault in alloc_traits

2017-12-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83263 Richard Biener changed: What|Removed |Added Target Milestone|--- |8.0 Summary|[8.0 regression]

[Bug fortran/83230] [8 regression] segmentation fault in bind C C/C++

2017-12-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83230 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/82728] [8 regression] Incorrect -Wunused-but-set-variable warning with a const

2017-12-04 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82728 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/82728] [8 regression] Incorrect -Wunused-but-set-variable warning with a const

2017-12-04 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82728 Markus Trippelsdorf changed: What|Removed |Added Target Milestone|--- |8.0

[Bug tree-optimization/83255] [8 Regression] [graphite] Wrong code w/ -O1 -floop-nest-optimize

2017-12-04 Thread rguenth at gcc dot gnu.org
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

[Bug tree-optimization/83262] SELECT CASE slower than IF/ELSE

2017-12-04 Thread dominiq at lps dot ens.fr
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

[Bug driver/83206] -mfpu=auto does not work on ARM (armv7l-unknown-linux-gnueabihf)

2017-12-04 Thread rearnsha at gcc dot gnu.org
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

[Bug c++/82728] [8 regression] Incorrect -Wunused-but-set-variable warning with a const

2017-12-04 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82728 Markus Trippelsdorf changed: What|Removed |Added Keywords|needs-bisection | CC|

[Bug c++/82799] [8 Regression] -Wunused-but-set-variable false positive

2017-12-04 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82799 Markus Trippelsdorf changed: What|Removed |Added CC||trippels at gcc dot gnu.org --- Co

[Bug c++/56485] [cilkplus] internal compiler error: in cdtor_comdat_group, at cp/optimize.c: 186

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56485 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug other/69582] [meta-bug] Cilk+

2017-12-04 Thread paolo.carlini at oracle dot com
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

[Bug middle-end/57368] Trying to build CilkPlus fails with an ICE

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57368 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug middle-end/57541] [Cilkplus]: internal compiler error: in gimplify_expr, at gimplify.c:7809

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57541 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c/58309] spurious "parameter set but not used" warning in cilk plus array code

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58309 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug other/69582] [meta-bug] Cilk+

2017-12-04 Thread paolo.carlini at oracle dot com
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

[Bug other/69582] [meta-bug] Cilk+

2017-12-04 Thread paolo.carlini at oracle dot com
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 -

[Bug other/69582] [meta-bug] Cilk+

2017-12-04 Thread paolo.carlini at oracle dot com
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

[Bug other/69582] [meta-bug] Cilk+

2017-12-04 Thread paolo.carlini at oracle dot com
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

[Bug bootstrap/58949] libcilkrts will not bootstrap on x86_64 without libstdc++.i686 32 bit libraries installed

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58949 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug other/69582] [meta-bug] Cilk+

2017-12-04 Thread paolo.carlini at oracle dot com
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 --

[Bug other/59490] cilk-plus failure

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59490 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/59540] ICE while building libcilkrt library with --disable-bootstrap and --disable-checking

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59540 Paolo Carlini changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug other/69582] [meta-bug] Cilk+

2017-12-04 Thread paolo.carlini at oracle dot com
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

[Bug bootstrap/59902] Cilk gcc bootstrap for arm target on x86 host

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59902 Paolo Carlini changed: What|Removed |Added Status|SUSPENDED |RESOLVED Resolution|---

[Bug other/69582] [meta-bug] Cilk+

2017-12-04 Thread paolo.carlini at oracle dot com
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 --

[Bug c/59984] OpenMP pragma makes loop incorrect

2017-12-04 Thread paolo.carlini at oracle dot com
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

[Bug driver/83206] -mfpu=auto does not work on ARM (armv7l-unknown-linux-gnueabihf)

2017-12-04 Thread andrewm.roberts at sky dot com
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

[Bug other/69582] [meta-bug] Cilk+

2017-12-04 Thread paolo.carlini at oracle dot com
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 -

[Bug other/59053] cilkplus branch compiler loops

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59053 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug other/59384] Cilk Plus array notation with for loop after segfaults

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59384 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug other/69582] [meta-bug] Cilk+

2017-12-04 Thread paolo.carlini at oracle dot com
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 -

[Bug other/69582] [meta-bug] Cilk+

2017-12-04 Thread paolo.carlini at oracle dot com
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

[Bug other/60547] libcilkrts/runtime/record-replay.cpp: 2 * possible problems in calls to scanf ?

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60547 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/60198] ICE with _Cilk_spawn in expression within template function

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60198 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug other/69582] [meta-bug] Cilk+

2017-12-04 Thread paolo.carlini at oracle dot com
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

[Bug other/69582] [meta-bug] Cilk+

2017-12-04 Thread paolo.carlini at oracle dot com
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 -

[Bug target/61956] problem linking cilk on RHEL4

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61956 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug lto/61218] lto ICE building libcilkrts with 4.9.0

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61218 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug other/69582] [meta-bug] Cilk+

2017-12-04 Thread paolo.carlini at oracle dot com
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 --

[Bug libgcc/61309] cilk-plus tests fail with: hidden symbol `__cpu_model' in /x/gcc/testsuite/g++/../../libgcc.a(cpuinfo.o) is referenced by DSO

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61309 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug other/69582] [meta-bug] Cilk+

2017-12-04 Thread paolo.carlini at oracle dot com
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

[Bug other/69582] [meta-bug] Cilk+

2017-12-04 Thread paolo.carlini at oracle dot com
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 -

[Bug c++/63142] gcc-cilk can not spawn a function template

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63142 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug testsuite/63291] ASan reports stack-buffer-overflow in some cilkplus tests.

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63291 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/63336] cilkplus array notation ICE in find_rank

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63336 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug other/69582] [meta-bug] Cilk+

2017-12-04 Thread paolo.carlini at oracle dot com
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 -

[Bug c/63398] Cilk errors out incorrectly for spawn inside statement expressions

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63398 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/63147] Cilk Plus in GCC 4.9 is missing metadata support

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63147 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug other/69582] [meta-bug] Cilk+

2017-12-04 Thread paolo.carlini at oracle dot com
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

[Bug other/69582] [meta-bug] Cilk+

2017-12-04 Thread paolo.carlini at oracle dot com
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 ---

[Bug testsuite/70595] Cilk Plus testsuite needs massive cleanup

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70595 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/68945] enable libcilkrts on SPARC

2017-12-04 Thread paolo.carlini at oracle dot com
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 --

[Bug c++/70789] cilk test fib-tplt.cc occasionally fails

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70789 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug other/69582] [meta-bug] Cilk+

2017-12-04 Thread paolo.carlini at oracle dot com
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 ---

[Bug other/69582] [meta-bug] Cilk+

2017-12-04 Thread paolo.carlini at oracle dot com
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 --

[Bug other/71928] installed libcilkrts.so has RPATH

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71928 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug other/69582] [meta-bug] Cilk+

2017-12-04 Thread paolo.carlini at oracle dot com
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 --

[Bug middle-end/71473] [6/7/8 Regression] cilkplus sum reducer ICE

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71473 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/81732] 'Error: Architecture mismatch on "rd".' in libcilkrts when compiling for sparc-linux-gnu

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81732 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug other/69582] [meta-bug] Cilk+

2017-12-04 Thread paolo.carlini at oracle dot com
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

[Bug other/71326] libcilkrts/runtime/sslib/snprintf_support.c:87]: (style) Redundant condition

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71326 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug other/64184] libcilkrts fails to build on darwin due to error: '_SC_NPROCESSORS_ONLN' undeclared

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64184 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/69503] SIGFPE raised when mixing std::async with cilk

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69503 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/69017] [cilkplus] ICE with valid cilk_spawn assignment

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69017 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/69021] [cilkplus] valid cilk_spawn won't compile when invoking non-trivial assignment operator

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69021 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug other/69582] [meta-bug] Cilk+

2017-12-04 Thread paolo.carlini at oracle dot com
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

[Bug other/69582] [meta-bug] Cilk+

2017-12-04 Thread paolo.carlini at oracle dot com
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

[Bug other/69582] [meta-bug] Cilk+

2017-12-04 Thread paolo.carlini at oracle dot com
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 -

[Bug c++/68581] ICE in build_conditional_expr_1 upon instantiation of a templated function with Cilk+ directives (valid code)

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68581 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/67149] false positive maybe-uninitialized in the presence of cilk spawn

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67149 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug other/69582] [meta-bug] Cilk+

2017-12-04 Thread paolo.carlini at oracle dot com
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

[Bug other/69582] [meta-bug] Cilk+

2017-12-04 Thread paolo.carlini at oracle dot com
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 --

[Bug target/67424] libcilkcrts fails to build on NetBSD

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67424 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug other/69582] [meta-bug] Cilk+

2017-12-04 Thread paolo.carlini at oracle dot com
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 ---

[Bug c/65653] cilkplus reducer ICE

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65653 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug other/69582] [meta-bug] Cilk+

2017-12-04 Thread paolo.carlini at oracle dot com
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 --

[Bug c/66286] Inconsistent handling of Cilk+ array sections

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66286 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/82942] Generate vzeroupper with -mavx512f -mno-avx512er -O2

2017-12-04 Thread speryt at gcc dot gnu.org
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

[Bug target/82990] Update the default -mzeroupper setting

2017-12-04 Thread speryt at gcc dot gnu.org
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

[Bug target/82941] Missing vzeroupper with -march=skylake-avx512 -O2

2017-12-04 Thread speryt at gcc dot gnu.org
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

[Bug c++/64318] Using _Cilk_for with cause strange floating point exception

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64318 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug other/69582] [meta-bug] Cilk+

2017-12-04 Thread paolo.carlini at oracle dot com
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 --

[Bug other/71929] libcilkrts build failure because broken __cilkrts_yield and __cilkrts_idle

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71929 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

  1   2   3   >