[Bug web/66104] svn co https://gcc.gnu.org/svn/gcc/branches/gcc-5-branch/

2016-08-04 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66104 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/68622] initialization of atomic objects emits unnecessary fences

2016-08-04 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68622 --- Comment #2 from Andrew Pinski --- http://llvm.org/devmtg/2014-10/Slides/Morisset-AtomicsPresentation.pdf

[Bug tree-optimization/68622] initialization of atomic objects emits unnecessary fences

2016-08-04 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68622 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug driver/68794] an option for -fsanitize= is accepted even if the corresponding library is not available

2016-08-04 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68794 --- Comment #1 from Andrew Pinski --- I don't we want to warn or error out if the library is not exits as someone could implement their own runtime library which they install separately from GCC.

[Bug boehm-gc/52217] [boehm-gc] revision 184100 causes segmentation fault in mingw32

2016-08-04 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52217 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/58446] Support for musl libc

2016-08-04 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58446 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug rtl-optimization/69847] Spec 2006 403.gcc slows down with -mlra vs. reload on PowerPC

2016-08-04 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69847 --- Comment #23 from Vladimir Makarov --- (In reply to mwahab from comment #22) > I believe that this patch is the cause of compilation failures for a number > of tests on arm-none-linux-gnueabihf and arm-none-eabi. > > E.g. arm-none-linux-gnuea

[Bug middle-end/69008] gcc emits unneeded memory access when passing trivial structs by value (ARM)

2016-08-04 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69008 Andrew Pinski changed: What|Removed |Added Component|rtl-optimization|middle-end --- Comment #4 from Andrew Pi

[Bug tree-optimization/68894] Recognition min/max pattern with multiple arguments.

2016-08-04 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68894 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization, TREE --- Comment #6

[Bug libstdc++/69191] Wrong equality comparison between error_code and error_condition + segfault

2016-08-04 Thread kristian.spangsege at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69191 Kristian Spangsege changed: What|Removed |Added CC||kristian.spangsege at gmail dot co

[Bug tree-optimization/68894] Recognition min/max pattern with multiple arguments.

2016-08-04 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68894 --- Comment #5 from Andrew Pinski --- I think this is fixed on the trunk now.

[Bug c++/68703] __attribute__((vector_size(N))) template member confusion

2016-08-04 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68703 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/68762] link error for inline function decorated with OpenMP declare simd

2016-08-04 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68762 Andrew Pinski changed: What|Removed |Added Target||x86_64-*-* --- Comment #3 from Andrew Pi

[Bug c++/68103] Unnecessary copying due to order of evaluation with operator new

2016-08-04 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68103 Andrew Pinski changed: What|Removed |Added Known to fail||6.1.0 --- Comment #2 from Andrew Pinski

[Bug c++/68180] [ICE] at cp/constexpr.c:2768 in initializing __vector in a loop

2016-08-04 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68180 Andrew Pinski changed: What|Removed |Added Keywords||easyhack, ice-on-valid-code --- Comment

[Bug target/72802] powerpc64le: -mcpu=power9 emits lxssp instruction with offset that isn't a multiple of 4

2016-08-04 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72802 --- Comment #4 from Segher Boessenkool --- When -mno-powerpc64, I see. Thanks. Yeah this needs some untangling.

[Bug target/72802] powerpc64le: -mcpu=power9 emits lxssp instruction with offset that isn't a multiple of 4

2016-08-04 Thread amodra at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72802 --- Comment #3 from Alan Modra --- wY is using mem_operand_gpr which is designed for gpr loads/stores. When -m32, mem_operand_gpr does not enforce multiple-of-4 offsets.

[Bug target/71869] __builtin_isgreater raises an invalid exception on PPC64 using __float128 inputs.

2016-08-04 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71869 Michael Meissner changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/72808] [6/7 Regression] ICE on valid c++ code in verify_type (gcc/tree.c:14047)

2016-08-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72808 Martin Liška changed: What|Removed |Added Keywords||ice-on-valid-code Target Milestone|---

[Bug c++/72808] New: [6/7 Regression] ICE on valid c++ code in verify_type (gcc/tree.c:14047)

