[Bug preprocessor/64517] Inconsistent behavior when mixing -E and -M

2015-01-09 Thread thfanning at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64517 --- Comment #3 from Thomas Fanning --- In gcc-4.9.2, using both -M and -E produce the expected output: dependencies only. But in gfortran, both preprocessed output and dependencies are produced. This is incorrect. It seems to me that the gfortra

[Bug target/64479] [4.8 Regression][SH] wrong optimization delayed-branch

2015-01-09 Thread oshima...@yagoto-urayama.jp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64479 --- Comment #4 from Yasushi Oshima --- > Both patches fix the problem here, but I haven't tested them further. My > feeling is that the function reg_set_p should be fixed. I tried to patch to reg_set_p(), then this problem is fixed. And the nat

[Bug target/64479] [4.8 Regression][SH] wrong optimization delayed-branch

2015-01-09 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64479 --- Comment #3 from Oleg Endo --- (In reply to Oleg Endo from comment #2) > > > I haven't checked it, but maybe this also helps PR 56451 in some way. > Unfortunately it doesn't.

[Bug libgomp/60670] omp.h may differ between multilibs

2015-01-09 Thread egall at gwmail dot gwu.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60670 Eric Gallager changed: What|Removed |Added CC||egall at gwmail dot gwu.edu --- Comment

[Bug ipa/64551] Segfault in target_opts_for_fn (from ipa_icf::sem_function::equals_private)

2015-01-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64551 Martin Liška changed: What|Removed |Added CC||hubicka at gcc dot gnu.org --- Comment #4

[Bug rtl-optimization/64536] [4.9/5 Regression] Undefined .L* symbol starting with jump2 on s390x

2015-01-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64536 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/64554] _mm_clmulepi64_si128 doesn't compile with -O2

2015-01-09 Thread charles at kde dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64554 --- Comment #5 from charles at kde dot org --- No you're right. I could add, though, that the compiler should have said something. Also, why did it compile just fine with -O0?

[Bug target/64554] _mm_clmulepi64_si128 doesn't compile with -O2

2015-01-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64554 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #4

[Bug middle-end/64412] [regression] ICE in offload compiler: in extract_insn, at recog.c:2327

2015-01-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64412 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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

2015-01-09 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64304 Andrew Pinski changed: What|Removed |Added Component|rtl-optimization|target --- Comment #4 from Andrew Pinski

[Bug target/64554] _mm_clmulepi64_si128 doesn't compile with -O2

2015-01-09 Thread charles at kde dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64554 --- Comment #3 from charles at kde dot org --- with "gcc test.c -O2" it fails with "gcc test.c -O2 -mpclmul" it succeeds.

[Bug middle-end/63510] Wrong line number in Wstrict-overflow message

2015-01-09 Thread gang.chen.5i5j at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63510 --- Comment #4 from Chen Gang --- For gcc version 5.0.0 20150109 (experimental) (GCC), can not find this warnings again. So at present, for me, this bug can be closed.

[Bug ipa/64551] Segfault in target_opts_for_fn (from ipa_icf::sem_function::equals_private)

2015-01-09 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64551 Steve Ellcey changed: What|Removed |Added CC||mliska at suse dot cz,

[Bug middle-end/64412] [regression] ICE in offload compiler: in extract_insn, at recog.c:2327

2015-01-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64412 --- Comment #21 from Jakub Jelinek --- Author: jakub Date: Fri Jan 9 21:38:00 2015 New Revision: 219410 URL: https://gcc.gnu.org/viewcvs?rev=219410&root=gcc&view=rev Log: PR middle-end/64412 * lto-streamer.h (lto_stream_offload_p): New

[Bug target/64554] _mm_clmulepi64_si128 doesn't compile with -O2

2015-01-09 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64554 Andrew Pinski changed: What|Removed |Added Target||x86_64-linux-gnu --- Comment #2 from And

[Bug rtl-optimization/64536] [4.9/5 Regression] Undefined .L* symbol starting with jump2 on s390x

2015-01-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64536 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Fri Jan 9 21:36:10 2015 New Revision: 219409 URL: https://gcc.gnu.org/viewcvs?rev=219409&root=gcc&view=rev Log: PR rtl-optimization/64536 * cfgrtl.c (rtl_tidy_fallthru_edge): Han

