[Bug tree-optimization/48052] loop not vectorized if index is "unsigned int"

2015-05-05 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48052 --- Comment #11 from Richard Biener --- That's an interesting idea - your argument is that if niter analysis was able to compute an expression for the number of iterations and the cast we are looking at is a widening of a BIV then it is ok to ass

[Bug fortran/65894] [6 Regression] severe regression in gfortran 6.0.0

2015-05-05 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65894 --- Comment #15 from Dominique d'Humieres --- > Created attachment 35464 [details] > Follow-up patch fixing latest regression. > > With this patch all code samples and the code in the tar-archive compile > and execute well. This patch will need m

[Bug fortran/62283] basic-block vectorization fails

2015-05-05 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62283 --- Comment #27 from Richard Biener --- Author: rguenth Date: Wed May 6 06:47:38 2015 New Revision: 222843 URL: https://gcc.gnu.org/viewcvs?rev=222843&root=gcc&view=rev Log: 2015-05-06 Richard Biener PR tree-optimization/62283

[Bug fortran/62283] basic-block vectorization fails

2015-05-05 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62283 Richard Biener changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug tree-optimization/53947] [meta-bug] vectorizer missed-optimizations

2015-05-05 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53947 Bug 53947 depends on bug 62283, which changed state. Bug 62283 Summary: basic-block vectorization fails https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62283 What|Removed |Added

[Bug fortran/62283] basic-block vectorization fails

2015-05-05 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62283 --- Comment #25 from Richard Biener --- (In reply to Rainer Orth from comment #23) > The bb-slp-14.c testcase now FAILs on Solaris/SPARC. Attaching the dump. > > Rainer /vol/gcc/src/hg/trunk/local/gcc/testsuite/gcc.dg/vect/bb-slp-14.c:19:10:

[Bug libgcc/66032] RTEMS MIPS build fails on FreeBSD

2015-05-05 Thread chris at contemporary dot net.au
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66032 --- Comment #3 from Chris Johns --- Built GNU sed from source and added to my path: ruru rtems $ sed --version GNU sed version 4.2 Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. T

[Bug tree-optimization/65957] Loop with if-statement yields different results for -O3 vs -O3 -fno-tree-vectorize

2015-05-05 Thread sbrozell at rci dot rutgers.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65957 --- Comment #2 from Scott Brozell --- Ok, we shall add this to the todo list.

[Bug target/66033] New: rs6000 nops removed by rtl_dce

2015-05-05 Thread amodra at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66033 Bug ID: 66033 Summary: rs6000 nops removed by rtl_dce Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Ass

[Bug libgcc/66032] RTEMS MIPS build fails on FreeBSD

2015-05-05 Thread chris at contemporary dot net.au
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66032 --- Comment #2 from Chris Johns --- (In reply to Andrew Pinski from comment #1) > Have you tried GNU sed rather than BSD sed? No and a good idea. I will. FYI I tend to keep the machines used for testing builds clean and minimal to minimised th

[Bug ipa/66004] [6 Regression]: performance of 26_numerics/random/negative_binomial_distribution/operators/values.cc

2015-05-05 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66004 Hans-Peter Nilsson changed: What|Removed |Added CC||hubicka at gcc dot gnu.org

[Bug lto/65995] LTO: ICE in add_symbol_to_partition_1 for debug build

2015-05-05 Thread daniel.f.starke at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65995 --- Comment #4 from Daniel Starke --- I was able to build r222810 without bootstrap. However, the result remains the same. I am still getting the following error when linking all together: lto1.exe: internal compiler error: in add_symbol_to_parti

[Bug libgcc/66032] RTEMS MIPS build fails on FreeBSD

2015-05-05 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66032 --- Comment #1 from Andrew Pinski --- Have you tried GNU sed rather than BSD sed?

[Bug libgcc/66032] New: RTEMS MIPS build fails on FreeBSD

2015-05-05 Thread chris at contemporary dot net.au
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66032 Bug ID: 66032 Summary: RTEMS MIPS build fails on FreeBSD Product: gcc Version: 4.9.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgcc

[Bug target/66020] [6.0 regression] FAIL: gcc.target/powerpc/ppc64-abi-2.c execution test

2015-05-05 Thread amodra at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66020 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/54835] [C++11][DR 1518] Explicit default constructors not respected during copy-list-initialization

