[Bug other/63504] New: [5 Regression] Issues found by --enable-checking=valgrind

2014-10-10 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63504 Bug ID: 63504 Summary: [5 Regression] Issues found by --enable-checking=valgrind Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal

[Bug target/63483] Scheduler performs Invalid move of aliased memory reference

2014-10-10 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63483 --- Comment #18 from rguenther at suse dot de rguenther at suse dot de --- On Thu, 9 Oct 2014, ubizjak at gmail dot com wrote: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63483 Uroš Bizjak ubizjak at gmail dot com changed:

[Bug target/63352] problem with fmt_g0_1.f08 on i386-pc-solaris2.11

2014-10-10 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 --- Comment #17 from Richard PALO richard at netbsd dot org --- Created attachment 33675 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33675action=edit c test program for snprintf I tried the attached test program and post the following

[Bug other/63504] [5 Regression] Issues found by --enable-checking=valgrind

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

[Bug other/63504] [5 Regression] Issues found by --enable-checking=valgrind

2014-10-10 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63504 --- Comment #1 from Markus Trippelsdorf trippels at gcc dot gnu.org --- Two more variations of issue 3) ==47649== Invalid read of size 4 ==47649==at 0x10B00978: reg_num_sign_bit_copies_for_combine(rtx_def const*, machine_mode, rtx_def

[Bug libfortran/63471] [5.0 Regression] unix.c:1906:10: error: implicit declaration of function 'ttyname_r'

2014-10-10 Thread jb at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63471 --- Comment #7 from Janne Blomqvist jb at gcc dot gnu.org --- (In reply to dave.anglin from comment #3) On some platforms (MacOS 10.4 and Solaris 11), ttyname_r may return a 'char *', not 'int'. FWIW, libgfortran uses the

[Bug target/63352] problem with fmt_g0_1.f08 on i386-pc-solaris2.11

2014-10-10 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 --- Comment #18 from Richard PALO richard at netbsd dot org --- Created attachment 33676 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33676action=edit another test program after coming across

[Bug c++/63405] [4.9/5 regression] ICE in cp_perform_integral_promotions, at cp/typeck.c:2084

2014-10-10 Thread gerrit.los at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63405 --- Comment #15 from Gert-jan Los gerrit.los at gmail dot com --- Created attachment 33678 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33678action=edit test.log

[Bug c++/63405] [4.9/5 regression] ICE in cp_perform_integral_promotions, at cp/typeck.c:2084

2014-10-10 Thread gerrit.los at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63405 --- Comment #14 from Gert-jan Los gerrit.los at gmail dot com --- 2014-10-08 23:06:21 CEST schrieb jason at gcc dot gnu.org: --- Comment #12 from Jason Merrill jason at gcc dot gnu.org --- Author: jason Date: Wed Oct 8 21:05:50 2014 New

[Bug fortran/59488] [OpenMP] named constant in parallel construct leads to not specified in enclosing parallel error.

2014-10-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59488 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug other/63387] Optimize pairs of isnan() calls into a single isunordered()

2014-10-10 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63387 --- Comment #3 from Marc Glisse glisse at gcc dot gnu.org --- According to Joseph's explanation at https://sourceware.org/bugzilla/show_bug.cgi?id=17441 , this transformation should be conditional to !flag_signaling_nans.

[Bug c++/63207] [5 regression] ICE in expand_expr_real_l when instantiating a template with a lambda that captures a const variable with a dependent initializer

2014-10-10 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63207 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug other/63504] [5 Regression] Issues found by --enable-checking=valgrind

2014-10-10 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63504 --- Comment #2 from Markus Trippelsdorf trippels at gcc dot gnu.org --- To reproduce issue 3) run: valgrind --track-origins=yes --trace-children=yes gfortran gcc/testsuite/gfortran.dg/actual_array_result_1.f90 -fno-diagnostics-show-caret

[Bug c++/54367] [meta-bug] lambda expressions

2014-10-10 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367 Bug 54367 depends on bug 63207, which changed state. Bug 63207 Summary: [5 regression] ICE in expand_expr_real_l when instantiating a template with a lambda that captures a const variable with a dependent initializer

[Bug other/63504] [5 Regression] Issues found by --enable-checking=valgrind

