[Bug other/78097] gcc-6.2.0 inconsistent libgcc_s.so link

2016-10-24 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78097 --- Comment #5 from Andrew Pinski --- This is due to libtool. the make file passes the correct -rpath for linking libstdc++.so to libtool but that does not pass it down to gcc. /bin/bash ../libtool --tag CXX --mode=link /home/apinski/src/loca

[Bug other/78097] gcc-6.2.0 inconsistent libgcc_s.so link

2016-10-24 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78097 --- Comment #3 from Andrew Pinski --- 0x000f (RPATH) Library rpath: [/home/apinski/src/local/objdir/../tools/lib/../lib64]

[Bug other/78097] gcc-6.2.0 inconsistent libgcc_s.so link

2016-10-24 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78097 --- Comment #4 from Andrew Pinski --- So basically someone uses -R while linking.

[Bug c++/78104] optimizer doesn't grok C++ new/delete yet

2016-10-24 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78104 --- Comment #3 from Andrew Pinski --- (In reply to Markus Trippelsdorf from comment #0) > A simple example: > > int main() { > int *ob = new int(); > delete ob; > } > > clang optimizes it away: Which is funny considering what Chris Lattner

[Bug c++/78104] optimizer doesn't grok C++ new/delete yet

2016-10-24 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78104 --- Comment #2 from Andrew Pinski --- PR 23383 for one.

[Bug c++/78104] optimizer doesn't grok C++ new/delete yet

2016-10-24 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78104 --- Comment #1 from Andrew Pinski --- There might be a few duplicates of this bug already.

[Bug c++/78104] New: optimizer doesn't grok C++ new/delete yet

2016-10-24 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78104 Bug ID: 78104 Summary: optimizer doesn't grok C++ new/delete yet Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug target/78094] limit in mask targets

2016-10-24 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78094 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Component|bootstrap

[Bug tree-optimization/77550] [6/7 Regression] std::deque with -O3 has infinite std::distance

2016-10-24 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77550 Bernd Edlinger changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/78102] [5/6/7 regression] GCC refuses to generate PCMPEQQ instruction for SSE4.1

2016-10-24 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78102 Marc Glisse changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/78103] Failure to optimize with __builtin_clzl

2016-10-24 Thread ben.maurer at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78103 --- Comment #1 from Ben Maurer --- Also along the same lines: https://godbolt.org/g/Nzed5m GCC figures out BSRNew, but there's a cdqe instruction that's unnecessary

[Bug tree-optimization/78103] New: Failure to optimize with __builtin_clzl

2016-10-24 Thread ben.maurer at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78103 Bug ID: 78103 Summary: Failure to optimize with __builtin_clzl Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-op

[Bug target/78095] [7 Regression] valgrind build error on ppc64le

2016-10-24 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78095 --- Comment #9 from Bill Schmidt --- Done. https://gcc.gnu.org/ml/gcc-patches/2016-10/msg01983.html

[Bug target/78102] New: [5/6/7 regression] GCC refuses to generate PCMPEQQ instruction for SSE4.1

2016-10-24 Thread vegorov13 at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78102 Bug ID: 78102 Summary: [5/6/7 regression] GCC refuses to generate PCMPEQQ instruction for SSE4.1 Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/78092] [5/6/7 Regression] ICE when calling SIZEOF on CLASS(*) entry

2016-10-24 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78092 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- C

[Bug target/78101] New: PowerPC 64-bit little endian does not build spec-2017 kit102 527.cam4_r or 627.cam4_s with -O3 -mcpu=power9

2016-10-24 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78101 Bug ID: 78101 Summary: PowerPC 64-bit little endian does not build spec-2017 kit102 527.cam4_r or 627.cam4_s with -O3 -mcpu=power9 Product: gcc Version: 7.0 Status: UNCON

[Bug fortran/78021] [5/6/7 Regression] Wrong result with optimization on character constant

2016-10-24 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78021 Thomas Koenig changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/78021] [5/6/7 Regression] Wrong result with optimization on character constant