2015-05-05 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54835 --- Comment #11 from Jason Merrill --- Author: jason Date: Wed May 6 02:07:34 2015 New Revision: 222836 URL: https://gcc.gnu.org/viewcvs?rev=222836&root=gcc&view=rev Log: DR 1518 DR 1630 PR c++/54835 PR c++/60417

[Bug c++/60417] [DR 1518] Bogus error on C++03 aggregate initialization

2015-05-05 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60417 --- Comment #11 from Jason Merrill --- Author: jason Date: Wed May 6 02:07:34 2015 New Revision: 222836 URL: https://gcc.gnu.org/viewcvs?rev=222836&root=gcc&view=rev Log: DR 1518 DR 1630 PR c++/54835 PR c++/60417

[Bug c/66031] New: Spurious array bounds warning

2015-05-05 Thread jmattson at vmware dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66031 Bug ID: 66031 Summary: Spurious array bounds warning Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assigne

[Bug debug/61352] gcc 4.9.0 fails to execute dsymutil when linking executables on darwin

2015-05-05 Thread mrs at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61352 --- Comment #12 from mrs at gcc dot gnu.org --- Author: mrs Date: Wed May 6 00:33:49 2015 New Revision: 222835 URL: https://gcc.gnu.org/viewcvs?rev=222835&root=gcc&view=rev Log: 2015-05-05 Jack Howarth Backport from mainline

[Bug middle-end/66021] GCC miscompiles Z3

2015-05-05 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66021 Andrew Pinski changed: What|Removed |Added Severity|critical|normal --- Comment #4 from Andrew Pinski

[Bug libstdc++/66030] [5.1.0] std::codecvt_byname missing from libstdc++ DLL

2015-05-05 Thread sailer at sailer dot dynip.lugs.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66030 --- Comment #1 from Thomas Sailer --- Created attachment 35471 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35471&action=edit preprocessed testcase

[Bug libstdc++/66030] New: [5.1.0] std::codecvt_byname missing from libstdc++ DLL

2015-05-05 Thread sailer at sailer dot dynip.lugs.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66030 Bug ID: 66030 Summary: [5.1.0] std::codecvt_byname missing from libstdc++ DLL Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Com

[Bug lto/66027] lto1: internal compiler error: in odr_types_equivalent_p

2015-05-05 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66027 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug lto/66029] Build error compiling gcc5.1 using LTO

2015-05-05 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66029 --- Comment #3 from Andrew Pinski --- Also what version of binutils is on the system? Can you try using latest release from FSF rather than SUSE one?

[Bug lto/66029] Build error compiling gcc5.1 using LTO

2015-05-05 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66029 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/59678] [F03] Segfault on equalizing variables of a complex derived type

2015-05-05 Thread talebi.hossein at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59678 --- Comment #19 from Hossein Talebi --- Hi, This patch goes to Gfortran 4.8 or the current version? Thank you. Cheers H. On Tue, May 5, 2015 at 7:03 PM, vehre at gcc dot gnu.org < gcc-bugzi...@gcc.gnu.org> wrote: > https://gcc.gnu.org/bugzill

[Bug target/65916] Unnecessary floating-point instruction causes runtime exception on PowerPC

2015-05-05 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65916 Segher Boessenkool changed: What|Removed |Added CC||segher at gcc dot gnu.org --- Comme

[Bug lto/66029] Build error compiling gcc5.1 using LTO

2015-05-05 Thread t at sharklasers dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66029 --- Comment #1 from JD --- I compiled with used: -O3 -flto -fuse-linker-plugin -fno-fat-lto-objects and tried to link with: -flto=4 -O3 -fuse-linker-plugin

[Bug lto/66029] New: Build error compiling gcc5.1 using LTO

2015-05-05 Thread t at sharklasers dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66029 Bug ID: 66029 Summary: Build error compiling gcc5.1 using LTO Product: gcc Version: 5.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto

[Bug target/66020] [6.0 regression] FAIL: gcc.target/powerpc/ppc64-abi-2.c execution test

2015-05-05 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66020 Andreas Schwab changed: What|Removed |Added CC||amodra at gcc dot gnu.org --- Comment #

[Bug libstdc++/66018] opendir configure test not working when GCC_NO_EXECUTABLES

2015-05-05 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66018 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/66028] New: false positive, unused loop variable