2014-10-10 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63504 --- Comment #3 from Markus Trippelsdorf trippels at gcc dot gnu.org --- (In reply to Markus Trippelsdorf from comment #2) To reproduce issue 3) run: valgrind --track-origins=yes --trace-children=yes gfortran

[Bug target/63483] Scheduler performs Invalid move of aliased memory reference

2014-10-10 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63483 --- Comment #19 from Uroš Bizjak ubizjak at gmail dot com --- (In reply to rguent...@suse.de from comment #18) Looks ok with all the explanation. I wonder when is the appropriate time to retire support for architectures without byte granular

[Bug libstdc++/63500] [4.9/5 Regression] bug in debug version of std::make_move_iterator?

2014-10-10 Thread fdumont at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63500 --- Comment #5 from François Dumont fdumont at gcc dot gnu.org --- I never understood why safe iterators operators are not simply calling respective operator on the underlying iterator. All operators are respecting this rule except the operator-.

[Bug target/63352] problem with fmt_g0_1.f08 on i386-pc-solaris2.11

2014-10-10 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 Richard PALO richard at netbsd dot org changed: What|Removed |Added Attachment #33676|0 |1 is

[Bug c++/63497] std::regex can't handle [^class] correctly and cause runtime crash

2014-10-10 Thread timshen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63497 --- Comment #2 from Tim Shen timshen at gcc dot gnu.org --- Thanks for reporting :) This bug is still in trunk, it just somehow can't trigger the segfault or wrong output. The line trunk/bits/regex_executor.tcc:297 : if

[Bug tree-optimization/63476] [5 Regression] ICE: tree check: expected ssa_name, have var_decl in walk_aliased_vdefs_1, at tree-ssa-alias.c:2689

2014-10-10 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63476 --- Comment #3 from Richard Biener rguenth at gcc dot gnu.org --- Author: rguenth Date: Fri Oct 10 11:04:39 2014 New Revision: 216065 URL: https://gcc.gnu.org/viewcvs?rev=216065root=gccview=rev Log: 2014-10-10 Richard Biener rguent...@suse.de

[Bug tree-optimization/63380] [5 Regression] Wrong constant folding

2014-10-10 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63380 --- Comment #7 from Richard Biener rguenth at gcc dot gnu.org --- Author: rguenth Date: Fri Oct 10 11:05:39 2014 New Revision: 216066 URL: https://gcc.gnu.org/viewcvs?rev=216066root=gccview=rev Log: 2014-10-10 Richard Biener rguent...@suse.de

[Bug tree-optimization/63476] [5 Regression] ICE: tree check: expected ssa_name, have var_decl in walk_aliased_vdefs_1, at tree-ssa-alias.c:2689

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

[Bug fortran/59488] [OpenMP] named constant in parallel construct leads to not specified in enclosing parallel error.

2014-10-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59488 --- Comment #5 from Jakub Jelinek jakub at gcc dot gnu.org --- Author: jakub Date: Fri Oct 10 11:08:37 2014 New Revision: 216067 URL: https://gcc.gnu.org/viewcvs?rev=216067root=gccview=rev Log: PR fortran/59488 * trans-openmp.c

[Bug fortran/59488] [OpenMP] named constant in parallel construct leads to not specified in enclosing parallel error.

2014-10-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59488 --- Comment #6 from Jakub Jelinek jakub at gcc dot gnu.org --- Author: jakub Date: Fri Oct 10 11:09:32 2014 New Revision: 216068 URL: https://gcc.gnu.org/viewcvs?rev=216068root=gccview=rev Log: PR fortran/59488 * trans-openmp.c

[Bug tree-optimization/63375] [4.8/4.9/5 Regression] reordering of reads across fences

2014-10-10 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63375 --- Comment #10 from Richard Biener rguenth at gcc dot gnu.org --- No, RTL forwprop1 still breaks the testcase according to comment #4.

[Bug tree-optimization/63379] [4.8/4.9/5 Regression] Incorrect vectorization when enabling SSE and O3, initialises loop with wrong value

2014-10-10 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63379 --- Comment #5 from Richard Biener rguenth at gcc dot gnu.org --- Author: rguenth Date: Fri Oct 10 11:17:13 2014 New Revision: 216070 URL: https://gcc.gnu.org/viewcvs?rev=216070root=gccview=rev Log: 2014-10-10 Richard Biener rguent...@suse.de