2016-10-24 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78021 --- Comment #6 from Thomas Koenig --- Author: tkoenig Date: Mon Oct 24 22:12:06 2016 New Revision: 241498 URL: https://gcc.gnu.org/viewcvs?rev=241498&root=gcc&view=rev Log: 2016-10-24 Thomas Koenig Backport from trunk PR fort

[Bug c++/64431] "-Wignored-qualifiers" warning gives misleading position in code

2016-10-24 Thread psmith at gnu dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64431 Paul Smith changed: What|Removed |Added CC||psmith at gnu dot org --- Comment #6 from P

[Bug fortran/71895] ICE in gfc_compare_derived_types, at fortran/interface.c:520

2016-10-24 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71895 kargl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug libfortran/77828] [7 Regression] Linking gfortran-7 compiled program with libgfortran of 5.x allowed but crashes when containing write to string

2016-10-24 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77828 --- Comment #6 from Jerry DeLisle --- Author: jvdelisle Date: Mon Oct 24 21:42:29 2016 New Revision: 241497 URL: https://gcc.gnu.org/viewcvs?rev=241497&root=gcc&view=rev Log: 2016-10-24 Jerry DeLisle PR fortran/77828 * io/io.

[Bug fortran/71895] ICE in gfc_compare_derived_types, at fortran/interface.c:520

2016-10-24 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71895 --- Comment #4 from kargl at gcc dot gnu.org --- Author: kargl Date: Mon Oct 24 21:36:49 2016 New Revision: 241496 URL: https://gcc.gnu.org/viewcvs?rev=241496&root=gcc&view=rev Log: 2016-10-24 Steven G. Kargl PR fortran/71895

[Bug debug/78100] DWARF symbols for an array sometimes missing the array length

2016-10-24 Thread gccbugs at dima dot secretsauce.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78100 --- Comment #2 from Dima Kogan --- For easier reading, the test program looks like this: #include extern int s[]; int s[] = { 1,2,3 }; int main(void) { printf("%zd\n", sizeof(s)); return 0; }

[Bug target/71767] Endless stream of warnings when using GCC with -Wa,-q and Clang Integrated Assembler

2016-10-24 Thread howarth.at.gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71767 --- Comment #43 from Jack Howarth --- (In reply to Eric Gallager from comment #33) > I'm not sure if this is due to the patches from this bug report, or if it's > due to some other change made to GCC recently, but my fork of Emacs now > fails to

[Bug target/78077] gcc 6.2.0 fails to link temacs from emacs-25.1 using the Xcode 8 linker

2016-10-24 Thread howarth.at.gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78077 --- Comment #6 from Jack Howarth --- (In reply to Iain Sandoe from comment #5) > (In reply to Jack Howarth from comment #4) > > The Apple developers think this is gcc bug producing malformatted input to > > the linker. From macho_relocatable_file

[Bug target/78095] [7 Regression] valgrind build error on ppc64le

2016-10-24 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78095 Markus Trippelsdorf changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/78095] [7 Regression] valgrind build error on ppc64le

2016-10-24 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78095 --- Comment #7 from Bill Schmidt --- (In reply to Markus Trippelsdorf from comment #6) > At least it needs a big fat explanation in > https://gcc.gnu.org/gcc-7/changes.html I tend to think this is the right action. It has never been a good idea

[Bug tree-optimization/77550] [6/7 Regression] std::deque with -O3 has infinite std::distance

2016-10-24 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77550 --- Comment #18 from Bernd Edlinger --- Author: edlinger Date: Mon Oct 24 20:21:06 2016 New Revision: 241495 URL: https://gcc.gnu.org/viewcvs?rev=241495&root=gcc&view=rev Log: 2016-10-24 Bernd Edlinger Backport from mainline

[Bug target/78095] [7 Regression] valgrind build error on ppc64le

2016-10-24 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78095 --- Comment #6 from Markus Trippelsdorf --- At least it needs a big fat explanation in https://gcc.gnu.org/gcc-7/changes.html