2015-05-05 Thread ncm at cantrip dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66028 Bug ID: 66028 Summary: false positive, unused loop variable Product: gcc Version: 5.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug lto/66027] New: lto1: internal compiler error: in odr_types_equivalent_p

2015-05-05 Thread t at sharklasers dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66027 Bug ID: 66027 Summary: lto1: internal compiler error: in odr_types_equivalent_p Product: gcc Version: 5.1.0 Status: UNCONFIRMED Severity: normal Prior

[Bug target/64835] -fno-ipa-cp is inconsitently supported when attributes optimize or target are used

2015-05-05 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64835 --- Comment #8 from Andreas Schwab --- Also fails on powerpc{-m32,-m64}.

[Bug c++/66026] New: C++14] throw-expression is not a valid constant-expression

2015-05-05 Thread rhalbersma at gmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: rhalbersma at gmail dot com Target Milestone: --- g++ 5.1.0 and current trunk 20150505 won't compile the following code with -std=c++1y: constexpr auto fun(int n) { switch(n) { c

[Bug target/66025] New: Implement ThreadSanitizer support for IBM z Systems

2015-05-05 Thread krebbel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66025 Bug ID: 66025 Summary: Implement ThreadSanitizer support for IBM z Systems Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/66025] Implement ThreadSanitizer support for IBM z Systems

2015-05-05 Thread krebbel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66025 Andreas Krebbel changed: What|Removed |Added Severity|normal |enhancement

[Bug target/66024] Implement AddressSanitizer support for IBM z Systems

2015-05-05 Thread krebbel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66024 Andreas Krebbel changed: What|Removed |Added Severity|normal |enhancement

[Bug target/66024] New: Implement AddressSanitizer support for IBM z Systems

2015-05-05 Thread krebbel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66024 Bug ID: 66024 Summary: Implement AddressSanitizer support for IBM z Systems Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug target/66023] Investigate and fix IBM z Systems `guality' testsuite failures

2015-05-05 Thread krebbel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66023 Andreas Krebbel changed: What|Removed |Added Severity|normal |enhancement

[Bug target/66023] New: Investigate and fix IBM z Systems `guality' testsuite failures