[Bug other/63505] New: [4.8/4.9 Regression] ICE with -fdebug-types-section in should_move_die_to_comdat, at dwarf2out.c:6702

2014-10-10 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63505 Bug ID: 63505 Summary: [4.8/4.9 Regression] ICE with -fdebug-types-section in should_move_die_to_comdat, at dwarf2out.c:6702 Product: gcc Version: 4.9.1 Status:

[Bug fortran/59488] [OpenMP] named constant in parallel construct leads to not specified in enclosing parallel error.

2014-10-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59488 --- Comment #7 from Jakub Jelinek jakub at gcc dot gnu.org --- Author: jakub Date: Fri Oct 10 11:24:31 2014 New Revision: 216071 URL: https://gcc.gnu.org/viewcvs?rev=216071root=gccview=rev Log: PR fortran/59488 * trans-openmp.c

[Bug fortran/59488] [OpenMP] named constant in parallel construct leads to not specified in enclosing parallel error.

2014-10-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59488 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/63464] compare one character to many: faster

2014-10-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63464 --- Comment #8 from Jakub Jelinek jakub at gcc dot gnu.org --- Author: jakub Date: Fri Oct 10 12:15:30 2014 New Revision: 216072 URL: https://gcc.gnu.org/viewcvs?rev=216072root=gccview=rev Log: PR tree-optimization/63464 *

[Bug lto/62249] Spurious FORTIFY_SOURCE warning with -flto, poll

2014-10-10 Thread i.palachev at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62249 Ilya Palachev i.palachev at samsung dot com changed: What|Removed |Added CC||i.palachev

[Bug lto/62249] Spurious FORTIFY_SOURCE warning with -flto, poll

2014-10-10 Thread zackw at panix dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62249 --- Comment #4 from Zack Weinberg zackw at panix dot com --- The delta-minimized self-contained test case should require only `-O2 -flto` to reproduce the problem. The other test case, however, should require `-D_FORTIFY_SOURCE=2` in addition,

[Bug target/63503] [AArch64] A57 executes fused multiply-add poorly in some situations

2014-10-10 Thread wdijkstr at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63503 Wilco wdijkstr at arm dot com changed: What|Removed |Added CC||wdijkstr at arm dot com

[Bug libfortran/63471] [5.0 Regression] unix.c:1906:10: error: implicit declaration of function 'ttyname_r'

2014-10-10 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63471 --- Comment #8 from dave.anglin at bell dot net --- On 10/10/2014 3:42 AM, jb at gcc dot gnu.org wrote: So, are you planning on enabling _REENTRANT in the HP-UX 11 driver like you did for 10, or do you want to solve this in some other way? I

[Bug tree-optimization/54488] tree loop invariant motion uses an excessive amount of memory

2014-10-10 Thread evgeniya.maenkova at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54488 Evgeniya Maenkova evgeniya.maenkova at gmail dot com changed: What|Removed |Added CC|

[Bug target/63503] [AArch64] A57 executes fused multiply-add poorly in some situations

2014-10-10 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63503 Ramana Radhakrishnan ramana at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING

[Bug c++/63506] New: GCC deduces wrong return type of operator*() inside template functions

2014-10-10 Thread steffen.muething at iwr dot uni-heidelberg.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63506 Bug ID: 63506 Summary: GCC deduces wrong return type of operator*() inside template functions Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severity: normal

[Bug c++/63506] GCC deduces wrong return type of operator*() inside template functions

2014-10-10 Thread steffen.muething at iwr dot uni-heidelberg.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63506 --- Comment #1 from Steffen Müthing steffen.muething at iwr dot uni-heidelberg.de --- I forgot to mention: This problem is specific to operator*(). If you add an equivalent normal member function and replace the dereferencing operations with

[Bug c++/63506] GCC deduces wrong return type of operator*() inside template functions

2014-10-10 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63506 --- Comment #2 from Marc Glisse glisse at gcc dot gnu.org --- Do you mean decltype(*it) (without the extra parentheses) everywhere?

[Bug tree-optimization/63379] [4.8 Regression] Incorrect vectorization when enabling SSE and O3, initialises loop with wrong value

2014-10-10 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63379 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Known to work||4.9.2, 5.0

[Bug tree-optimization/63379] [4.8 Regression] Incorrect vectorization when enabling SSE and O3, initialises loop with wrong value