[Bug fortran/71895] ICE in gfc_compare_derived_types, at fortran/interface.c:520

2016-10-24 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71895 --- Comment #3 from kargl at gcc dot gnu.org --- Author: kargl Date: Mon Oct 24 20:03:08 2016 New Revision: 241494 URL: https://gcc.gnu.org/viewcvs?rev=241494&root=gcc&view=rev Log: 2016-10-24 Steven G. Kargl PR fortran/71895

[Bug fortran/69298] Array finalisers seem to be given the wrong array when the array is a member variable.

2016-10-24 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69298 --- Comment #5 from Paul Thomas --- (In reply to Dominique d'Humieres from comment #3) > > Created attachment 37448 [details] > > Self-contained variant > > With n=3, the output of the attached test is > > Initialising stuff_type 4 > Finalising

[Bug target/78095] [7 Regression] valgrind build error on ppc64le

2016-10-24 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78095 Markus Trippelsdorf changed: What|Removed |Added Status|RESOLVED|NEW Resolution|INVALID

[Bug debug/78100] DWARF symbols for an array sometimes missing the array length

2016-10-24 Thread gccbugs at dima dot secretsauce.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78100 --- Comment #1 from Dima Kogan --- Created attachment 39876 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39876&action=edit test case

[Bug debug/78100] New: DWARF symbols for an array sometimes missing the array length

2016-10-24 Thread gccbugs at dima dot secretsauce.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78100 Bug ID: 78100 Summary: DWARF symbols for an array sometimes missing the array length Product: gcc Version: 6.2.1 Status: UNCONFIRMED Severity: normal

[Bug middle-end/78098] error: interrupt service routine can't be called directly

2016-10-24 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78098 --- Comment #5 from H.J. Lu --- (In reply to Martin Liška from comment #4) > Hello H.J. > As interrupt handler attribute is very specific and rare attribute, I'm > suggesting to basically skip all functions in IPA ICF analysis that have > such at

[Bug tree-optimization/18487] Warnings for pure and const functions that are not actually pure or const

2016-10-24 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18487 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|2004-11-14 21:57:5

[Bug target/78095] [7 Regression] valgrind build error on ppc64le

2016-10-24 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78095 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/71895] ICE in gfc_compare_derived_types, at fortran/interface.c:520

2016-10-24 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71895 --- Comment #2 from kargl at gcc dot gnu.org --- Author: kargl Date: Mon Oct 24 19:21:42 2016 New Revision: 241493 URL: https://gcc.gnu.org/viewcvs?rev=241493&root=gcc&view=rev Log: 2016-10-24 Steven G. Kargl PR fortran/71895

[Bug fortran/69298] Array finalisers seem to be given the wrong array when the array is a member variable.

2016-10-24 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69298 Paul Thomas changed: What|Removed |Added CC||pault at gcc dot gnu.org --- Comment #4 fr

[Bug middle-end/78099] New: Typo in sem_function::get_hash

2016-10-24 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78099 Bug ID: 78099 Summary: Typo in sem_function::get_hash Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end

[Bug target/78095] [7 Regression] valgrind build error on ppc64le

2016-10-24 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78095 --- Comment #3 from Markus Trippelsdorf --- include/valgrind.h: 3263 /* These regs are trashed by the hidden call. */ 3264 #define __CALLER_SAVED_REGS \ 3265"lr", "ctr

[Bug fortran/71796] Link error referencing compiler generated symbol __vtab_xxx

2016-10-24 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71796 Dominique d'Humieres changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unass

[Bug target/78095] [7 Regression] valgrind build error on ppc64le

2016-10-24 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78095 --- Comment #2 from Segher Boessenkool --- So why does valgrind try to clobber r2? That just isn't going to work...

[Bug target/78077] gcc 6.2.0 fails to link temacs from emacs-25.1 using the Xcode 8 linker

2016-10-24 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78077 --- Comment #5 from Iain Sandoe --- (In reply to Jack Howarth from comment #4) > The Apple developers think this is gcc bug producing malformatted input to > the linker. From macho_relocatable_file.cpp, we are triggering the linker > check... >