2016-08-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72808 Bug ID: 72808 Summary: [6/7 Regression] ICE on valid c++ code in verify_type (gcc/tree.c:14047) Product: gcc Version: unknown Status: UNCONFIRMED Severity: norm

[Bug c++/66426] ICE: unexpected expression ‘int(Constructible())...’ of kind expr_pack_expansion

2016-08-04 Thread jamrial at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66426 James Almer changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/72806] Extra note/missing not location for __builtin_va_list

2016-08-04 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72806 Manuel López-Ibáñez changed: What|Removed |Added Keywords||easyhack Status|UNCONF

[Bug target/72805] AVX512: invalid code generation involving masks

2016-08-04 Thread wen...@mitsuba-renderer.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72805 --- Comment #6 from Wenzel Jakob --- awesome, thanks!

[Bug target/72805] AVX512: invalid code generation involving masks

2016-08-04 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72805 Uroš Bizjak changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/70361] Obviously false code in if not detected

2016-08-04 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70361 Andrew Pinski changed: What|Removed |Added Keywords||diagnostic Status|UNCONFIRME

[Bug target/72805] AVX512: invalid code generation involving masks

2016-08-04 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72805 --- Comment #4 from uros at gcc dot gnu.org --- Author: uros Date: Thu Aug 4 21:25:33 2016 New Revision: 239155 URL: https://gcc.gnu.org/viewcvs?rev=239155&root=gcc&view=rev Log: PR target/72805 * config/i386/avx512fintrin.h (_mm

[Bug target/71869] __builtin_isgreater raises an invalid exception on PPC64 using __float128 inputs.

2016-08-04 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71869 --- Comment #3 from Michael Meissner --- Author: meissner Date: Thu Aug 4 21:25:05 2016 New Revision: 239154 URL: https://gcc.gnu.org/viewcvs?rev=239154&root=gcc&view=rev Log: [gcc] 2016-08-04 Michael Meissner Backport from trunk

[Bug target/72805] AVX512: invalid code generation involving masks

2016-08-04 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72805 --- Comment #3 from uros at gcc dot gnu.org --- Author: uros Date: Thu Aug 4 21:22:06 2016 New Revision: 239153 URL: https://gcc.gnu.org/viewcvs?rev=239153&root=gcc&view=rev Log: PR target/72805 * config/i386/avx512fintrin.h (_mm

[Bug fortran/50259] Internal Error at (1): gfc_resolve_expr(): Bad expression type

2016-08-04 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50259 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment #

[Bug target/72807] [7 Regression] bootstrap broken on armhf-linux-gnuabihf

2016-08-04 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72807 ktkachov at gcc dot gnu.org changed: What|Removed |Added CC||ktkachov at gcc dot gnu.org

[Bug target/72805] AVX512: invalid code generation involving masks

2016-08-04 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72805 --- Comment #2 from uros at gcc dot gnu.org --- Author: uros Date: Thu Aug 4 21:14:39 2016 New Revision: 239152 URL: https://gcc.gnu.org/viewcvs?rev=239152&root=gcc&view=rev Log: PR target/72805 * config/i386/avx512fintrin.h (_mm

[Bug target/72807] New: [7 Regression] bootstrap broken on armhf-linux-gnuabihf

2016-08-04 Thread doko at gcc dot gnu.org
st_int -59 [0xffc5]) (nil))) +===GNAT BUG DETECTED==+ | 7.0.0 20160804 (experimental) [trunk revision 239146] (arm-linux-gnueabihf) GCC error:| | in extract_constrain_insn, at recog.c:2211 | | Erro

[Bug target/72805] AVX512: invalid code generation involving masks

2016-08-04 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72805 Uroš Bizjak changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/71078] x/abs(x) -> sign(1.0,x)

2016-08-04 Thread prathamesh3492 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71078 --- Comment #9 from prathamesh3492 at gcc dot gnu.org --- (In reply to rguent...@suse.de from comment #8) > On Thu, 4 Aug 2016, prathamesh3492 at gcc dot gnu.org wrote: > > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71078 > > > > --- Comment

[Bug web/69601] current/ redirect is off by at least a day