2014-10-10 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63379 --- Comment #7 from Richard Biener rguenth at gcc dot gnu.org --- Author: rguenth Date: Fri Oct 10 14:23:35 2014 New Revision: 216086 URL: https://gcc.gnu.org/viewcvs?rev=216086root=gccview=rev Log: 2014-10-10 Richard Biener rguent...@suse.de

[Bug c++/63419] verify_gimple failed: vector CONSTRUCTOR element is not a GIMPLE value

2014-10-10 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63419 --- Comment #2 from Richard Biener rguenth at gcc dot gnu.org --- Created attachment 33682 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33682action=edit autoreduced testcase Fix in testing, autoreduced testcase attached (still too big for

[Bug c++/63506] GCC deduces wrong return type of operator*() inside template functions

2014-10-10 Thread steffen.muething at iwr dot uni-heidelberg.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63506 --- Comment #3 from Steffen Müthing steffen.muething at iwr dot uni-heidelberg.de --- Ooops, yes, I did. Actually I meant to write decltype(*iterator()), but decltype(*it()) doesn't make sense, of course. And to avoid further confusion: The

[Bug tree-optimization/54488] tree loop invariant motion uses an excessive amount of memory

2014-10-10 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54488 --- Comment #2 from Richard Biener rguenth at gcc dot gnu.org --- I had patches to implement the suggestion, work on outermost loops separately. Of course it won't help once you wrap all of them in a single outer loop (which is why I didn't end

[Bug bootstrap/63432] [5 Regression] profiledbootstrap failure with bootstrap-lto

2014-10-10 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63432 --- Comment #26 from H.J. Lu hjl.tools at gmail dot com --- I will find a testcase when it fails again.

[Bug bootstrap/51479] Missing dependency on errors.o causes bootstrap failure

2014-10-10 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51479 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug rtl-optimization/63491] Ice in LRA with simple vector test case on power

2014-10-10 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63491 --- Comment #4 from Peter Bergner bergner at gcc dot gnu.org --- I'll add that we hit this as part of our work on trying to move POWER over to using LRA by default.

[Bug bootstrap/50543] Bootstrap fails to build for latest 4.6

2014-10-10 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50543 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug sanitizer/63507] New: boostrap-asan failure: /usr/bin/ld: /home/max/build/bootstrap-asan/./gcc/liblto_plugin.so: error loading plugin

2014-10-10 Thread chefmax at gcc dot gnu.org
/configure --enable-multilib --enable-checking --target=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu --build=x86_64-unknown-linux-gnu --prefix=/home/max/install/bootstrap-asan --enable-bootstrap --with-build-config=bootstrap-asan Thread model: posix gcc version 5.0.0 20141010

[Bug libstdc++/49561] [C++0x] std::list::size complexity

2014-10-10 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49561 --- Comment #19 from Jonathan Wakely redi at gcc dot gnu.org --- Author: redi Date: Fri Oct 10 15:33:57 2014 New Revision: 216094 URL: https://gcc.gnu.org/viewcvs?rev=216094root=gccview=rev Log: PR libstdc++/49561 * acinclude.m4

[Bug target/63347] m68k misoptimisation with -fschedule-insns

2014-10-10 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63347 Andreas Schwab sch...@linux-m68k.org changed: What|Removed |Added Status|WAITING |NEW --- Comment

[Bug sanitizer/63507] boostrap-asan failure: /usr/bin/ld: /home/max/build/bootstrap-asan/./gcc/liblto_plugin.so: error loading plugin

2014-10-10 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63507 Markus Trippelsdorf trippels at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug target/63404] [5 Regression] gcc 5 miscompiles linux block layer

2014-10-10 Thread rth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63404 --- Comment #12 from Richard Henderson rth at gcc dot gnu.org --- Author: rth Date: Fri Oct 10 15:56:07 2014 New Revision: 216096 URL: https://gcc.gnu.org/viewcvs?rev=216096root=gccview=rev Log: PR target/63404 * shrink-wrap.c

[Bug sanitizer/63507] boostrap-asan failure: /usr/bin/ld: /home/max/build/bootstrap-asan/./gcc/liblto_plugin.so: error loading plugin

2014-10-10 Thread y.gribov at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63507 Yury Gribov y.gribov at samsung dot com changed: What|Removed |Added CC||y.gribov at