[Bug middle-end/78098] error: interrupt service routine can't be called directly

2016-10-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78098 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libgcc/78064] unwind-c.c never uses _Unwind_GetIPInfo

2016-10-24 Thread fw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78064 Florian Weimer changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libgcc/78064] unwind-c.c never uses _Unwind_GetIPInfo

2016-10-24 Thread fw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78064 --- Comment #3 from Florian Weimer --- Author: fw Date: Mon Oct 24 18:25:09 2016 New Revision: 241491 URL: https://gcc.gnu.org/viewcvs?rev=241491&root=gcc&view=rev Log: PR libgcc/78064: Add missing include directive to unwind-c.c PR lib

[Bug middle-end/78098] error: interrupt service routine can't be called directly

2016-10-24 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78098 --- Comment #3 from H.J. Lu --- Another problem: [hjl@gnu-6 pr78098]$ cat foo2.i void bar (int); void foo1 (void *p) { bar (0); *((int *)0xFEE00080) = 0; } __attribute__((interrupt)) void foo2 (void *p) { bar (0); *((int *)0xFEE00080)

[Bug fortran/78053] [OOP] SELECT TYPE on CLASS(*) component for deferred length char arrays ICEs for -O > 0

2016-10-24 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78053 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/72770] [7 Regression] ICE in make_ssa_name_fn, at tree-ssanames.c:263

2016-10-24 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72770 --- Comment #7 from Dominique d'Humieres --- *** Bug 78053 has been marked as a duplicate of this bug. ***

[Bug target/78084] gcc miscompiles vec_vsx_ld on -O3

2016-10-24 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78084 --- Comment #5 from Bill Schmidt --- For the record, this was fixed a couple of months ago under https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72863. I'll give Canonical a heads-up to be sure they pick up the patch.

[Bug libstdc++/71337] temp_directory_path(error_code&) shouldn't throw from !exists(p) || !is_directory(p)

2016-10-24 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71337 --- Comment #3 from Jonathan Wakely --- fixed on trunk so far.

[Bug target/78077] gcc 6.2.0 fails to link temacs from emacs-25.1 using the Xcode 8 linker

2016-10-24 Thread howarth.at.gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78077 --- Comment #4 from Jack Howarth --- The Apple developers think this is gcc bug producing malformatted input to the linker. From macho_relocatable_file.cpp, we are triggering the linker check... #ifndef NDEBUG // scan for

[Bug fortran/72770] [7 Regression] ICE in make_ssa_name_fn, at tree-ssanames.c:263

2016-10-24 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72770 vehre at gcc dot gnu.org changed: What|Removed |Added Status|NEW |WAITING CC|

[Bug middle-end/78098] error: interrupt service routine can't be called directly

2016-10-24 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78098 --- Comment #2 from H.J. Lu --- GCC correctly identified that foo1 == foo2 and generate a tail call. But we don't want tail call in interrupt handler. On the other hand, there is no need to have 2 identical copies of an interrupt handler. There

[Bug fortran/61337] Wrong indexing and runtime crash with unlimited polymorphic array.

2016-10-24 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61337 vehre at gcc dot gnu.org changed: What|Removed |Added Status|NEW |WAITING CC|

[Bug fortran/61376] Error using private statement in polymorphic derived type

2016-10-24 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61376 vehre at gcc dot gnu.org changed: What|Removed |Added Status|NEW |WAITING CC|

[Bug middle-end/77735] FAIL: gcc.dg/tree-ssa/builtin-sprintf-warn-1.c (test for warnings, line 358)

2016-10-24 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77735 --- Comment #8 from Martin Sebor --- Author: msebor Date: Mon Oct 24 16:53:20 2016 New Revision: 241489 URL: https://gcc.gnu.org/viewcvs?rev=241489&root=gcc&view=rev Log: PR middle-end/77735 - FAIL: gcc.dg/tree-ssa/builtin-sprintf-warn-1.c gcc/