2016-08-04 Thread egall at gwmail dot gwu.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69601 Eric Gallager changed: What|Removed |Added CC||egall at gwmail dot gwu.edu --- Comment

[Bug c++/72806] New: Extra note/missing not location for __builtin_va_list

2016-08-04 Thread denis.campredon at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72806 Bug ID: 72806 Summary: Extra note/missing not location for __builtin_va_list Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug target/72805] New: AVX512: invalid code generation involving masks

2016-08-04 Thread wen...@mitsuba-renderer.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72805 Bug ID: 72805 Summary: AVX512: invalid code generation involving masks Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tar

[Bug c++/72800] [5/6 Regression] ICE on invalid C++14 code with initialized lambda capture: tree check: expected class ‘type’, have ‘exceptional’ (error_mark) in add_capture, at cp/lambda.c:505

2016-08-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72800 Paolo Carlini changed: What|Removed |Added Summary|[5/6/7 Regression] ICE on |[5/6 Regression] ICE on

[Bug c++/72800] [5/6/7 Regression] ICE on invalid C++14 code with initialized lambda capture: tree check: expected class ‘type’, have ‘exceptional’ (error_mark) in add_capture, at cp/lambda.c:505

2016-08-04 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72800 --- Comment #4 from paolo at gcc dot gnu.org --- Author: paolo Date: Thu Aug 4 19:22:58 2016 New Revision: 239148 URL: https://gcc.gnu.org/viewcvs?rev=239148&root=gcc&view=rev Log: /cp 2016-08-04 Paolo Carlini PR c++/72800 *

[Bug c++/72759] [6/7 Regression] ICE on invalid C++ code on x86_64-linux-gnu (Segmentation fault, tree_class_check, ocp_convert)

2016-08-04 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72759 --- Comment #3 from Patrick Palka --- Author: ppalka Date: Thu Aug 4 19:14:32 2016 New Revision: 239147 URL: https://gcc.gnu.org/viewcvs?rev=239147&root=gcc&view=rev Log: Fix ICE on invalid variable template instantiation (PR c++/72759) gcc/cp

[Bug target/72804] New: Poor code gen with -mvsx-timode

2016-08-04 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72804 Bug ID: 72804 Summary: Poor code gen with -mvsx-timode Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target As

[Bug c++/72803] [7 Regression] ICE on invalid code in linemap_position_for_loc_and_offset, at libcpp/line-map.c:891

2016-08-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72803 Martin Liška changed: What|Removed |Added Keywords||ice-on-invalid-code CC|

[Bug c++/72803] New: [7 Regression] ICE on invalid code in linemap_position_for_loc_and_offset, at libcpp/line-map.c:891

2016-08-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72803 Bug ID: 72803 Summary: [7 Regression] ICE on invalid code in linemap_position_for_loc_and_offset, at libcpp/line-map.c:891 Product: gcc Version: 7.0 S

[Bug c++/71696] Libiberty Demangler segfaults (6)

2016-08-04 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71696 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/71696] Libiberty Demangler segfaults (6)

2016-08-04 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71696 --- Comment #2 from Jeffrey A. Law --- Author: law Date: Thu Aug 4 16:53:18 2016 New Revision: 239143 URL: https://gcc.gnu.org/viewcvs?rev=239143&root=gcc&view=rev Log: 2016-08-04 Marcel Böhme PR c++/71696 * cplus-dem.c: Pre

[Bug gcov-profile/53915] gcov can call format_gcov with top > bottom, which is unexpected and gives 99.99%

2016-08-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53915 Martin Liška changed: What|Removed |Added Status|NEW |WAITING CC|

[Bug c++/70254] Compiler crash

2016-08-04 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70254 Martin Sebor changed: What|Removed |Added CC||msebor at gcc dot gnu.org --- Comment #5

[Bug gcov-profile/55121] ICE in if-conversion with PGO (ARM)

2016-08-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55121 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #16

[Bug gcov-profile/57015] Link error while building GCC 4.8.0 with 4.7.2 and Binutils 2.22: hidden symbol `__deregister_frame_info' in /.../4.7.2/libgcc_eh.a(unwind-dw2-fde-dip.o) is referenced by DSO

2016-08-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57015 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug fortran/67542] ICE in gfc_emit_parameter_debug_info, at fortran/trans-decl.c:4947 and :4945

2016-08-04 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67542 Gerhard Steinmetz changed: What|Removed |Added Summary|ICE on initializing type|ICE in |variable w

[Bug c++/72800] [5/6/7 Regression] ICE on invalid C++14 code with initialized lambda capture: tree check: expected class ‘type’, have ‘exceptional’ (error_mark) in add_capture, at cp/lambda.c:505

2016-08-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72800 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED CC|paolo.carlin

[Bug rtl-optimization/69847] Spec 2006 403.gcc slows down with -mlra vs. reload on PowerPC

2016-08-04 Thread mwahab at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69847 mwahab at gcc dot gnu.org changed: What|Removed |Added CC||mwahab at gcc dot gnu.org ---

[Bug c++/72415] [6/7 regression][concepts] ICE in satisfy_predicate_constraint

2016-08-04 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72415 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/72796] [7 Regression] Firefox build error: use of deleted function

2016-08-04 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72796 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/71451] [5/6/7 Regression] ICE on invalid C++11 code on x86_64-linux-gnu: in dependent_type_p, at cp/pt.c:22599

2016-08-04 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71451 Martin Sebor changed: What|Removed |Added Last reconfirmed|2016-06-08 00:00:00 |2016-8-4 CC|

[Bug c++/72415] [6/7 regression][concepts] ICE in satisfy_predicate_constraint

2016-08-04 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72415 --- Comment #5 from Jason Merrill --- Author: jason Date: Thu Aug 4 16:06:59 2016 New Revision: 239139 URL: https://gcc.gnu.org/viewcvs?rev=239139&root=gcc&view=rev Log: PR c++/72415 - member template with fold-expression constraint

[Bug c++/72415] [6/7 regression][concepts] ICE in satisfy_predicate_constraint

2016-08-04 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72415 --- Comment #4 from Jason Merrill --- Author: jason Date: Thu Aug 4 16:06:22 2016 New Revision: 239138 URL: https://gcc.gnu.org/viewcvs?rev=239138&root=gcc&view=rev Log: PR c++/72415 - member template with fold-expression constraint

[Bug c++/72796] [7 Regression] Firefox build error: use of deleted function

2016-08-04 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72796 --- Comment #3 from Jason Merrill --- Author: jason Date: Thu Aug 4 16:06:09 2016 New Revision: 239136 URL: https://gcc.gnu.org/viewcvs?rev=239136&root=gcc&view=rev Log: PR c++/72796 - wrong resolution of scoped method call. *

[Bug c++/72763] [5/6/7 Regression] incorrectly accepts invalid C++11 code that instantiates a non-template class

2016-08-04 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72763 Martin Sebor changed: What|Removed |Added CC||msebor at gcc dot gnu.org Depends

[Bug c++/72764] [5/6/7 Regression] ICE on invalid C++11 code instantiating an alias template: tree check: expected class ‘type’, have ‘exceptional’ (error_mark) in typedef_variant_p, at tree.c:12660

2016-08-04 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72764 Martin Sebor changed: What|Removed |Added CC||msebor at gcc dot gnu.org Known to f

[Bug c++/72775] [6/7 Regression] internal compiler error: in finish_expr_stmt, at cp/semantics.c:677

2016-08-04 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72775 Martin Sebor changed: What|Removed |Added CC||msebor at gcc dot gnu.org --- Comment #3

[Bug fortran/58001] Make it possible to silence "Extension: Tab character in format" warning

2016-08-04 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58001 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Commen

[Bug target/72802] powerpc64le: -mcpu=power9 emits lxssp instruction with offset that isn't a multiple of 4

2016-08-04 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72802 --- Comment #2 from Segher Boessenkool --- Why is "wY" wrong for 32-bit? I don't see it?

[Bug c++/72800] [5/6/7 Regression] ICE on invalid C++14 code with initialized lambda capture: tree check: expected class ‘type’, have ‘exceptional’ (error_mark) in add_capture, at cp/lambda.c:505

2016-08-04 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72800 Martin Sebor changed: What|Removed |Added CC||msebor at gcc dot gnu.org,

[Bug gcov-profile/57165] ICE when using -fprofile-use in cgraph.c

2016-08-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57165 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug gcov-profile/58306] Broken profiling for unrar sources: error: corrupted value profile: value profile counter (X out of Y) inconsistent with basic-block count

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

[Bug fortran/67542] ICE on initializing type variable with a longer array

2016-08-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67542 --- Comment #6 from Dominique d'Humieres --- Is not this PR fixed?

[Bug fortran/58667] Add -Wfloat-conversion

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

[Bug libfortran/25830] [libgfortran] Optionally support multi-process locking

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

[Bug fortran/58001] Make it possible to silence "Extension: Tab character in format" warning

2016-08-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58001 Dominique d'Humieres changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- Comm

[Bug fortran/47879] wrong-debug issue with multiple USE-assoc of variables of other translation units

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

[Bug rtl-optimization/71779] [5/6/7 regression] isl miscompiled with -mabi=ilp32

2016-08-04 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71779 --- Comment #21 from Bernd Edlinger --- Author: edlinger Date: Thu Aug 4 13:23:36 2016 New Revision: 239123 URL: https://gcc.gnu.org/viewcvs?rev=239123&root=gcc&view=rev Log: 016-08-04 Bernd Edlinger PR rtl-optimization/71779

[Bug fortran/18918] Eventually support Fortran 2008's coarrays [co-arrays]

2016-08-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18918 Bug 18918 depends on bug 25830, which changed state. Bug 25830 Summary: [libgfortran] Optionally support multi-process locking https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25830 What|Removed |Added -

[Bug target/70903] [4.9/5/6/7 Regression] wrong code with bfi @ aarch64 with -Os

2016-08-04 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70903 --- Comment #6 from Bernd Edlinger --- Author: edlinger Date: Thu Aug 4 13:20:57 2016 New Revision: 239122 URL: https://gcc.gnu.org/viewcvs?rev=239122&root=gcc&view=rev Log: 2016-08-04 Bernd Edlinger PR rtl-optimization/70903

[Bug fortran/50259] Internal Error at (1): gfc_resolve_expr(): Bad expression type

2016-08-04 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50259 Joost VandeVondele changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug fortran/50259] Internal Error at (1): gfc_resolve_expr(): Bad expression type

2016-08-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50259 --- Comment #6 from Dominique d'Humieres --- AFAICT this PR is now fixed on trunk (7.0) and the gcc-5 and 6 branches. Likely r238822. I'll close the PR as FIXED in the coming days unless someone object.

[Bug fortran/71807] [5/6/7 Regression] Internal compiler error with NULL() reference in structure constructor

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

[Bug fortran/68241] [meta-bug] Deferred-length character

2016-08-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68241 Bug 68241 depends on bug 70842, which changed state. Bug 70842 Summary: [5/6/7 Regression] internal compiler error with character members within a polymorphic pointer https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70842 What|Removed

[Bug fortran/70842] [5/6/7 Regression] internal compiler error with character members within a polymorphic pointer

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

[Bug fortran/68147] Potential incorrect code generation for string self-assignment

2016-08-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68147 --- Comment #14 from Dominique d'Humieres --- > With one thing and another, I completely forgot about the backport. > Yes, please do. I am not able to do commits fo the next week. Upon further investigation revision r233797 caused the pr70040 re

[Bug gcov-profile/58544] Segfault with profile guided optimisation

2016-08-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58544 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug gcov-profile/59735] code coverage options generate corrupted gcno file

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

[Bug fortran/72791] Internal compiler error for reshape intrinsic

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

[Bug fortran/68566] ICE on using unusable array in reshape (double free or corruption)

2016-08-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68566 Dominique d'Humieres changed: What|Removed |Added CC||patrick.seewald at gmail dot com

[Bug middle-end/71078] x/abs(x) -> sign(1.0,x)

2016-08-04 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71078 --- Comment #8 from rguenther at suse dot de --- On Thu, 4 Aug 2016, prathamesh3492 at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71078 > > --- Comment #7 from prathamesh3492 at gcc dot gnu.org --- > (In reply to prat

[Bug gcov-profile/60171] SEGFAULT when compiling with --coverage on travis-ci

2016-08-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60171 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug gcov-profile/60321] compiler error: in gcov_open, at gcov-io.c:82

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

[Bug c/72794] [7 regression] CF on spec2000/176.gcc after r238862.

2016-08-04 Thread ysrumyan at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72794 --- Comment #6 from Yuri Rumyantsev --- Thanks for clarification. This bug can be closed as user misunderstanding. 2016-08-04 14:08 GMT+03:00 rguenth at gcc dot gnu.org : > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72794 > > --- Comment #5 fr

[Bug tree-optimization/72772] Missed SCEV after pass reordering@236440

2016-08-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72772 --- Comment #9 from Richard Biener --- FAIL: gcc.dg/tree-ssa/20030714-2.c scan-tree-dump-times dom2 "if " 3 is because jump-threading doesn't want to thread to a loop header and w/o the patch we have a pre-header with the degenerate PHI which ca

[Bug gcov-profile/65831] gcov does not output 0% coverage files

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

[Bug middle-end/71078] x/abs(x) -> sign(1.0,x)

2016-08-04 Thread prathamesh3492 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71078 --- Comment #7 from prathamesh3492 at gcc dot gnu.org --- (In reply to prathamesh3492 from comment #6) > (In reply to rguent...@suse.de from comment #5) > > On Thu, 4 Aug 2016, mwahab at gcc dot gnu.org wrote: > > > > > https://gcc.gnu.org/bugzil

[Bug middle-end/71078] x/abs(x) -> sign(1.0,x)

2016-08-04 Thread prathamesh3492 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71078 --- Comment #6 from prathamesh3492 at gcc dot gnu.org --- (In reply to rguent...@suse.de from comment #5) > On Thu, 4 Aug 2016, mwahab at gcc dot gnu.org wrote: > > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71078 > > > > mwahab at gcc dot g

[Bug gcov-profile/69004] Building t-engine on ARM fails during -fprofile-use stage

2016-08-04 Thread tulipawn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69004 --- Comment #25 from PeteVine --- In that case, it might be relevant to note the x86 build succeeded on a 32-bit **single-core** Athlon XP.

[Bug tree-optimization/72772] Missed SCEV after pass reordering@236440

2016-08-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72772 --- Comment #8 from Richard Biener --- A more light-weight fix for the specific issue would be Index: gcc/tree-cfgcleanup.c === --- gcc/tree-cfgcleanup.c (revision 239117) +++

[Bug c/72794] [7 regression] CF on spec2000/176.gcc after r238862.

2016-08-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72794 --- Comment #5 from Richard Biener --- No, it's not a bug in the LTO phase - C99 inline simply does _not_ emit a out-of-line copy. You have to add a extern declaration to force that.

[Bug middle-end/72795] Missed optimization of external-linkage variables in presence of barriers

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

[Bug gcov-profile/67097] gcov-tool merge (can) crash when dir2 contains files not in dir1

2016-08-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67097 --- Comment #4 from Martin Liška --- (In reply to Gilles Gouaillardet from comment #3) > Shall I try again with the latest snapshot instead ? > I am not very familiar with building from svn... What was the original version you tested? Maybe just

[Bug gcov-profile/67097] gcov-tool merge (can) crash when dir2 contains files not in dir1

2016-08-04 Thread gilles.gouaillardet at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67097 --- Comment #3 from Gilles Gouaillardet --- Shall I try again with the latest snapshot instead ? I am not very familiar with building from svn...

[Bug middle-end/71078] x/abs(x) -> sign(1.0,x)

2016-08-04 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71078 --- Comment #5 from rguenther at suse dot de --- On Thu, 4 Aug 2016, mwahab at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71078 > > mwahab at gcc dot gnu.org changed: > >What|Removed

[Bug middle-end/71078] x/abs(x) -> sign(1.0,x)

2016-08-04 Thread mwahab at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71078 mwahab at gcc dot gnu.org changed: What|Removed |Added CC||mwahab at gcc dot gnu.org ---

  1   2   >