[Bug libstdc++/49561] [C++0x] std::list::size complexity

2014-10-10 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49561 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug libstdc++/61347] std::distance(list.first(),list.end()) in O(1)

2014-10-10 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61347 Bug 61347 depends on bug 49561, which changed state. Bug 49561 Summary: [C++0x] std::list::size complexity https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49561 What|Removed |Added

[Bug sanitizer/63507] boostrap-asan failure: /usr/bin/ld: /home/max/build/bootstrap-asan/./gcc/liblto_plugin.so: error loading plugin

2014-10-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63507 --- Comment #3 from Jakub Jelinek jakub at gcc dot gnu.org --- r209476 was the change which was supposed to fix it in ~ May. I'm afraid I haven't tried asan bootstrap more recently than that.

[Bug middle-end/63376] [5.0 Regression] ICE: in operator[], at vec.h:736 compiling team.c

2014-10-10 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63376 --- Comment #3 from John David Anglin danglin at gcc dot gnu.org --- (gdb) frame 2 #2 0x007eaf1c in _ZL28evaluate_properties_for_edgeP11cgraph_edgebPjP3vecIP9tree_node7va_heap6vl_ptrES8_PS2_IP21ipa_agg_jump_functionS5_S6_E (e=0x7afef780,

[Bug libstdc++/49561] [C++0x] std::list::size complexity

2014-10-10 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49561 --- Comment #21 from Jonathan Wakely redi at gcc dot gnu.org --- Author: redi Date: Fri Oct 10 16:14:52 2014 New Revision: 216097 URL: https://gcc.gnu.org/viewcvs?rev=216097root=gccview=rev Log: PR libstdc++/49561 * acinclude.m4

[Bug sanitizer/63507] boostrap-asan failure: /usr/bin/ld: /home/max/build/bootstrap-asan/./gcc/liblto_plugin.so: error loading plugin

2014-10-10 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63507 --- Comment #4 from Markus Trippelsdorf trippels at gcc dot gnu.org --- For me it fails with: ld: error: /var/tmp/test/./gcc/liblto_plugin.so: could not load plugin library: /var/tmp/test/./gcc/liblto_plugin.so: undefined symbol:

[Bug target/63501] ICE in GCC powerpc64le top of trunk with -mupper-regs-df

2014-10-10 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63501 --- Comment #3 from Michael Meissner meissner at gcc dot gnu.org --- The -mupper-regs-df and -mupper-regs-sf options are a work in progress. I am working on these options right now on a private branch, but the code is not yet ready for

[Bug c++/63405] [4.9/5 regression] ICE in cp_perform_integral_promotions, at cp/typeck.c:2084

2014-10-10 Thread gerrit.los at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63405 --- Comment #16 from Gert-jan Los gerrit.los at gmail dot com --- 2014-10-08 23:06:21 CEST schrieb jason at gcc dot gnu.org: --- Comment #12 from Jason Merrill jason at gcc dot gnu.org --- Author: jason Date: Wed Oct 8 21:05:50 2014 New

[Bug c++/63405] [4.9/5 regression] ICE in cp_perform_integral_promotions, at cp/typeck.c:2084

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

[Bug target/63352] problem with fmt_g0_1.f08 on i386-pc-solaris2.11

2014-10-10 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 --- Comment #20 from Richard PALO richard at netbsd dot org --- From what I've been able to gather, 'f' precision 17 18 incorrectly terminate with a '2' where they seemingly need be '1' and '5' respectfully (along with corresponding 'e' with

[Bug target/63483] Scheduler performs Invalid move of aliased memory reference

2014-10-10 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63483 --- Comment #20 from uros at gcc dot gnu.org --- Author: uros Date: Fri Oct 10 17:36:21 2014 New Revision: 216100 URL: https://gcc.gnu.org/viewcvs?rev=216100root=gccview=rev Log: PR rtl-optimization/63483 * alias.c (true_dependence_1):

[Bug c++/63419] verify_gimple failed: vector CONSTRUCTOR element is not a GIMPLE value

2014-10-10 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63419 Markus Trippelsdorf trippels at gcc dot gnu.org changed: What|Removed |Added CC|

[Bug c/63495] struct __attribute__ ((aligned (8))) broken on x86