[Bug fortran/57117] [OOP] ICE for sourced allocation of a polymorphic entity using TRANSPOSE

2016-10-24 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57117 vehre at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|WAITING --- Comment #16 from v

[Bug middle-end/77735] FAIL: gcc.dg/tree-ssa/builtin-sprintf-warn-1.c (test for warnings, line 358)

2016-10-24 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77735 Martin Sebor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/43366] [OOP][F08] Intrinsic assign to polymorphic variable

2016-10-24 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43366 vehre at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|WAITING CC|

[Bug fortran/51864] [OOP] ALLOCATE with polymorphic array constructor as SOURCE=

2016-10-24 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51864 vehre at gcc dot gnu.org changed: What|Removed |Added Status|NEW |WAITING Assignee|una

[Bug middle-end/78098] error: interrupt service routine can't be called directly

2016-10-24 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78098 H.J. Lu changed: What|Removed |Added CC||marxin at gcc dot gnu.org Component|t

[Bug fortran/78053] [OOP] SELECT TYPE on CLASS(*) component for deferred length char arrays ICEs for -O > 0

2016-10-24 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78053 vehre at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|WAITING --- Comment #4 from ve

[Bug libstdc++/71337] temp_directory_path(error_code&) shouldn't throw from !exists(p) || !is_directory(p)

2016-10-24 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71337 --- Comment #2 from Jonathan Wakely --- Author: redi Date: Mon Oct 24 16:45:51 2016 New Revision: 241487 URL: https://gcc.gnu.org/viewcvs?rev=241487&root=gcc&view=rev Log: PR71337 fix filesystem::temp_directory_path error handling PR li

[Bug target/78095] [7 Regression] valgrind build error on ppc64le

2016-10-24 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78095 Markus Trippelsdorf changed: What|Removed |Added Keywords||rejects-valid Status|U

[Bug target/78098] New: error: interrupt service routine can't be called directly

2016-10-24 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78098 Bug ID: 78098 Summary: error: interrupt service routine can't be called directly Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priori

[Bug other/78097] gcc-6.2.0 inconsistent libgcc_s.so link

2016-10-24 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78097 --- Comment #2 from Andrew Pinski --- Those libraries should not be using -R. But I doubt they are. I suspect something else is funny here.

[Bug other/78097] gcc-6.2.0 inconsistent libgcc_s.so link

2016-10-24 Thread edeveaud at pasteur dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78097 --- Comment #1 from Eric --- oops of course find /exe/gcc/4.9.4 -type l -name \*.so | xargs ldd | grep libgcc_s.so should be read find /exe/gcc/6.0.2 -type l -name \*.so | xargs ldd | grep libgcc_s.so

[Bug other/78097] New: gcc-6.2.0 inconsistent libgcc_s.so link

2016-10-24 Thread edeveaud at pasteur dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78097 Bug ID: 78097 Summary: gcc-6.2.0 inconsistent libgcc_s.so link Product: gcc Version: 6.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other

[Bug other/78096] gcc-4.9.4 make bootstrap libgcc_s.so link problem

2016-10-24 Thread edeveaud at pasteur dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78096 --- Comment #6 from Eric --- same problem with gcc/6.2.0 /exe/gcc/6.2.0/lib64/libstdc++.so /exe/gcc/6.2.0/lib64/libitm.so links to /lib64/libgcc_s.so.1 /exe/gcc/6.2.0/lib64/libasan.so /exe/gcc/6.2.0/lib64/liblsan.so /exe/gcc/6.2.0/lib64/libci

[Bug tree-optimization/78088] [7 Regression] error: non-trivial conversion in unary operation

2016-10-24 Thread matz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78088 Michael Matz changed: What|Removed |Added CC||matz at gcc dot gnu.org Assigne

[Bug other/78096] gcc-4.9.4 make bootstrap libgcc_s.so link problem

2016-10-24 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78096 --- Comment #5 from Markus Trippelsdorf --- This question should be asked on the gcc-h...@gcc.gnu.org list. Bugzilla is the wrong place for it.

[Bug tree-optimization/78060] [7 Regression] -O3 causes "error: type mismatch in binary expression"

2016-10-24 Thread matz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78060 Michael Matz changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |matz at gcc dot gnu.org --- Commen

[Bug other/78096] gcc-4.9.4 make bootstrap libgcc_s.so link problem

2016-10-24 Thread edeveaud at pasteur dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78096 --- Comment #4 from Eric --- anyway the link is not consistent what can I do in order to remove any system gcc + libs to provide ONLY the gcc we compiled to our cluster users ?

[Bug other/78096] gcc-4.9.4 make bootstrap libgcc_s.so link problem

2016-10-24 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78096 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug other/78096] gcc-4.9.4 make bootstrap libgcc_s.so link problem

2016-10-24 Thread edeveaud at pasteur dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78096 --- Comment #2 from Eric --- so I have to switch on gcc version 5 or 6 with incompatible ABI change in the C++ library ? nice ;-)

[Bug other/78096] gcc-4.9.4 make bootstrap libgcc_s.so link problem

2016-10-24 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78096 --- Comment #3 from Markus Trippelsdorf --- (In reply to Eric from comment #2) > so I have to switch on gcc version 5 or 6 > with incompatible ABI change in the C++ library ? > > nice ;-) No need to switch the ABI, you can use the old one jus

[Bug other/78096] New: gcc-4.9.4 make bootstrap libgcc_s.so link problem

2016-10-24 Thread edeveaud at pasteur dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78096 Bug ID: 78096 Summary: gcc-4.9.4 make bootstrap libgcc_s.so link problem Product: gcc Version: 4.9.4 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug libstdc++/77495] optional assignment from {} acts weirdly

2016-10-24 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77495 Ville Voutilainen changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libfortran/78055] [7 regression] Many new gfortran test failures

2016-10-24 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78055 --- Comment #15 from David Edelsohn --- The AIX failures are fixed.

[Bug tree-optimization/78061] [7 Regression] -O3 causes "Error: definition in block 117 does not dominate use in block 164"

2016-10-24 Thread matz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78061 Michael Matz changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |matz at gcc dot gnu.org --- Commen

[Bug libfortran/78055] [7 regression] Many new gfortran test failures

2016-10-24 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78055 --- Comment #14 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #12 from Jerry DeLisle --- > Rainer, please confirm the fix commited on trunk when you have time. Sure: I had it in my tree during this weekend's bootstraps and all failu

[Bug target/78095] [7 Regression] valgrind build error on ppc64le

2016-10-24 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78095 Richard Biener changed: What|Removed |Added Target Milestone|--- |7.0

[Bug testsuite/71491] [7 Regression] gcc.dg/vect/slp-43.c FAILs

2016-10-24 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71491 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug testsuite/71491] [7 Regression] gcc.dg/vect/slp-43.c FAILs

2016-10-24 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71491 --- Comment #7 from Richard Biener --- Author: rguenth Date: Mon Oct 24 12:58:20 2016 New Revision: 241478 URL: https://gcc.gnu.org/viewcvs?rev=241478&root=gcc&view=rev Log: 2016-10-24 Richard Biener PR testsuite/71491 * gcc.

[Bug target/78095] New: [7 Regression] valgrind build error on ppc64le

2016-10-24 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78095 Bug ID: 78095 Summary: [7 Regression] valgrind build error on ppc64le Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: targ

[Bug testsuite/71491] [7 Regression] gcc.dg/vect/slp-43.c FAILs

2016-10-24 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71491 --- Comment #5 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #4 from Richard Biener --- [...] > I suppose XFAILing / providing alternat scan-dump for [!] vect_hw_misalign > will fix this. > > Can you test the attached? Both tests no

[Bug libstdc++/77495] optional assignment from {} acts weirdly

2016-10-24 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77495 Bug 77495 depends on bug 77288, which changed state. Bug 77288 Summary: Std::experimental::optional::operator= implementation is broken in gcc 6.1 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77288 What|Removed

[Bug libstdc++/77727] Unwrapping std::optional constructor is not working for non-transferable object

2016-10-24 Thread ville at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77727 --- Comment #6 from ville at gcc dot gnu.org --- Author: ville Date: Mon Oct 24 12:52:31 2016 New Revision: 241477 URL: https://gcc.gnu.org/viewcvs?rev=241477&root=gcc&view=rev Log: Backport from mainline: 2016-10-24 Ville Voutilainen

[Bug libstdc++/77288] Std::experimental::optional::operator= implementation is broken in gcc 6.1

2016-10-24 Thread ville at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77288 --- Comment #12 from ville at gcc dot gnu.org --- Author: ville Date: Mon Oct 24 12:52:31 2016 New Revision: 241477 URL: https://gcc.gnu.org/viewcvs?rev=241477&root=gcc&view=rev Log: Backport from mainline: 2016-10-24 Ville Voutilainen

[Bug libstdc++/77288] Std::experimental::optional::operator= implementation is broken in gcc 6.1

2016-10-24 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77288 Ville Voutilainen changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/77288] Std::experimental::optional::operator= implementation is broken in gcc 6.1

2016-10-24 Thread ville at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77288 --- Comment #11 from ville at gcc dot gnu.org --- Author: ville Date: Mon Oct 24 12:46:44 2016 New Revision: 241476 URL: https://gcc.gnu.org/viewcvs?rev=241476&root=gcc&view=rev Log: Cross-port the latest resolution of LWG2756 and some bug-fixes

[Bug libstdc++/77727] Unwrapping std::optional constructor is not working for non-transferable object

2016-10-24 Thread ville at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77727 --- Comment #5 from ville at gcc dot gnu.org --- Author: ville Date: Mon Oct 24 12:46:44 2016 New Revision: 241476 URL: https://gcc.gnu.org/viewcvs?rev=241476&root=gcc&view=rev Log: Cross-port the latest resolution of LWG2756 and some bug-fixes t

[Bug target/77934] pattern for mtvsrdd needs to use b constraint not r

2016-10-24 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77934 Bill Schmidt changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/78077] gcc 6.2.0 fails to link temacs from emacs-25.1 using the Xcode 8 linker

2016-10-24 Thread howarth.at.gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78077 --- Comment #3 from Jack Howarth --- Opened radar://28914335 'linker crash when linking temacs from emacs 25.1 when built with FSF gcc 6.2.0 or gcc trunk' with standalone test case attached as reproducer.

[Bug fortran/78092] [5/6/7 Regression] ICE when calling SIZEOF on CLASS(*) entry

2016-10-24 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78092 --- Comment #2 from Dominique d'Humieres --- The change occurred between revisions r213007 (2014-07-24, compiles) and r213805 (2014-08-11, ICE), likely r213079 (PRs 57305, 61881, and 61888). Backtrace with r241433 is * thread #1: tid = 0xd87554,

[Bug fortran/61420] [5/6/7 Regression] [OOP] type-bound procedure returning a procedure pointer fails to compile

2016-10-24 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61420 Paul Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/61420] [5/6/7 Regression] [OOP] type-bound procedure returning a procedure pointer fails to compile

2016-10-24 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61420 --- Comment #13 from Paul Thomas --- Author: pault Date: Mon Oct 24 12:14:52 2016 New Revision: 241474 URL: https://gcc.gnu.org/viewcvs?rev=241474&root=gcc&view=rev Log: 2016-10-24 Paul Thomas PR fortran/61420 PR fortran/7801

[Bug fortran/78013] unexpected 'has no IMPLICIT type' error for a type-bound function returning a procedure pointer

2016-10-24 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78013 --- Comment #4 from Paul Thomas --- Author: pault Date: Mon Oct 24 12:14:52 2016 New Revision: 241474 URL: https://gcc.gnu.org/viewcvs?rev=241474&root=gcc&view=rev Log: 2016-10-24 Paul Thomas PR fortran/61420 PR fortran/78013

  1   2   >