[Bug target/64554] _mm_clmulepi64_si128 doesn't compile with -O2

2015-01-09 Thread charles at kde dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64554 --- Comment #1 from charles at kde dot org --- It does compile with -march=westmere or later. I guess this is intended behavior.

[Bug c/64554] New: _mm_clmulepi64_si128 doesn't compile with -O2

2015-01-09 Thread charles at kde dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64554 Bug ID: 64554 Summary: _mm_clmulepi64_si128 doesn't compile with -O2 Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug rtl-optimization/64536] [4.9/5 Regression] Undefined .L* symbol starting with jump2 on s390x

2015-01-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64536 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Fri Jan 9 21:17:10 2015 New Revision: 219405 URL: https://gcc.gnu.org/viewcvs?rev=219405&root=gcc&view=rev Log: PR rtl-optimization/64536 * cfgrtl.c (rtl_tidy_fallthru_edge): Han

[Bug testsuite/62250] FAIL: gfortran.dg/coarray/alloc_comp_1.f90 -fcoarray=lib -O2 -lcaf_single

2015-01-09 Thread hp at bitrange dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62250 --- Comment #13 from Hans-Peter Nilsson --- On Fri, 9 Jan 2015, dje at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62250 > > David Edelsohn changed: > >What|Removed |Added >

[Bug target/64505] Powerpc compiler generates insn not found for -m32 -mpowerpc64

2015-01-09 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64505 --- Comment #2 from Michael Meissner --- Author: meissner Date: Fri Jan 9 20:57:30 2015 New Revision: 219403 URL: https://gcc.gnu.org/viewcvs?rev=219403&root=gcc&view=rev Log: [gcc] 2015-01-09 Michael Meissner Backport from mainline:

[Bug other/64370] [5 Regression] sreal.c:125:23: error: 'exp2' was not declared in this scope

2015-01-09 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64370 --- Comment #5 from dave.anglin at bell dot net --- On 2015-01-09 2:31 PM, ubizjak at gmail dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64370 > > > > --- Comment #4 from Uroš Bizjak --- > > (In reply to Mikhail Maltsev from comm

[Bug other/64370] [5 Regression] sreal.c:125:23: error: 'exp2' was not declared in this scope

2015-01-09 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64370 --- Comment #4 from Uroš Bizjak --- (In reply to Mikhail Maltsev from comment #3) > In libgfortran/intrinsics/c99_functions.c, scalbn is implemented like this: > > double > scalbn (double x, int y) You should be extra careful here, we are using

[Bug libstdc++/64553] Missing '# ifdef _GLIBCXX_USE_WCHAR_T' in src/c++11/cxx11-shim_facet.cc

2015-01-09 Thread andris.pavenis at iki dot fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64553 --- Comment #1 from Andris Pavenis --- Created attachment 34415 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34415&action=edit A patch After included patch for cxx11-shim_facets.cc native bootstrap succeeded for DJGPP (C, C++, Fortran, O

[Bug other/64370] [5 Regression] sreal.c:125:23: error: 'exp2' was not declared in this scope

2015-01-09 Thread maltsevm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64370 Mikhail Maltsev changed: What|Removed |Added CC||maltsevm at gmail dot com --- Comment

[Bug ipa/64550] [5 Regression] IPA fixes cause ICE in tree-ssa.c:939

2015-01-09 Thread anton at samba dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64550 --- Comment #5 from Anton Blanchard --- Thanks Martin, the patch fixes the issue for me.

[Bug testsuite/62250] FAIL: gfortran.dg/coarray/alloc_comp_1.f90 -fcoarray=lib -O2 -lcaf_single

2015-01-09 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62250 David Edelsohn changed: What|Removed |Added Target|hppa*-*-hpux* |hppa*-*-hpux*, |

[Bug libstdc++/64553] New: Missing '# ifdef _GLIBCXX_USE_WCHAR_T' in src/c++11/cxx11-shim_facet.cc

2015-01-09 Thread andris.pavenis at iki dot fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64553 Bug ID: 64553 Summary: Missing '# ifdef _GLIBCXX_USE_WCHAR_T' in src/c++11/cxx11-shim_facet.cc Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal

[Bug rtl-optimization/64539] [5 regression] cprop_hardreg does not respect clobbers in C_I_F_U

2015-01-09 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64539 vries at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--

[Bug rtl-optimization/64539] [5 regression] cprop_hardreg does not respect clobbers in C_I_F_U

2015-01-09 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64539 --- Comment #7 from vries at gcc dot gnu.org --- Author: vries Date: Fri Jan 9 18:54:20 2015 New Revision: 219400 URL: https://gcc.gnu.org/viewcvs?rev=219400&root=gcc&view=rev Log: Handle CALL_INSN_FUNCTION_USAGE clobbers in regcprop.c 2015-01-

[Bug libstdc++/64476] [4.9/5 Regression] std::uninitialized_copy tests assignability the wrong way, resulting in performance pessimization

2015-01-09 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64476 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libobjc/51891] class_copyIvarList crashes on empty ivars

2015-01-09 Thread mrs at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51891 mrs at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug libobjc/51891] class_copyIvarList crashes on empty ivars

2015-01-09 Thread mrs at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51891 --- Comment #4 from mrs at gcc dot gnu.org --- Author: mrs Date: Fri Jan 9 18:12:51 2015 New Revision: 219399 URL: https://gcc.gnu.org/viewcvs?rev=219399&root=gcc&view=rev Log: Added PR libobjc/51891. Modified: trunk/gcc/testsuite/ChangeLo

[Bug libstdc++/64476] [4.9/5 Regression] std::uninitialized_copy tests assignability the wrong way, resulting in performance pessimization

2015-01-09 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64476 --- Comment #1 from Jonathan Wakely --- Author: redi Date: Fri Jan 9 18:02:30 2015 New Revision: 219397 URL: https://gcc.gnu.org/viewcvs?rev=219397&root=gcc&view=rev Log: PR libstdc++/64476 * include/bits/stl_uninitialized.h (uninitiali

[Bug ipa/64551] Segfault in target_opts_for_fn (from ipa_icf::sem_function::equals_private)

2015-01-09 Thread renlin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64551 renlin at gcc dot gnu.org changed: What|Removed |Added CC||hp at gcc dot gnu.org --- Com

[Bug middle-end/64552] Build broken for cris-elf and others

2015-01-09 Thread renlin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64552 renlin at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug libstdc++/64476] [4.9/5 Regression] std::uninitialized_copy tests assignability the wrong way, resulting in performance pessimization

2015-01-09 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64476 --- Comment #2 from Jonathan Wakely --- Author: redi Date: Fri Jan 9 18:02:47 2015 New Revision: 219398 URL: https://gcc.gnu.org/viewcvs?rev=219398&root=gcc&view=rev Log: PR libstdc++/64476 * include/bits/stl_uninitialized.h (uninitiali

[Bug rtl-optimization/64286] Redundant extend removal ignores vector element type

2015-01-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64286 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug other/63509] Misleading error message when building gcc without C++ compiler installed

2015-01-09 Thread rpsene at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63509 Rafael Sene changed: What|Removed |Added CC||rpsene at linux dot vnet.ibm.com --- Comm

[Bug middle-end/64552] Build broken for cris-elf and others

2015-01-09 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64552 Hans-Peter Nilsson changed: What|Removed |Added Target||cris-elf Status|UNCONFI

[Bug rtl-optimization/64286] Redundant extend removal ignores vector element type

2015-01-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64286 --- Comment #4 from Jakub Jelinek --- Untested patch (just tried it on the testcase so far). Trying to reduce the testcase now. --- gcc/ree.c.jj2015-01-05 13:07:15.0 +0100 +++ gcc/ree.c2015-01-09 18:08:30.820754926 +0100 @@ -102

[Bug middle-end/64552] New: Build broken for cris-elf and others

2015-01-09 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64552 Bug ID: 64552 Summary: Build broken for cris-elf and others Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end

[Bug jit/64206] fake.so is unlinked too early for some users

2015-01-09 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64206 David Malcolm changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug ipa/64551] Segfault in target_opts_for_fn (from ipa_icf::sem_function::equals_private)

2015-01-09 Thread renlin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64551 renlin at gcc dot gnu.org changed: What|Removed |Added Target|alpha-linux-gnu |alpha-linux-gnu,

[Bug c++/59955] Segmentation fault on (re?)defining a struct template as function template, when inside a struct tempate

2015-01-09 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59955 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug jit/64206] fake.so is unlinked too early for some users

2015-01-09 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64206 --- Comment #6 from David Malcolm --- Author: dmalcolm Date: Fri Jan 9 17:01:04 2015 New Revision: 219395 URL: https://gcc.gnu.org/viewcvs?rev=219395&root=gcc&view=rev Log: PR jit/64206: delay cleanup of tempdir if the user has requested debugi

[Bug testsuite/63971] Some of gcc.target/aarch64/test_frame_*.c tests fail now

2015-01-09 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63971 --- Comment #5 from Andrew Pinski --- (In reply to Tejas Belagod from comment #4) > It looks like this still fails on trunk. That is because the conditional compares patch was reverted but my patch was not. Just revert my patch for the testsuit

[Bug rtl-optimization/64110] [5 Regression] ICE: Max. number of generated reload insns per insn is achieved (90)

2015-01-09 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64110 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com --- Comment #17 f

[Bug rtl-optimization/64110] [5 Regression] ICE: Max. number of generated reload insns per insn is achieved (90)

2015-01-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64110 Jakub Jelinek changed: What|Removed |Added CC||law at gcc dot gnu.org --- Comment #16 f

[Bug target/57295] target c6x-elf // internal compiler error: in extract_insn, at recog.c:2150

2015-01-09 Thread wojtek.golf at interia dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57295 --- Comment #5 from Wojciech Migda --- (In reply to Yaakov Selkowitz from comment #4) > This still occurs with 4.9.2, and the patch in comment 2 fixes it. I contacted Bernd Schmidt few minutes ago about the patch and he wrote that: > I think I'

[Bug target/57295] target c6x-elf // internal compiler error: in extract_insn, at recog.c:2150

2015-01-09 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57295 --- Comment #4 from Yaakov Selkowitz --- This still occurs with 4.9.2, and the patch in comment 2 fixes it.

[Bug target/64451] tic6x-elf: ICE in extract_insn, at recog.c:2202

2015-01-09 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64451 Yaakov Selkowitz changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/57295] target c6x-elf // internal compiler error: in extract_insn, at recog.c:2150

2015-01-09 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57295 Yaakov Selkowitz changed: What|Removed |Added CC||yselkowi at redhat dot com --- Commen

[Bug rtl-optimization/64110] [5 Regression] ICE: Max. number of generated reload insns per insn is achieved (90)

2015-01-09 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64110 --- Comment #15 from Vladimir Makarov --- (In reply to Jakub Jelinek from comment #14) > (In reply to Vladimir Makarov from comment #13) > > (In reply to Jakub Jelinek from comment #11) > > > Looking at the generated assembly, I see there: > > >

[Bug testsuite/63971] Some of gcc.target/aarch64/test_frame_*.c tests fail now

2015-01-09 Thread belagod at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63971 Tejas Belagod changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Bug rtl-optimization/64286] Redundant extend removal ignores vector element type

2015-01-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64286 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3

[Bug target/64460] ARM ICE on valid code

2015-01-09 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64460 --- Comment #5 from ktkachov at gcc dot gnu.org --- (In reply to Joel Sherrill from comment #4) > (In reply to ktkachov from comment #3) > > I have a fix in the works. The bug is down to the "shift" attribute value in > > one of the patterns, alth

[Bug target/64460] ARM ICE on valid code

2015-01-09 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64460 --- Comment #4 from Joel Sherrill --- (In reply to ktkachov from comment #3) > I have a fix in the works. The bug is down to the "shift" attribute value in > one of the patterns, although only xscale_sched_adjust_cost uses that > attribute. Awes

[Bug target/64460] ARM ICE on valid code

2015-01-09 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64460 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED Assignee

[Bug target/64460] ARM ICE on valid code

2015-01-09 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64460 ktkachov at gcc dot gnu.org changed: What|Removed |Added Keywords||ice-on-valid-code

[Bug target/64451] tic6x-elf: ICE in extract_insn, at recog.c:2202

2015-01-09 Thread wojtek.golf at interia dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64451 Wojciech Migda changed: What|Removed |Added CC||wojtek.golf at interia dot pl --- Comme

[Bug libstdc++/60966] std::call_once sometime hangs

2015-01-09 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60966 --- Comment #33 from Jonathan Wakely --- Author: redi Date: Fri Jan 9 14:40:46 2015 New Revision: 219394 URL: https://gcc.gnu.org/viewcvs?rev=219394&root=gcc&view=rev Log: PR libstdc++/60966 * include/std/future (packaged_task::operator

[Bug libstdc++/60966] std::call_once sometime hangs

2015-01-09 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60966 --- Comment #32 from Jonathan Wakely --- Author: redi Date: Fri Jan 9 14:40:16 2015 New Revision: 219393 URL: https://gcc.gnu.org/viewcvs?rev=219393&root=gcc&view=rev Log: PR libstdc++/60966 * include/std/future (packaged_task::operator

[Bug ipa/64551] New: Segfault in target_opts_for_fn (from ipa_icf::sem_function::equals_private)

2015-01-09 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64551 Bug ID: 64551 Summary: Segfault in target_opts_for_fn (from ipa_icf::sem_function::equals_private) Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: norma

[Bug ipa/64550] [5 Regression] IPA fixes cause ICE in tree-ssa.c:939

2015-01-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64550 --- Comment #4 from Martin Liška --- Suggested patch: diff --git a/gcc/ipa-icf-gimple.c b/gcc/ipa-icf-gimple.c index 9cb7bc3..7e3b1dd 100644 --- a/gcc/ipa-icf-gimple.c +++ b/gcc/ipa-icf-gimple.c @@ -260,7 +260,7 @@ func_checker::compare_memory_o

[Bug ipa/64550] [5 Regression] IPA fixes cause ICE in tree-ssa.c:939

2015-01-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64550 --- Comment #3 from Martin Liška --- The problem is hidden in missing volatile side-effect comparison for: # VUSE <.MEM_5(D)> __mptr_8 ={v} _17->first; (gdb) call debug_gimple_stmt(s2) # VUSE <.MEM_5(D)> __mptr_8 = _17->first; where compare_mem

[Bug fortran/64432] [5 Regression] SYSTEM_CLOCK(COUNT_RATE=rate) wrong result for integer(4)::rate

2015-01-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64432 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug fortran/64522] [4.8/4.9/5 Regression] Free-form source code: -Wline-truncation is no longer enabled by default

2015-01-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64522 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug target/61413] __ARM_SIZEOF_WCHAR_T is constant 32 -- should be 4 or 2

2015-01-09 Thread renlin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61413 --- Comment #3 from renlin at gcc dot gnu.org --- Author: renlin Date: Fri Jan 9 13:55:16 2015 New Revision: 219386 URL: https://gcc.gnu.org/viewcvs?rev=219386&root=gcc&view=rev Log: [ARM]Fix definition of __ARM_SIZEOF_WCHAR_T. Backport fro

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

2015-01-09 Thread jiwang at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64304 --- Comment #3 from Jiong Wang --- cased by one bug in combine pass. patch under review at https://gcc.gnu.org/ml/gcc-patches/2015-01/msg00508.html

[Bug libstdc++/64476] [4.9/5 Regression] std::uninitialized_copy tests assignability the wrong way, resulting in performance pessimization

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

[Bug other/64370] [5 Regression] sreal.c:125:23: error: 'exp2' was not declared in this scope

2015-01-09 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64370 --- Comment #2 from dave.anglin at bell dot net --- On 2015-01-09, at 7:35 AM, ubizjak at gmail dot com wrote: > The exp2 call was substituted wiht scalbln as part of PR64503 fix. > > > > Is this still an issue? I will check but it would appe

[Bug ipa/64550] [5 Regression] IPA fixes cause ICE in tree-ssa.c:939

2015-01-09 Thread anton at samba dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64550 --- Comment #2 from Anton Blanchard --- The testcase in bug #64090 hits it, but for some reason the testcase in the bug it was duped to does not.

[Bug ipa/64550] [5 Regression] IPA fixes cause ICE in tree-ssa.c:939

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64550 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/63949] Aarch64 instruction combiner does not optimize subsi_sxth function as expected (gcc.target/aarch64/extend.c fails)

2015-01-09 Thread vekumar at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63949 --- Comment #10 from vekumar at gcc dot gnu.org --- (In reply to Segher Boessenkool from comment #9) > A MULT by a constant power of 2 is not canonical RTL (well, not what > simplify_rtx would give you); combine shouldn't generate this. In that

[Bug ipa/64550] New: IPA fixes cause ICE in tree-ssa.c:939

2015-01-09 Thread anton at samba dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64550 Bug ID: 64550 Summary: IPA fixes cause ICE in tree-ssa.c:939 Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ipa

[Bug other/64370] [5 Regression] sreal.c:125:23: error: 'exp2' was not declared in this scope

2015-01-09 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64370 --- Comment #1 from Uroš Bizjak --- The exp2 call was substituted wiht scalbln as part of PR64503 fix. Is this still an issue?

[Bug ada/61466] array index check optimized away with optimization

2015-01-09 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61466 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ada/61027] gnatcmd gets SIGABRT during exception handling

2015-01-09 Thread simon at pushface dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61027 --- Comment #4 from simon at pushface dot org --- I think my use of --with-host-libstdcxx=-lstdc++ to avoid this problem came at it from slightly the wrong angle. It seems to me that it's more to do with -static-libgcc and the 4.9 change to use t

[Bug ada/61027] gnatcmd gets SIGABRT during exception handling

2015-01-09 Thread simon at pushface dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61027 --- Comment #3 from simon at pushface dot org --- Created attachment 34412 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34412&action=edit Remove settings in gcc/ada/gcc-interface/Makefile.in (for Darwin)

[Bug sanitizer/64435] [5.0.0 Regression] Bootstrap failure in libsanitizer on AArch64 with Linux kernel <= 3.15

2015-01-09 Thread david.abdurachmanov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64435 --- Comment #3 from David Abdurachmanov --- The patch has been submitted to LLVM/compiler-rt and approved. Not yet committed, pending testing with Clang. http://reviews.llvm.org/D6854

[Bug rtl-optimization/61799] [4.6/4.7 regression][ia64] r165240 caused GDB stops with SIGTRAP at 0 address

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

[Bug driver/64540] [4.9 regression] Casting to/from long double emits ambiguous fild/fisttp instruction

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64540 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.3

[Bug fortran/64522] [4.8/4.9/5 Regression] Free-form source code: -Wline-truncation is no longer enabled by default

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64522 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.8.5

[Bug c++/64487] [4.8/4.9 Regression] internal compiler error: in fold_offsetof_1, at c-family/c-common.c:9857

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64487 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.8.5

[Bug target/64513] [4.8/4.9/5 Regression] ICE: in maybe_record_trace_start, at dwarf2cfi.c:2231 with -mstack-arg-probe

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64513 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.8.5

[Bug fortran/64355] [4.9/5 Regression] ICE (segfault) in gfc_zero_size_array with -fcoarray=single

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64355 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.3

[Bug target/64479] [4.8 Regression][SH] wrong optimization delayed-branch

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64479 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.8.5

[Bug fortran/64474] [4.8 Regression] transfer(c_null_ptr, ...) causes an internal error

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64474 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.8.5

[Bug c++/63522] [4.8/4.9/5 Regression] ICE: unexpected expression 'ElementIndices' of kind template_parm_index

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63522 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.8.5

[Bug c++/60211] [4.9/5 Regression] ICE with #pragma GCC ivdep and for-loop on global scope

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60211 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.3

[Bug libstdc++/64475] [5.0 Regression] FAIL: 28_regex/algorithms/regex_match/ecma/char/backref.cc

2015-01-09 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64475 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug rtl-optimization/64539] [5 regression] cprop_hardreg does not respect clobbers in C_I_F_U

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64539 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.0

[Bug lto/64374] [5.0 regression] LTO ICE in extract_insn, at recog.c:2327

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64374 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.0

[Bug lto/64373] [5 regression] ICE with lto related to variably modified type

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64373 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.0

[Bug ipa/64378] [5 Regression] ICE: in inline_call, at ipa-inline-transform.c:347 with -O3 -fno-ipa-cp

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64378 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.0

[Bug fortran/64432] [5 Regression] SYSTEM_CLOCK(COUNT_RATE=rate) wrong result for integer(4)::rate

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64432 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.0

[Bug other/64370] [5 Regression] sreal.c:125:23: error: 'exp2' was not declared in this scope

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64370 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.0

[Bug target/64368] [5 Regression] Several libstdc++ test failures on darwin and others after r218964.

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64368 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.0

[Bug tree-optimization/64406] [5 Regression] ICE: SIGSEGV in estimate_numbers_of_iterations_loop (tree-ssa-loop-niter.c:3453) with custom flags

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64406 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.0

  1   2   >