2014-10-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63495 --- Comment #3 from Jakub Jelinek jakub at gcc dot gnu.org --- Author: jakub Date: Fri Oct 10 17:43:21 2014 New Revision: 216101 URL: https://gcc.gnu.org/viewcvs?rev=216101root=gccview=rev Log: PR c/63495 * stor-layout.c

[Bug c/63495] struct __attribute__ ((aligned (8))) broken on x86

2014-10-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63495 --- Comment #4 from Jakub Jelinek jakub at gcc dot gnu.org --- Author: jakub Date: Fri Oct 10 17:51:14 2014 New Revision: 216102 URL: https://gcc.gnu.org/viewcvs?rev=216102root=gccview=rev Log: PR c/63495 * c-common.c

[Bug c/63495] struct __attribute__ ((aligned (8))) broken on x86

2014-10-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63495 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c/63495] struct __attribute__ ((aligned (8))) broken on x86

2014-10-10 Thread eggert at gnu dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63495 --- Comment #6 from Paul Eggert eggert at gnu dot org --- That was fast! Thank you.

[Bug target/55212] [SH] Switch to LRA

2014-10-10 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212 --- Comment #56 from Oleg Endo olegendo at gcc dot gnu.org --- There are some LRA changes coming ... https://gcc.gnu.org/ml/gcc-patches/2014-10/msg00948.html

[Bug middle-end/63376] [5.0 Regression] ICE: in operator[], at vec.h:736 compiling team.c

2014-10-10 Thread danglin at gcc dot gnu.org
-shared --enable-languages=c,c++ --with-sysroot=/home/dave/opt/gnu/hppa2.0w-hp-hpux11.11/root --with-build-sysroot=/home/dave/opt/gnu/hppa2.0w-hp-hpux11.11/root Thread model: posix gcc version 5.0.0 20141010 (experimental) [trunk revision 216098] (GCC) ./gcc/cc1 -fpreprocessed team.i -quiet -dumpbase

[Bug target/63501] ICE in GCC powerpc64le top of trunk with -mupper-regs-df

2014-10-10 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63501 --- Comment #4 from Peter Bergner bergner at gcc dot gnu.org --- (In reply to Michael Meissner from comment #3) The -mupper-regs-df and -mupper-regs-sf options are a work in progress. I am working on these options right now on a private

[Bug sanitizer/59758] [4.9/5 Regression] bootstrap failure in libsanitizer/asan on sparc-linux-gnu

2014-10-10 Thread rth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59758 Richard Henderson rth at gcc dot gnu.org changed: What|Removed |Added CC||rth at gcc dot

[Bug middle-end/63376] [5.0 Regression] ICE: in operator[], at vec.h:736 compiling team.c

2014-10-10 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63376 Markus Trippelsdorf trippels at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug libfortran/63471] [5.0 Regression] unix.c:1906:10: error: implicit declaration of function 'ttyname_r'

2014-10-10 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63471 Francois-Xavier Coudert fxcoudert at gcc dot gnu.org changed: What|Removed |Added CC|

[Bug c++/63497] std::regex can't handle [^class] correctly and cause runtime crash

2014-10-10 Thread moophy at foxmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63497 --- Comment #3 from Yue Wang moophy at foxmail dot com --- Hi guys! Thx for replying. To be honest,as a newbie I'm not good enough to understand @Tim's reply... Thx again for the efforts, hoping that gcc's std::regex would be better and better.

[Bug c++/63437] [4.9/5 regression][C++14] Parenthesized movable but not copyable object doesn't compile in return statement

2014-10-10 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63437 --- Comment #5 from Jason Merrill jason at gcc dot gnu.org --- Author: jason Date: Fri Oct 10 20:35:18 2014 New Revision: 216106 URL: https://gcc.gnu.org/viewcvs?rev=216106root=gccview=rev Log: PR c++/63437 * cp-tree.h

[Bug c++/63415] [4.9/5 Regression] internal compiler error: unexpected expression ‘static_castint(std::is_sameT, A1{})’ of kind static_cast_expr

2014-10-10 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63415 --- Comment #5 from Jason Merrill jason at gcc dot gnu.org --- Author: jason Date: Fri Oct 10 20:35:26 2014 New Revision: 216107 URL: https://gcc.gnu.org/viewcvs?rev=216107root=gccview=rev Log: PR c++/63415 * pt.c

