[Bug other/69821] -fdebug-prefix-map doesn't affect gcc command line switches in DWARF DW_AT_producer.

2016-02-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69821 --- Comment #2 from Andrew Pinski --- Patches should be sent to gcc-patches@.

[Bug other/69821] -fdebug-prefix-map doesn't affect gcc command line switches in DWARF DW_AT_producer.

2016-02-14 Thread hongxu.jia at windriver dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69821 --- Comment #1 from hongxu jia --- Created attachment 37691 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37691&action=edit add option Compile without this fix: objdump -g packages-split/lib32-glibc-dev/usr/lib/gcrt1.o ... |<5f> DW_

[Bug other/69821] New: -fdebug-prefix-map doesn't affect gcc command line switches in DWARF DW_AT_producer.

2016-02-14 Thread hongxu.jia at windriver dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69821 Bug ID: 69821 Summary: -fdebug-prefix-map doesn't affect gcc command line switches in DWARF DW_AT_producer. Product: gcc Version: unknown Status: UNCONFIRMED Se

[Bug c++/69820] Test was miss compiled with -O3 option.

2016-02-14 Thread vsevolod.livinskij at frtk dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69820 --- Comment #1 from Vsevolod Livinskiy --- Created attachment 37690 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37690&action=edit Preprocessed testcase.

[Bug c++/69820] New: Test was miss compiled with -O3 option.

2016-02-14 Thread vsevolod.livinskij at frtk dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69820 Bug ID: 69820 Summary: Test was miss compiled with -O3 option. Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug testsuite/68580] FAIL: c-c++-common/tsan/pr65400-1.c -O0 execution test

2016-02-14 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68580 --- Comment #10 from vries at gcc dot gnu.org --- posted RFC: https://gcc.gnu.org/ml/gcc-patches/2016-02/msg00949.html

[Bug debug/69785] c++filt can't demangle string or compiler produce wrong mangled string

2016-02-14 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69785 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/66726] missed optimization, factor conversion out of COND_EXPR

2016-02-14 Thread kugan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66726 --- Comment #18 from kugan at gcc dot gnu.org --- Reverted r233362 as it caused PR69786 and PR69781. I will test for these and post a revised patch for next stage1.

[Bug testsuite/69586] [6 Regression] FAIL: gcc.dg/uninit-21.c for target defaulting to short enum

2016-02-14 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69586 --- Comment #2 from Thomas Preud'homme --- Hi Richard, Any progress on this?

[Bug testsuite/69076] FAIL: gcc.dg/graphite/id-28.c

2016-02-14 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69076 Thomas Preud'homme changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Known to work|

[Bug testsuite/68632] FAIL: gcc.target/arm/lto/pr65837 c_lto_pr65837_0.o assemble, -flto -mfpu=neon

2016-02-14 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68632 Thomas Preud'homme changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug testsuite/69371] UNRESOLVED: special_functions/18_riemann_zeta/check_value.cc compilation failed to produce executable

2016-02-14 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69371 Thomas Preud'homme changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug c/69819] ICE on invalid code on x86_64-linux-gnu in tree check: expected function_type or method_type, have array_type in function_args_iter_init, at tree.h:4536

2016-02-14 Thread kugan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69819 kugan at gcc dot gnu.org changed: What|Removed |Added CC||kugan at gcc dot gnu.org --- C

[Bug rtl-optimization/69764] [5 Regression] ICE on x86_64-linux-gnu at -O0 (in decompose, at rtl.h:2107)

2016-02-14 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69764 Thomas Preud'homme changed: What|Removed |Added CC||thopre01 at gcc dot gnu.org --- Com

[Bug c++/60850] pedantic warning behavior when casting void* to ptr-to-func

2016-02-14 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60850 Manuel López-Ibáñez changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/64531] `casting between pointer-to-function and pointer-to-object` is still a warning instead of error with `-pedantic -pedantic-errors`

2016-02-14 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64531 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug middle-end/69780] [4.9/5/6 Regression] ICE on __builtin_alloca_with_align with small alignment

2016-02-14 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69780 --- Comment #4 from Martin Sebor --- Patch posted for review: https://gcc.gnu.org/ml/gcc-patches/2016-02/msg00947.html

[Bug c++/69818] warn for C++ functional cast expression on pointer or reference

2016-02-14 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69818 Manuel López-Ibáñez changed: What|Removed |Added Keywords||diagnostic, easyhack

[Bug ipa/69589] [6 Regression] ICE in initialize_node_lattices, at ipa-cp.c:971

2016-02-14 Thread kugan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69589 --- Comment #12 from kugan at gcc dot gnu.org --- Created attachment 37688 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37688&action=edit possible fix This fixes the testcase.

[Bug ipa/69589] [6 Regression] ICE in initialize_node_lattices, at ipa-cp.c:971

2016-02-14 Thread kugan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69589 --- Comment #11 from kugan at gcc dot gnu.org --- In remove_unreachable_nodes, just before ipa-cp, this node becomes local (address taken is false and local.local = true). After that, when ipa_propagate_frequency is run, which updates the frequenc

[Bug c/69819] New: ICE on invalid code on x86_64-linux-gnu in tree check: expected function_type or method_type, have array_type in function_args_iter_init, at tree.h:4536

2016-02-14 Thread su at cs dot ucdavis.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69819 Bug ID: 69819 Summary: ICE on invalid code on x86_64-linux-gnu in tree check: expected function_type or method_type, have array_type in function_args_iter_init, at tree.h:4536

[Bug c++/69778] Bogus "qualifiers cannot be applied" error with redundant (but legal) 'typename'

2016-02-14 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69778 --- Comment #2 from Manuel López-Ibáñez --- Bonus points if instead of creating a useless tree, the error uses %qv to print the qualifiers, as the C FE does.

[Bug c++/69778] Bogus "qualifiers cannot be applied" error with redundant (but legal) 'typename'

2016-02-14 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69778 Manuel López-Ibáñez changed: What|Removed |Added Keywords||easyhack CC|

[Bug c++/69818] feature request: generate a warning for C++ functional cast expression on pointer or reference

2016-02-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69818 --- Comment #1 from Jonathan Wakely --- (In reply to Chris Studholme from comment #0) > Hopefully this pattern is not common with typedefs like this, but I have > encountered bugs in generic code where the typedefs are instead template > paramete

[Bug c++/69777] Give a warning when virtual function is devirtualized into a __cxa_pure_virtual call

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

[Bug debug/69785] c++filt can't demangle string or compiler produce wrong mangled string

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

[Bug c++/69793] ICE on invalid code in "cp_lexer_peek_nth_token"

2016-02-14 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69793 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/69780] [4.9/5/6 Regression] ICE on __builtin_alloca_with_align with small alignment

2016-02-14 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69780 Martin Sebor changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug middle-end/69780] [4.9/5/6 Regression] ICE on __builtin_alloca_with_align with small alignment

2016-02-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69780 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

[Bug c++/52595] [DR 325] commas and non-static data member initializers don't mix

2016-02-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52595 Jonathan Wakely changed: What|Removed |Added CC||c_lehmann at posteo dot de --- Comment

[Bug c++/69809] Default member equals initialization not parsed correctly.

2016-02-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69809 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug rtl-optimization/69710] performance issue with SP Linpack with Autovectorization

2016-02-14 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69710 --- Comment #11 from amker at gcc dot gnu.org --- (In reply to Doug Gilmore from comment #10) > Created attachment 37681 [details] > prototype fix > > > 1) we failed recognize that use 0 and 2 are identical to each other. > > This is because vect

[Bug c++/69808] error: could not convert 'count' from 'eVeDisplayMenu' to 'int'

2016-02-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69808 Jonathan Wakely changed: What|Removed |Added Resolution|FIXED |INVALID --- Comment #2 from Jonathan W

[Bug ipa/69241] [6 Regression] ICE with noreturn and function that return non-POD

2016-02-14 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69241 Markus Trippelsdorf changed: What|Removed |Added CC||compnerd at compnerd dot org --- C

[Bug middle-end/69817] [6 Regression] ICE in assign_temp at function.c:691

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

[Bug c++/69797] [4.9/5/6 Regression] ICE on invalid code on x86_64-linux-gnu in operator[], at vec.h:714

2016-02-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69797 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug middle-end/69817] New: [REGRESSION] ICE in assign_temp at function.c:691

2016-02-14 Thread compnerd at compnerd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69817 Bug ID: 69817 Summary: [REGRESSION] ICE in assign_temp at function.c:691 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: m

[Bug tree-optimization/69801] [6 Regression] gcc ICE on valid code on x86_64-linux-gnu in "operand_equal_p"

2016-02-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69801 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P1 Status|UNCONFIRMED

[Bug tree-optimization/69802] [4.9/5/6 Regression] gcc ICE at -O1 and above on valid code on x86_64-linux-gnu with “seg fault”

2016-02-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69802 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/69753] [6 Regression] bogus: expected primary-expression before ‘>’ token

2016-02-14 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69753 --- Comment #6 from Patrick Palka --- I wonder if adding a non-static overload of FromWebContents should affect the dependent-ness of guest, e.g.: class A { public: template void As(); static A *FromWebContents(); template A *FromWebCo

[Bug testsuite/68643] FAIL: gcc.dg/tree-prof/cold_partition_label.c scan-assembler foo[._]+cold[._]+0

2016-02-14 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68643 John David Anglin changed: What|Removed |Added Status|WAITING |NEW

[Bug fortran/68746] FAIL: gfortran.dg/read_dir.f90 -O0 execution test

2016-02-14 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68746 --- Comment #5 from John David Anglin --- Test fails on hpux because ios has the value 0 after following read: read(10, iostat=ios) c It would pass if check was: if ((ios.ne.21).and.(ios.ne.0)) then

[Bug fortran/60526] [4.9/5 Regression] Accepts-invalid: Variable name same as type name

2016-02-14 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60526 --- Comment #15 from Thomas Koenig --- Author: tkoenig Date: Sun Feb 14 17:08:44 2016 New Revision: 233413 URL: https://gcc.gnu.org/viewcvs?rev=233413&root=gcc&view=rev Log: 2016-02-14 Thomas Koenig PR fortran/60526 * decl.c

[Bug fortran/69741] Bad error in formal with array scalar loop counters

2016-02-14 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69741 Dominique d'Humieres changed: What|Removed |Added Status|REOPENED|NEW Summary|forall arr

[Bug fortran/68746] FAIL: gfortran.dg/read_dir.f90 -O0 execution test

2016-02-14 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68746 --- Comment #4 from John David Anglin --- Author: danglin Date: Sun Feb 14 16:29:08 2016 New Revision: 233412 URL: https://gcc.gnu.org/viewcvs?rev=233412&root=gcc&view=rev Log: PR fortran/68746 * gfortran.dg/read_dir.f90: Xfail o

[Bug fortran/68746] FAIL: gfortran.dg/read_dir.f90 -O0 execution test

2016-02-14 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68746 John David Anglin changed: What|Removed |Added Target|hppa64-hp-hpux11.11 |hppa*-*-hpux* Status|WAI

[Bug bootstrap/69816] [4.9 Regression] r233410 breaks bootstrap

2016-02-14 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69816 Thomas Koenig changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug bootstrap/69816] [4.9 Regression] r233410 breaks bootstrap

2016-02-14 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69816 --- Comment #1 from Thomas Koenig --- Author: tkoenig Date: Sun Feb 14 15:13:39 2016 New Revision: 233411 URL: https://gcc.gnu.org/viewcvs?rev=233411&root=gcc&view=rev Log: 2016-02-14 Thomas Koenig PR fortran/60526 PR bootstr

[Bug fortran/60526] [4.9/5 Regression] Accepts-invalid: Variable name same as type name

2016-02-14 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60526 --- Comment #14 from Thomas Koenig --- Author: tkoenig Date: Sun Feb 14 15:13:39 2016 New Revision: 233411 URL: https://gcc.gnu.org/viewcvs?rev=233411&root=gcc&view=rev Log: 2016-02-14 Thomas Koenig PR fortran/60526 PR bootst

[Bug bootstrap/69816] New: [4.9 Regression] r233410 breaks bootstrap

2016-02-14 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69816 Bug ID: 69816 Summary: [4.9 Regression] r233410 breaks bootstrap Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap

[Bug fortran/69423] [6 Regression] Invalid optimization with deferred-length character

2016-02-14 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69423 --- Comment #10 from Paul Thomas --- Created attachment 37686 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37686&action=edit Provisional patch for the PR I have reworked the handling of deferred string function results to fix this PR. Cl

[Bug fortran/69741] forall array scalar loop counters

2016-02-14 Thread nickpapior at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69741 Nick changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Bug fortran/69741] forall array scalar loop counters

2016-02-14 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69741 Thomas Koenig changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug fortran/69815] New: Don't always use BLOCKS for front-end optimization variables

2016-02-14 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69815 Bug ID: 69815 Summary: Don't always use BLOCKS for front-end optimization variables Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: enhancement

[Bug fortran/69741] forall array scalar loop counters

2016-02-14 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69741 Dominique d'Humieres changed: What|Removed |Added Severity|critical|normal

[Bug fortran/60526] [4.9/5/6 Regression] Accepts-invalid: Variable name same as type name

2016-02-14 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60526 --- Comment #13 from Thomas Koenig --- Author: tkoenig Date: Sun Feb 14 12:23:59 2016 New Revision: 233410 URL: https://gcc.gnu.org/viewcvs?rev=233410&root=gcc&view=rev Log: 2016-02-14 Thomas Koenig PR fortran/60526 * decl.c

[Bug c++/69808] error: could not convert 'count' from 'eVeDisplayMenu' to 'int'

2016-02-14 Thread martin.gansser at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69808 mgansser at alice dot de changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|-

[Bug c++/66460] ICE using __func__ in constexpr function.

2016-02-14 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66460 --- Comment #9 from Markus Trippelsdorf --- *** Bug 69812 has been marked as a duplicate of this bug. ***

[Bug c++/69812] internal compiler error: Segmentation fault on Template Meta Programming

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

[Bug c++/66460] ICE using __func__ in constexpr function.

2016-02-14 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66460 --- Comment #8 from Markus Trippelsdorf --- *** Bug 69814 has been marked as a duplicate of this bug. ***

[Bug c++/69814] internal compiler error: Segmentation fault on Template Meta Programming

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