2015-05-05 Thread krebbel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66023 Bug ID: 66023 Summary: Investigate and fix IBM z Systems `guality' testsuite failures Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal P

[Bug middle-end/66021] GCC miscompiles Z3

2015-05-05 Thread nunoplopes at sapo dot pt
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66021 --- Comment #3 from Nuno Lopes --- Created attachment 35467 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35467&action=edit reduced test case

[Bug fortran/65894] [6 Regression] severe regression in gfortran 6.0.0

2015-05-05 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65894 --- Comment #14 from vehre at gcc dot gnu.org --- That solely depends on the availability of reviews. At the moment getting a review is quite difficult. Btw, when you can use docker, then there is docker image available at: https://registry.hub.

[Bug go/66016] Accessing nil Func's name results in crash

2015-05-05 Thread ian at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66016 --- Comment #5 from ian at gcc dot gnu.org --- Author: ian Date: Tue May 5 17:46:31 2015 New Revision: 222820 URL: https://gcc.gnu.org/viewcvs?rev=222820&root=gcc&view=rev Log: PR go/66016 runtime: Don't crash in Func.Name if the Func i

[Bug fortran/65894] [6 Regression] severe regression in gfortran 6.0.0

2015-05-05 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65894 --- Comment #13 from Jürgen Reuter --- I will give it a try as soon as possible. Any idea how long propagation into the trunk might last?

[Bug bootstrap/66022] New: 4.8.4 build fails with stage 2 and 3 comparison error

2015-05-05 Thread jrm at exa dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66022 Bug ID: 66022 Summary: 4.8.4 build fails with stage 2 and 3 comparison error Product: gcc Version: 4.8.4 Status: UNCONFIRMED Severity: normal Priority: P3 Compon

[Bug middle-end/66021] GCC miscompiles Z3

2015-05-05 Thread nunoplopes at sapo dot pt
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66021 --- Comment #2 from Nuno Lopes --- Created attachment 35465 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35465&action=edit test case

[Bug lto/65995] LTO: ICE in add_symbol_to_partition_1 for debug build

2015-05-05 Thread daniel.f.starke at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65995 --- Comment #3 from Daniel Starke --- I have yet to bootstrap the current trunk (r222810). It currently fails with /usr/new-gcc/bin32/./prev-gcc/xg++ -B/usr/new-gcc/bin32/./prev-gcc/ -B/mingw/mingw32/bin/ -nostdinc++ -B/usr/new-gcc/bin32/prev-min

[Bug middle-end/66021] GCC miscompiles Z3

2015-05-05 Thread nunoplopes at sapo dot pt
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66021 --- Comment #1 from Nuno Lopes --- Sorry, a bit more information the problem: On function void reduce_args_tactic::imp::populate_decl2args_proc::operator()(app * n), when compiled with -O0 no call to memory::deallocate(void* p) is made, while wi

[Bug fortran/65894] [6 Regression] severe regression in gfortran 6.0.0

2015-05-05 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65894 vehre at gcc dot gnu.org changed: What|Removed |Added Attachment #35407|0 |1 is obsolete|

[Bug middle-end/66021] New: GCC miscompiles Z3

2015-05-05 Thread nunoplopes at sapo dot pt
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66021 Bug ID: 66021 Summary: GCC miscompiles Z3 Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: critical Priority: P3 Component: middle-end Assigne

[Bug target/65990] ICE: in extract_insn, at recog.c:2341 (unrecognizable insn) with -mmemcpy-strategy=rep_8byte:-1:noalign -m32 -mtune=btver2

2015-05-05 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65990 Uroš Bizjak changed: What|Removed |Added Target Milestone|--- |4.9.3

[Bug target/66020] New: [6.0 regression] FAIL: gcc.target/powerpc/ppc64-abi-2.c execution test

2015-05-05 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66020 Bug ID: 66020 Summary: [6.0 regression] FAIL: gcc.target/powerpc/ppc64-abi-2.c execution test Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug target/66020] [6.0 regression] FAIL: gcc.target/powerpc/ppc64-abi-2.c execution test

2015-05-05 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66020 Andreas Schwab changed: What|Removed |Added Target Milestone|--- |6.0

[Bug target/65915] [6 Regression] FAIL: gcc.target/i386/avx512f-vrndscalepd-2.c (internal compiler error)

2015-05-05 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65915 Uroš Bizjak changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/65915] [6 Regression] FAIL: gcc.target/i386/avx512f-vrndscalepd-2.c (internal compiler error)

2015-05-05 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65915 Uroš Bizjak changed: What|Removed |Added Blocks|65983 | --- Comment #5 from Uroš Bizjak --- ***

[Bug target/65983] [6 Regression] ICE: SIGSEGV in mark_label_nuses (emit-rtl.c:3618) with -fsanitize=thread -mavx512ifma -march=barcelona

2015-05-05 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65983 Uroš Bizjak changed: What|Removed |Added Status|NEW |RESOLVED Depends on|65915

[Bug target/65990] ICE: in extract_insn, at recog.c:2341 (unrecognizable insn) with -mmemcpy-strategy=rep_8byte:-1:noalign -m32 -mtune=btver2

2015-05-05 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65990 Uroš Bizjak changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug target/65990] ICE: in extract_insn, at recog.c:2341 (unrecognizable insn) with -mmemcpy-strategy=rep_8byte:-1:noalign -m32 -mtune=btver2

2015-05-05 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65990 --- Comment #4 from uros at gcc dot gnu.org --- Author: uros Date: Tue May 5 16:53:27 2015 New Revision: 222817 URL: https://gcc.gnu.org/viewcvs?rev=222817&root=gcc&view=rev Log: PR target/65990 * config/i386/i386.c (ix86_parse_s

[Bug go/66016] Accessing nil Func's name results in crash

2015-05-05 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66016 Ian Lance Taylor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug go/66016] Accessing nil Func's name results in crash

2015-05-05 Thread ian at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66016 --- Comment #3 from ian at gcc dot gnu.org --- Author: ian Date: Tue May 5 16:38:57 2015 New Revision: 222816 URL: https://gcc.gnu.org/viewcvs?rev=222816&root=gcc&view=rev Log: PR go/66016 runtime: Don't crash in Func.Name if the Func i

[Bug go/66016] Accessing nil Func's name results in crash

2015-05-05 Thread ian at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66016 --- Comment #2 from ian at gcc dot gnu.org --- Author: ian Date: Tue May 5 16:38:45 2015 New Revision: 222815 URL: https://gcc.gnu.org/viewcvs?rev=222815&root=gcc&view=rev Log: PR go/66016 runtime: Don't crash in Func.Name if the Func i

[Bug target/64304] AArch64 miscompilation with -mgeneral-regs-only

2015-05-05 Thread fyang at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64304 --- Comment #8 from fyang at gcc dot gnu.org --- Author: fyang Date: Tue May 5 15:59:12 2015 New Revision: 222814 URL: https://gcc.gnu.org/viewcvs?rev=222814&root=gcc&view=rev Log: Backported from mainline 2015-01-19 Jiong Wang

[Bug target/65886] [5/6 Regression] Copy reloc in PIE incompatible with DSO created by -Wl,-Bsymbolic

2015-05-05 Thread thiago at kde dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65886 --- Comment #31 from Thiago Macieira --- (In reply to Jakub Jelinek from comment #29) > You are missing the point of copy relocations. Consider: > int a = 1; > extern int b, c; > int foo (void) > { > return a + b + c; > } > compiled with -fno-

[Bug target/64304] AArch64 miscompilation with -mgeneral-regs-only

2015-05-05 Thread fyang at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64304 --- Comment #7 from fyang at gcc dot gnu.org --- Author: fyang Date: Tue May 5 15:50:18 2015 New Revision: 222812 URL: https://gcc.gnu.org/viewcvs?rev=222812&root=gcc&view=rev Log: Backported from mainline 2015-01-19 Jiong Wang

[Bug target/65886] [5/6 Regression] Copy reloc in PIE incompatible with DSO created by -Wl,-Bsymbolic

2015-05-05 Thread thiago at kde dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65886 --- Comment #30 from Thiago Macieira --- (In reply to H.J. Lu from comment #28) > (In reply to Thiago Macieira from comment #27) > > (In reply to Jakub Jelinek from comment #26) > > Can you guarantee that the linker won't generate copy relocs for

[Bug target/65886] [5/6 Regression] Copy reloc in PIE incompatible with DSO created by -Wl,-Bsymbolic

2015-05-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65886 --- Comment #29 from Jakub Jelinek --- (In reply to Thiago Macieira from comment #27) > Still, if this were solved properly, relocations that resolved back into the > executable itself would still be bound locally, even position-dependently if >

[Bug target/65915] [6 Regression] FAIL: gcc.target/i386/avx512f-vrndscalepd-2.c (internal compiler error)

2015-05-05 Thread tocarip at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65915 --- Comment #4 from tocarip at gcc dot gnu.org --- Author: tocarip Date: Tue May 5 15:43:13 2015 New Revision: 222811 URL: https://gcc.gnu.org/viewcvs?rev=222811&root=gcc&view=rev Log: PR target/65915 * config/i386/i386.md (vector convert to flo

[Bug target/65886] [5/6 Regression] Copy reloc in PIE incompatible with DSO created by -Wl,-Bsymbolic

2015-05-05 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65886 --- Comment #28 from H.J. Lu --- (In reply to Thiago Macieira from comment #27) > (In reply to Jakub Jelinek from comment #26) > > Plus, if KDE uses so small binaries, why don't just compile them with -fPIC > > then? > > You can then link them as

[Bug target/65886] [5/6 Regression] Copy reloc in PIE incompatible with DSO created by -Wl,-Bsymbolic

2015-05-05 Thread thiago at kde dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65886 --- Comment #27 from Thiago Macieira --- (In reply to Jakub Jelinek from comment #26) > Plus, if KDE uses so small binaries, why don't just compile them with -fPIC > then? > You can then link them as normal executables or PIEs, depending on what

[Bug c/16351] NULL dereference warnings

2015-05-05 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16351 --- Comment #29 from Manuel López-Ibáñez --- (In reply to Tim Ruehsen from comment #28) > I far as I can read, not a patch is missing. A review + commit is missing. > How can you ask for more developers (=patches) when the work is ignored ? > Don

[Bug c++/65854] [c++-concepts] Type constraint satisfaction error for type aliases; regression from r211591

2015-05-05 Thread tom at honermann dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65854 Tom Honermann changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/65837] [arm-linux-gnueabihf] lto1 target specific builtin not available

2015-05-05 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65837 --- Comment #26 from ktkachov at gcc dot gnu.org --- So, out of interest, what is needed to make this work properly with target attributes? What hooks do we need to implement? Looking at https://gcc.gnu.org/onlinedocs/gccint/Target-Attributes.htm

[Bug target/65886] [5/6 Regression] Copy reloc in PIE incompatible with DSO created by -Wl,-Bsymbolic

2015-05-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65886 --- Comment #26 from Jakub Jelinek --- Plus, if KDE uses so small binaries, why don't just compile them with -fPIC then? You can then link them as normal executables or PIEs, depending on what you prefer, and still it supposedly wouldn't use copy

[Bug target/65886] [5/6 Regression] Copy reloc in PIE incompatible with DSO created by -Wl,-Bsymbolic

2015-05-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65886 --- Comment #25 from Jakub Jelinek --- (In reply to Thiago Macieira from comment #23) > $ pmap `pidof qtcreator` | perl -ne '@_ = split / +/; if ($_[6] eq "r-xp" && > $_[7] !~ /\[/) { $_[1] =~ s/K//; $total += $_[1]; $bin = $_[1] unless $bin; > }

[Bug target/65886] [5/6 Regression] Copy reloc in PIE incompatible with DSO created by -Wl,-Bsymbolic

2015-05-05 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65886 --- Comment #24 from H.J. Lu --- (In reply to Thiago Macieira from comment #23) > $ pmap `pidof qtcreator` | perl -ne '@_ = split / +/; if ($_[6] eq "r-xp" && > $_[7] !~ /\[/) { $_[1] =~ s/K//; $total += $_[1]; $bin = $_[1] unless $bin; > } END {

[Bug target/65886] [5/6 Regression] Copy reloc in PIE incompatible with DSO created by -Wl,-Bsymbolic

2015-05-05 Thread thiago at kde dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65886 --- Comment #23 from Thiago Macieira --- $ pmap `pidof qtcreator` | perl -ne '@_ = split / +/; if ($_[6] eq "r-xp" && $_[7] !~ /\[/) { $_[1] =~ s/K//; $total += $_[1]; $bin = $_[1] unless $bin; } END { print "$bin $total\n"; }' 72 166164 That is

[Bug target/64579] __TM_end __builtin_tend failed to return transactional state

2015-05-05 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64579 --- Comment #5 from Peter Bergner --- Author: bergner Date: Tue May 5 14:27:30 2015 New Revision: 222809 URL: https://gcc.gnu.org/viewcvs?rev=222809&root=gcc&view=rev Log: gcc/ Backport from mainline. 2015-04-27 Peter Bergner

[Bug target/64579] __TM_end __builtin_tend failed to return transactional state

2015-05-05 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64579 --- Comment #4 from Peter Bergner --- Author: bergner Date: Tue May 5 14:25:35 2015 New Revision: 222808 URL: https://gcc.gnu.org/viewcvs?rev=222808&root=gcc&view=rev Log: gcc/ Backport from mainline. 2015-04-27 Peter Bergner

[Bug c/16351] NULL dereference warnings

2015-05-05 Thread tim.ruehsen at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16351 --- Comment #28 from Tim Ruehsen --- I far as I can read, not a patch is missing. A review + commit is missing. How can you ask for more developers (=patches) when the work is ignored ? Don't get me wrong, I just try to understand how this should

[Bug target/64579] __TM_end __builtin_tend failed to return transactional state

2015-05-05 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64579 --- Comment #3 from Peter Bergner --- Author: bergner Date: Tue May 5 14:22:33 2015 New Revision: 222807 URL: https://gcc.gnu.org/viewcvs?rev=222807&root=gcc&view=rev Log: gcc/ Backport from mainline. 2015-04-27 Peter Bergner

[Bug c/16351] NULL dereference warnings

2015-05-05 Thread pmatos at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16351 --- Comment #27 from pmatos at gcc dot gnu.org --- (In reply to Manuel López-Ibáñez from comment #26) > A good place to start is > https://gcc.gnu.org/bugzilla/buglist. > cgi?keywords=easyhack&list_id=116934&order=bug_id&query_format=advanced >

[Bug c/16351] NULL dereference warnings

2015-05-05 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16351 --- Comment #26 from Manuel López-Ibáñez --- (In reply to pmatos from comment #25) > (In reply to Manuel López-Ibáñez from comment #24) > > I can give you many examples of old "must-have" bugs that are "easy" to fix, > > but simply there is no on

[Bug libstdc++/66011] [6 Regression] call to '__open_missing_mode' declared with attribute error

2015-05-05 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66011 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c/16351] NULL dereference warnings

2015-05-05 Thread pmatos at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16351 pmatos at gcc dot gnu.org changed: What|Removed |Added CC||pmatos at gcc dot gnu.org ---

[Bug target/65456] powerpc64le autovectorized copy loop missed optimization

2015-05-05 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65456 --- Comment #25 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #24 from Bill Schmidt --- > No, I don't think so. The same change was made in GCC 4.9, and it didn't > cause > it to XPASS there (looking at gcc-testresults). Also, my

[Bug target/66019] New: Corrupt libstdc++ on AIX 6.1

2015-05-05 Thread joerg.rich...@pdv-fs.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66019 Bug ID: 66019 Summary: Corrupt libstdc++ on AIX 6.1 Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Ass

[Bug libstdc++/66018] New: opendir configure test not working when GCC_NO_EXECUTABLES

2015-05-05 Thread green at moxielogic dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66018 Bug ID: 66018 Summary: opendir configure test not working when GCC_NO_EXECUTABLES Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal P

[Bug c/16351] NULL dereference warnings

2015-05-05 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16351 --- Comment #24 from Manuel López-Ibáñez --- (In reply to Tim Ruehsen from comment #23) > The requested warning is an absolutely must-have (enabled by default). > Seeing this bug open since 2004 is... well ... I have no words. GCC needs lots of

[Bug fortran/65548] [5/6 Regression] gfc_conv_procedure_call

2015-05-05 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65548 --- Comment #37 from Jürgen Reuter --- (In reply to vehre from comment #36) > I am waiting for an official review of the patch, to be allowed to commit to > trunk. So I am not waiting on you. :-) I see. Got it. :D

[Bug lto/59000] lto can't merge user-defined weak builtin functions

2015-05-05 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59000 Markus Trippelsdorf changed: What|Removed |Added CC||matt at use dot net --- Comment #4

[Bug lto/52159] ICE when building qemu with GCC 4.7 trunk: cannot read LTO decls

2015-05-05 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52159 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/66017] Undefined behaviour in std::set

2015-05-05 Thread public at hansmi dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66017 --- Comment #2 from M. Hanselmann --- This may be related to bug 63345.

[Bug libstdc++/66017] Undefined behaviour in std::set

2015-05-05 Thread public at hansmi dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66017 --- Comment #1 from M. Hanselmann --- Forgot to add that A. Bougacha has analyzed the issue. According to him it's a cast (or casts) invoking undefined behaviour. https://llvm.org/bugs/show_bug.cgi?id=23413#c2

[Bug libstdc++/66017] New: Undefined behaviour in std::set

2015-05-05 Thread public at hansmi dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66017 Bug ID: 66017 Summary: Undefined behaviour in std::set Product: gcc Version: 5.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++

[Bug tree-optimization/46029] -ftree-loop-if-convert-stores causes FAIL: libstdc++-v3/testsuite/ext/pb_ds/example/tree_intervals.cc

2015-05-05 Thread alalaw01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46029 alalaw01 at gcc dot gnu.org changed: What|Removed |Added CC||alalaw01 at gcc dot gnu.org

[Bug middle-end/65947] Vectorizer misses conditional assignment of constant

2015-05-05 Thread alalaw01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65947 --- Comment #3 from alalaw01 at gcc dot gnu.org --- Yeah, you're right, it's not commutative, but then, it doesn't need to be. If f(x,y) is "(a[x] ? 7 : y)", then f(0, f(1, ...)) = f(1, f(0, ...)) (associative but not commutative), which is all w

[Bug target/65955] [arm] ICE during movcond_addsi split

2015-05-05 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65955 --- Comment #10 from ktkachov at gcc dot gnu.org --- > > I can't reproduce it on my cross build with > > -mthumb/-march=armv7-a/-mfloat-abi=hard/-mfpu=vfpv3-d16 unfortunately > > with checking=yes,rtl? Ah yes, with --enable-checking=yes,rtl I c

[Bug c++/57271] ARM: gcc generates insufficient alignment for memory passed as extra argument for function return large composite type

2015-05-05 Thread tetra2005 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57271 Yuri Gribov changed: What|Removed |Added CC||tetra2005 at gmail dot com --- Comment #8

[Bug go/66016] Accessing nil Func's name results in crash

2015-05-05 Thread jcajka at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66016 --- Comment #1 from Jakub Čajka --- Golang upstream ticket: https://github.com/golang/go/issues/10696

  1   2   >