[Bug c++/63415] [4.9/5 Regression] internal compiler error: unexpected expression ‘static_castint(std::is_sameT, A1{})’ of kind static_cast_expr

2014-10-10 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63415 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug libstdc++/63500] [4.9/5 Regression] bug in debug version of std::make_move_iterator?

2014-10-10 Thread fdumont at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63500 --- Comment #6 from François Dumont fdumont at gcc dot gnu.org --- Sorry, I reproduced the problem and it is not in _Safe_iterator operator- so my previous remark is out of subject.

[Bug c++/63437] [4.9/5 regression][C++14] Parenthesized movable but not copyable object doesn't compile in return statement

2014-10-10 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63437 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/63485] [5 Regression] ICE: canonical types differ for identical types Aconst wchar_t [3]::type and const char_type [3]

2014-10-10 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63485 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added CC||ai.azuma at

[Bug c++/63454] [5 Regression] internal compiler error: canonical types differ for identical types

2014-10-10 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63454 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/63497] std::regex can't handle [^class] correctly and cause runtime crash

2014-10-10 Thread timshen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63497 --- Comment #4 from Tim Shen timshen at gcc dot gnu.org --- Hi Yue Wang, I'm sorry if my last reply looks scary. I should have put it in libstdc++ list. I didn't mean to reply you with all implementation details. Anyway, the cause is clear, and

[Bug c++/63485] [5 Regression] ICE: canonical types differ for identical types Aconst wchar_t [3]::type and const char_type [3]

2014-10-10 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63485 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added CC||dcb314 at

[Bug c++/63275] [5 Regression] ice in is_base_type with -g

2014-10-10 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63275 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug libstdc++/61909] Small function optimization not applied to small objects

2014-10-10 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61909 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/63508] New: ICE when using bracketed initializer on pointer to member function of a templated class

2014-10-10 Thread mlang at delysid dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63508 Bug ID: 63508 Summary: ICE when using bracketed initializer on pointer to member function of a templated class Product: gcc Version: 4.9.1 Status: UNCONFIRMED

[Bug c++/63508] ICE when using bracketed initializer on pointer to member function of a templated class

2014-10-10 Thread mlang at delysid dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63508 --- Comment #1 from Mario Lang mlang at delysid dot org --- Created attachment 33684 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33684action=edit bug.cpp g++ -std=c++11 bug.cpp

[Bug middle-end/63376] [5.0 Regression] ICE: in operator[], at vec.h:736 compiling team.c

2014-10-10 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63376 Martin Liška mliska at suse dot cz changed: What|Removed |Added CC||mliska at suse dot

[Bug go/63493] libgo: write power64 version of reflect.MakeFunc

2014-10-10 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63493 --- Comment #1 from Ian Lance Taylor ian at airs dot com --- Note: if Richard Henderson's patch series at https://gcc.gnu.org/ml/gcc-patches/2014-10/msg01009.html is committed, then the this will need to be implemented in libffi, not libgo.

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

2014-10-10 Thread sajarvis at bu dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63509 Bug ID: 63509 Summary: Misleading error message when building gcc without C++ compiler installed Product: gcc Version: unknown Status: UNCONFIRMED Severity:

[Bug c++/63194] [5 Regression] ICE in maybe_explain_implicit_delete, at cp/method.c:1552

2014-10-10 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63194 --- Comment #3 from Jason Merrill jason at gcc dot gnu.org --- Author: jason Date: Sat Oct 11 02:26:33 2014 New Revision: 216114 URL: https://gcc.gnu.org/viewcvs?rev=216114root=gccview=rev Log: PR c++/63194 * method.c

[Bug target/55212] [SH] Switch to LRA

2014-10-10 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212 Kazumoto Kojima kkojima at gcc dot gnu.org changed: What|Removed |Added Attachment #33526|0 |1 is

[Bug target/55212] [SH] Switch to LRA

2014-10-10 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212 --- Comment #58 from Kazumoto Kojima kkojima at gcc dot gnu.org --- (In reply to Kazumoto Kojima from comment #57) revised patch for the problem in c#25 I've looked into the remained ICEs for usual sh4-unknown-linux-gnu test and got that they

[Bug rtl-optimization/51366] [cygwin] ICE in maybe_record_trace_start, at dwarf2cfi.c:2244

2014-10-10 Thread rth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51366 Richard Henderson rth at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED