[Bug c++/78345] New: ice on invalid c++ code on x86_64-linux-gnu (internal compiler error: in cxx_eval_outermost_constant_expr, at cp/constexpr.c:4464)

2016-11-14 Thread chengniansun at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78345 Bug ID: 78345 Summary: ice on invalid c++ code on x86_64-linux-gnu (internal compiler error: in cxx_eval_outermost_constant_expr, at cp/constexpr.c:4464) Product: gcc

[Bug fortran/78300] Failure to compile a Fortran-2003 code with an optional dummy procedure argument.

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

[Bug fortran/78300] [OOP] Failure to compile a F03 code with an optional dummy procedure argument

2016-11-14 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78300 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||rejects-valid Target Milesto

[Bug target/78093] [avr] Introduce new variable attribute "absdata" to enable LDS / STS on Reduced Tiny

2016-11-14 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78093 --- Comment #2 from Georg-Johann Lay --- Author: gjl Date: Mon Nov 14 10:25:34 2016 New Revision: 242379 URL: https://gcc.gnu.org/viewcvs?rev=242379&root=gcc&view=rev Log: gcc/ PR target/78093 * doc/invoke.texi (AVR Options) [-ma

[Bug tree-optimization/78312] [7 Regression] wrong code probably due to VRP of multiplication

2016-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78312 --- Comment #3 from Richard Biener --- Author: rguenth Date: Mon Nov 14 10:33:15 2016 New Revision: 242380 URL: https://gcc.gnu.org/viewcvs?rev=242380&root=gcc&view=rev Log: 2016-11-14 Richard Biener PR tree-optimization/78312

[Bug tree-optimization/78312] [7 Regression] wrong code due to ssa-backprop

2016-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78312 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug debug/78112] [7 regression] invalid DWARF generated by the compiler: DIE has multiple AT_inline attributes

2016-11-14 Thread derodat at adacore dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78112 Pierre-Marie de Rodat changed: What|Removed |Added CC||thopre01 at gcc dot gnu.org ---

[Bug tree-optimization/78317] "if (x & constant) z |= constant" should not be rendered with jumps and conditional moves

2016-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78317 --- Comment #4 from Richard Biener --- The issue is probably that we very early end up with return x & 0x10 ? 0x10 : 0; and uncprop transforms that only to return x & 0x10 ? 0x10 : x; rather than return x & 0x10 ? x : x;

[Bug tree-optimization/78319] [7 Regression] PASS->FAIL: gcc.dg/uninit-pred-8_a.c bogus warning (test for bogus messages, line 20)

2016-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78319 Richard Biener changed: What|Removed |Added Target Milestone|--- |7.0 Summary|PASS->FAIL:

[Bug debug/78322] Debug info still present for fully optimized away functions

2016-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78322 --- Comment #1 from Richard Biener --- We produce an abstract copy for use by repeated inline copies.

[Bug rtl-optimization/78120] [6/7 Regression] If conversion no longer performed

2016-11-14 Thread jgreenhalgh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78120 --- Comment #9 from James Greenhalgh --- I haven't had a chance to bootstrap or benchmark it, but your patch looks reasonable to me.

[Bug c++/78334] [7 Regression] [C++1z] P0127R2 related ICE: Segmentation fault

2016-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78334 Richard Biener changed: What|Removed |Added Target Milestone|--- |7.0

[Bug tree-optimization/78335] Fold ~(1 << x) -> (~1 lrotate_expr x) on GIMPLE

2016-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78335 --- Comment #1 from Richard Biener --- Hmm, not sure if we want to expose rotates for this particular case (rotates are generally not well handled by passes).

[Bug middle-end/78333] always-inline gnu-inline functions break -finstrument-functions

2016-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78333 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/78325] [7 regression] r235825 causes gcc.target/mips/call-5.c, gcc.target/mips/call-6.c R_MIPS_JALR failures

2016-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78325 Richard Biener changed: What|Removed |Added CC||amodra at gcc dot gnu.org Target Mile

[Bug bootstrap/78338] [7 Regression] bootstrap broken on mips-linux-gnu

2016-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78338 Richard Biener changed: What|Removed |Added Target Milestone|--- |7.0

[Bug rtl-optimization/78342] [7 Regression] ICE in rtl_verify_bb_insns, at cfgrtl.c:2657 (error: flow control insn inside a basic block)

2016-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78342 Richard Biener changed: What|Removed |Added Target Milestone|--- |7.0

[Bug tree-optimization/78343] [6/7 Regression] Loop is not eliminated

2016-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78343 Richard Biener changed: What|Removed |Added CC||rguenth at gcc dot gnu.org Target Mil

[Bug c++/78345] [5/6/7 Regression] ICE on invalid c++ code on x86_64-linux-gnu (internal compiler error: in cxx_eval_outermost_constant_expr, at cp/constexpr.c:4464)

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

[Bug c++/78344] ICE on invalid c++ code on x86_64-linux-gnu (internal compiler error: tree check: expected tree_list, have error_mark in cp_check_const_attributes, at cp/decl2.c:1347)

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

[Bug c++/78341] ICE on invalid C++ code on x86_64-linux-gnu (internal compiler error: in cp_parser_std_attribute_spec, at cp/parser.c:24597)

2016-11-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78341 Martin Liška changed: What|Removed |Added Last reconfirmed||2016-11-14 CC|

[Bug c++/78341] ICE on invalid C++ code on x86_64-linux-gnu (internal compiler error: in cp_parser_std_attribute_spec, at cp/parser.c:24597)

2016-11-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78341 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug c++/78337] "internal compiler error: Segmentation fault", using local variable in lambda return-type deduction

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

[Bug libstdc++/78346] New: std::search with binary comparison predicate uses invalid reference

2016-11-14 Thread reagentoo at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78346 Bug ID: 78346 Summary: std::search with binary comparison predicate uses invalid reference Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/78317] "if (x & constant) z |= constant" should not be rendered with jumps and conditional moves

2016-11-14 Thread dhowells at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78317 --- Comment #5 from dhowells at redhat dot com --- Note that the issue doesn't require the value to be returned directly to trigger it: struct A { unsigned a; }; struct B { unsigned b; }; unsigned test5(struct A *x, struc

[Bug regression/78069] [7 Regression] -fprofile-update=atomic warning

2016-11-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78069 --- Comment #3 from Martin Liška --- Author: marxin Date: Mon Nov 14 12:09:48 2016 New Revision: 242386 URL: https://gcc.gnu.org/viewcvs?rev=242386&root=gcc&view=rev Log: Introduce -fprofile-update=prefer-atomic PR bootstrap/78069

[Bug regression/78069] [7 Regression] -fprofile-update=atomic warning

2016-11-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78069 Martin Liška changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/78093] [avr] New variable attribute "absdata" and option "-mabsdata" to enable LDS / STS on Reduced Tiny

2016-11-14 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78093 Georg-Johann Lay changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/78327] Improve VRP for ranges for compares which do ranges of [-TYPE_MAX + N, N]

2016-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78327 --- Comment #7 from Richard Biener --- Well, the issue is that we don't always use the "nice" unsigned rep for anti-range tests but "simplify" the special case (unsigned char) n + 125 <= 127 to a cheaper signed comparison against zero via /*

[Bug tree-optimization/78319] [7 Regression] PASS->FAIL: gcc.dg/uninit-pred-8_a.c bogus warning (test for bogus messages, line 20)

2016-11-14 Thread prathamesh3492 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78319 --- Comment #2 from prathamesh3492 at gcc dot gnu.org --- Hi Thomas, I am trying to cross-build for cortex-m4 to reproduce the issue locally. Could you please share the configure opts you used ? Thanks, Prathamesh

[Bug sanitizer/78267] [7 Regression] libsanitizer breaks bootstrap on x86_64-apple-darwin16 at r241977

2016-11-14 Thread howarth.at.gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78267 --- Comment #26 from Jack Howarth --- Created attachment 40034 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40034&action=edit trace.h differences between darwin15 and darwin16

[Bug sanitizer/78267] [7 Regression] libsanitizer breaks bootstrap on x86_64-apple-darwin16 at r241977

2016-11-14 Thread howarth.at.gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78267 --- Comment #27 from Jack Howarth --- IMHO, the fixincludes approach looks much more fragile than simply using the approach suggested in Comment 5 of... Index: libsanitizer/sanitizer_common/sanitizer_mac.cc ==

[Bug sanitizer/78267] [7 Regression] libsanitizer breaks bootstrap on x86_64-apple-darwin16 at r241977

2016-11-14 Thread m.ostapenko at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78267 --- Comment #28 from Maxim Ostapenko --- So, perhaps I can commit it (from #15) as Jakub suggested to restore GCC bootstrap for now?

[Bug sanitizer/78267] [7 Regression] libsanitizer breaks bootstrap on x86_64-apple-darwin16 at r241977

2016-11-14 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78267 --- Comment #29 from Iain Sandoe --- (In reply to Maxim Ostapenko from comment #28) > So, perhaps I can commit it (from #15) as Jakub suggested to restore GCC > bootstrap for now? if we're going down that path can we make the conditional __BLOCK

[Bug sanitizer/78267] [7 Regression] libsanitizer breaks bootstrap on x86_64-apple-darwin16 at r241977

2016-11-14 Thread howarth.at.gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78267 --- Comment #30 from Jack Howarth --- Created attachment 40035 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40035&action=edit proposed fix for fixing darwin15 and earlier bootstraps

[Bug sanitizer/78267] [7 Regression] libsanitizer breaks bootstrap on x86_64-apple-darwin16 at r241977

2016-11-14 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78267 --- Comment #31 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #29 from Iain Sandoe --- [...] > FWIW, the SDKs don't generally change once N+1 is out, so I think that the > fixes to 10.10 and 10.11 will not be fragile, they just need

[Bug tree-optimization/78319] [7 Regression] PASS->FAIL: gcc.dg/uninit-pred-8_a.c bogus warning (test for bogus messages, line 20)

2016-11-14 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78319 --- Comment #3 from Thomas Preud'homme --- (In reply to prathamesh3492 from comment #2) > Hi Thomas, > I am trying to cross-build for cortex-m4 to reproduce the issue locally. > Could you please share the configure opts you used ? > > Thanks, >

[Bug sanitizer/78267] [7 Regression] libsanitizer breaks bootstrap on x86_64-apple-darwin16 at r241977

2016-11-14 Thread howarth.at.gcc at gmail dot com
eveloper/usr/bin/make make[3]: Nothing to be done for `all'. make[3]: Nothing to be done for `all'. make[3]: *** No rule to make target `../../gcc-7-20161114/gcc/c/c-parser.h', needed by `s-gtype'. Stop. make[2]: *** [all-stage1-gcc] Error 2 make[1]: *** [stage1-bubble] Error 2 make: *** [all] Error 2

[Bug c++/78269] FAIL: FAIL: g++.dg/cpp1z/noexcept-type11.C and FAIL: g++.dg/cpp1z/noexcept-type9.C

2016-11-14 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78269 --- Comment #4 from Thomas Preud'homme --- This seems to have been fixed. I do not see this anymore.

[Bug libstdc++/78326] incorrect c++ usage in experimental/vector and others? _X_max_align is inaccessible

2016-11-14 Thread mib.bugzilla at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78326 --- Comment #5 from mib.bugzilla at gmail dot com --- Thanks so much. It would be great if this problem could be identified in the compiler, could you create a bug report, or just add another remark if you want me to create the bug report. Best r

[Bug bootstrap/78347] New: r242387 breaks darwin bootstrap

2016-11-14 Thread howarth.at.gcc at gmail dot com
-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-7-20161114/gcc -I../../gcc-7

[Bug bootstrap/78347] r242387 breaks darwin bootstrap

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

[Bug debug/78322] Debug info still present for fully optimized away functions

2016-11-14 Thread dblaikie at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78322 --- Comment #2 from David Blaikie --- (In reply to Richard Biener from comment #1) > We produce an abstract copy for use by repeated inline copies. Yep! Is it still reasonable to consider it a bug (or at least a feature request) that this is sti

[Bug c++/69600] Incorrect use of copy-assignment instead of move assignment from function

2016-11-14 Thread sshannin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69600 --- Comment #4 from sshannin at gmail dot com --- FWIW, this seems to be fixed on trunk. Still fails for at least 6.2, 5.4, and 4.9.4, but does compile with 7/trunk and 4.8.5 https://godbolt.org/g/hx9q4S

[Bug fortran/78300] [OOP] Failure to compile a F03 code with an optional dummy procedure argument

2016-11-14 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78300 janus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|un

[Bug tree-optimization/78348] New: [7 REGRESSION] 15% performance drop for coremark-pro/nnet-test after r242038

2016-11-14 Thread ysrumyan at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78348 Bug ID: 78348 Summary: [7 REGRESSION] 15% performance drop for coremark-pro/nnet-test after r242038 Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: norm

[Bug tree-optimization/78348] [7 REGRESSION] 15% performance drop for coremark-pro/nnet-test after r242038

2016-11-14 Thread ysrumyan at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78348 --- Comment #1 from Yuri Rumyantsev --- Created attachment 40036 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40036&action=edit test-case to reproduce Must be compiled with -O3 option to reproduce.

[Bug tree-optimization/77445] [7 Regression] Performance drop after r239219 on coremark test

2016-11-14 Thread ysrumyan at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77445 --- Comment #4 from Yuri Rumyantsev --- Ping. Do you have any progress on this? Thanks.

[Bug middle-end/78306] [CilkPlus] "inlining failed in call to always_inline ‘memset’: function not inlinable" with -fcilkplus

2016-11-14 Thread iblue at gmx dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78306 --- Comment #2 from Markus Fenske --- Thanks for the suggested workaround. Moving all the always_inline functions into a wrapper was no option, because it's not just memset but my code relies on avx intrinsics and would be dead slow if I would ne

[Bug middle-end/78306] [CilkPlus] "inlining failed in call to always_inline ‘memset’: function not inlinable" with -fcilkplus

2016-11-14 Thread iblue at gmx dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78306 Markus Fenske changed: What|Removed |Added CC||iblue at gmx dot net --- Comment #3 from

[Bug fortran/78300] [OOP] Failure to compile a F03 code with an optional dummy procedure argument

2016-11-14 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78300 --- Comment #14 from janus at gcc dot gnu.org --- Author: janus Date: Mon Nov 14 16:55:01 2016 New Revision: 242392 URL: https://gcc.gnu.org/viewcvs?rev=242392&root=gcc&view=rev Log: 2016-11-14 Janus Weil PR fortran/78300 * re

[Bug sanitizer/78267] [7 Regression] libsanitizer breaks bootstrap on x86_64-apple-darwin16 at r241977

2016-11-14 Thread howarth.at.gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78267 --- Comment #33 from Jack Howarth --- Alternative fix posted at https://gcc.gnu.org/ml/gcc-patches/2016-11/msg01366.html

[Bug fortran/78300] [OOP] Failure to compile a F03 code with an optional dummy procedure argument

2016-11-14 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78300 janus at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|--

[Bug c++/78349] New: function returning std::basic_string missing [abi:cxx11] tag

2016-11-14 Thread thighland at vectranetworks dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78349 Bug ID: 78349 Summary: function returning std::basic_string missing [abi:cxx11] tag Product: gcc Version: 5.4.0 Status: UNCONFIRMED Severity: normal P

[Bug ipa/78258] [7 Regression] ICE in compare_values_warnv, at tree-vrp.c:1218

2016-11-14 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78258 --- Comment #6 from Gerhard Steinmetz --- Indeed, ICE is gone. Confirmed with gfortran-7-20161113.

[Bug fortran/78350] ICE in gfc_code2string(): Bad code, at fortran/misc.c:193

2016-11-14 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78350 --- Comment #1 from Gerhard Steinmetz --- Whereas, wrapped in a program : $ cat z2.f90 program p type t character(2) :: c(1) = [character(3) :: 'abc'] end type type(t) :: x print *, x end $ gfortran-7-20161113 z2.f90 $ a.o

[Bug c++/67631] brace initialization bug

2016-11-14 Thread howard.hinnant at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67631 --- Comment #4 from Howard Hinnant --- This bug needs some attention because Howard Hinnant's date library is making it common for people to hit this bug. The date library: https://github.com/HowardHinnant/date This library is sufficiently pop

[Bug fortran/78350] New: ICE in gfc_code2string(): Bad code, at fortran/misc.c:193

2016-11-14 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78350 Bug ID: 78350 Summary: ICE in gfc_code2string(): Bad code, at fortran/misc.c:193 Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priori

[Bug fortran/78351] New: comma not terminating READ of formatted input field - ok in 4.1.7, not 4.4.7- maybe related to 25419?

2016-11-14 Thread kevin.b.beard at nasa dot gov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78351 Bug ID: 78351 Summary: comma not terminating READ of formatted input field - ok in 4.1.7, not 4.4.7- maybe related to 25419? Product: gcc Version: 4.4.7 Status: UNCONFIRM

[Bug c++/67631] brace initialization bug

2016-11-14 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67631 --- Comment #5 from Markus Trippelsdorf --- A workaround is to drop the "explicit" specifier for the operator.

[Bug c++/67631] brace initialization bug

2016-11-14 Thread howard.hinnant at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67631 --- Comment #6 from Howard Hinnant --- Dropping the `explicit` specifier for the operator is an "over my dead body", sorry. That would be horrible. The next best workaround is to "respell" the explicit int operator() as `as_int() const`. But t

[Bug fortran/78351] comma not terminating READ of formatted input field - ok in 4.1.7, not 4.4.7- maybe related to 25419?

2016-11-14 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78351 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org --- Comment

[Bug libfortran/51119] MATMUL slow for large matrices

2016-11-14 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51119 Jerry DeLisle changed: What|Removed |Added Assignee|jb at gcc dot gnu.org |jvdelisle at gcc dot gnu.org ---

[Bug fortran/78351] comma not terminating READ of formatted input field - ok in 4.1.7, not 4.4.7- maybe related to 25419?

2016-11-14 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78351 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/78328] wrong wording for unbounded alloc case in -Walloca-larger-than note

2016-11-14 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78328 Aldy Hernandez changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/78351] comma not terminating READ of formatted input field - ok in 4.1.7, not 4.4.7- maybe related to 25419?

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

[Bug target/77346] [7 Regression] ICE in push_reload, at reload.c:1350

2016-11-14 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77346 Aldy Hernandez changed: What|Removed |Added Status|WAITING |UNCONFIRMED Ever confirmed|1

[Bug c/78352] New: GCC lacks support for the Apple "blocks" extension to the C family of languages

2016-11-14 Thread egall at gwmail dot gwu.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78352 Bug ID: 78352 Summary: GCC lacks support for the Apple "blocks" extension to the C family of languages Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: n

[Bug sanitizer/78267] [7 Regression] libsanitizer breaks bootstrap on x86_64-apple-darwin16 at r241977

2016-11-14 Thread egall at gwmail dot gwu.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78267 --- Comment #34 from Eric Gallager --- (In reply to Iain Sandoe from comment #23) > (In reply to Eric Gallager from comment #22) > > > > To be specific, they're not supported by the FSF release of GCC. Apple's > > fork of GCC supported blocks ba

[Bug fortran/53796] I/O INQUIRE of RECL: If not specified in OPEN, the default value should be returned (sequential access)

2016-11-14 Thread t.kondic at leeds dot ac.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53796 toK changed: What|Removed |Added CC||t.kondic at leeds dot ac.uk --- Comment #17 from t

[Bug c++/77922] Bogus suggestion: ‘constexpr’ does not name a type; did you mean ‘constexpr’?

2016-11-14 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77922 David Malcolm changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug other/78252] C++ demangler crashes with infinite recursion

2016-11-14 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78252 Nathan Sidwell changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/78351] comma not terminating READ of formatted input field - ok in 4.1.7, not 4.4.7- maybe related to 25419?

2016-11-14 Thread jvdelisle at charter dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78351 --- Comment #4 from jvdelisle at charter dot net --- On 11/14/2016 11:09 AM, kargl at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78351 > > kargl at gcc dot gnu.org changed: > >What|Removed

[Bug rtl-optimization/78325] [7 regression] r235825 causes gcc.target/mips/call-5.c, gcc.target/mips/call-6.c R_MIPS_JALR failures

2016-11-14 Thread amodra at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78325 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug lto/78353] New: -flto omits some -Wl flags

2016-11-14 Thread nico at linaro dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78353 Bug ID: 78353 Summary: -flto omits some -Wl flags Product: gcc Version: 6.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto Assignee

[Bug rtl-optimization/78325] [7 regression] r235825 causes gcc.target/mips/call-5.c, gcc.target/mips/call-6.c R_MIPS_JALR failures

2016-11-14 Thread amodra at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78325 --- Comment #2 from Alan Modra --- Created attachment 40040 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40040&action=edit proposed fix This hasn't been bootstrapped yet anywhere, but ought to keep pr70890 fixed and does result in mips c

[Bug ipa/78258] [7 Regression] ICE in compare_values_warnv, at tree-vrp.c:1218

2016-11-14 Thread kugan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78258 kugan at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

[Bug tree-optimization/78121] [7 Regression] ice in set_value_range

2016-11-14 Thread kugan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78121 kugan at gcc dot gnu.org changed: What|Removed |Added CC||gerhard.steinmetz.fortran@t

[Bug driver/47785] GCC with -flto does not pass -Wa options to the assembler

2016-11-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47785 Andrew Pinski changed: What|Removed |Added CC||nico at linaro dot org --- Comment #10 f

[Bug lto/78353] -flto omits some -Wl flags

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

[Bug tree-optimization/78348] [7 REGRESSION] 15% performance drop for coremark-pro/nnet-test after r242038

2016-11-14 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78348 --- Comment #2 from Jim Wilson --- The testcase doesn't produce runable code, and I'm not sure if I have access to any haswell parts, but I can make a few comments. The testcase requires -O3 -ftree-loop-distribution to reproduce. Without my pat

[Bug tree-optimization/78354] New: range information lost after unsigned conversion

2016-11-14 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78354 Bug ID: 78354 Summary: range information lost after unsigned conversion Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tr

[Bug tree-optimization/78354] range information lost after unsigned conversion

2016-11-14 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78354 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/78355] New: LRA generates unaligned accesses when SLOW_UNALIGNED_ACCESS is 1

2016-11-14 Thread pipcet at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78355 Bug ID: 78355 Summary: LRA generates unaligned accesses when SLOW_UNALIGNED_ACCESS is 1 Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/78356] New: segfault allocating polymorphic variable with polymorphic component with allocatable component

2016-11-14 Thread abensonca at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78356 Bug ID: 78356 Summary: segfault allocating polymorphic variable with polymorphic component with allocatable component Product: gcc Version: 7.0 Status: UNCONFIRMED

[Bug tree-optimization/77848] Gimple if-conversion results in redundant comparisons

2016-11-14 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77848 --- Comment #19 from Bill Schmidt --- I have a patch that solves this problem by always versioning loops when vectorization is enabled, and also sets up if-conversion for outer loops so that outer-loop vectorization can succeed as before. Surpri

[Bug fortran/77505] Negative character length not treated as LEN=0

2016-11-14 Thread elizebethp at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77505 --- Comment #5 from Elizebeth Punnoose --- Hi Steve, To answer your first question, I am covered by the HPE corporate assignment. When posting the patch, I will be doing so from my corporate email id. The Fortran 2008 standards page at http://w

[Bug middle-end/68933] ICE when mixing "-fprofile-arcs -ftest-coverage" and "-fcoarray=lib"

2016-11-14 Thread zbeekman at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68933 --- Comment #3 from Zaak --- I have confirmed this bug. Are has anyone else looked at this?

[Bug target/78357] New: nios2 uses non-standard atomic functions

2016-11-14 Thread sebastian.hu...@embedded-brains.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78357 Bug ID: 78357 Summary: nios2 uses non-standard atomic functions Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug c++/78358] New: [7 Regression] wrong types for std::typle decomposition

2016-11-14 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78358 Bug ID: 78358 Summary: [7 Regression] wrong types for std::typle decomposition Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority

[Bug c/78359] New: Redeclaration of global variables is not reported

2016-11-14 Thread robert.kollataj at ac dot com.pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78359 Bug ID: 78359 Summary: Redeclaration of global variables is not reported Product: gcc Version: 5.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c/78359] Redeclaration of global variables is not reported

2016-11-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78359 --- Comment #1 from Andrew Pinski --- Because int Counter in the global scope is consider a tentative definition.

[Bug c/78359] Redeclaration of global variables is not reported

2016-11-14 Thread robert.kollataj at ac dot com.pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78359 --- Comment #2 from hugo74 --- (In reply to Andrew Pinski from comment #1) > Because > int Counter > > in the global scope is consider a tentative definition. What is meant by "tentative declaration" ? It is very misleading. It should not work

[Bug c/78359] Redeclaration of global variables is not reported

2016-11-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78359 --- Comment #3 from Andrew Pinski --- http://en.cppreference.com/w/c/language/extern

[Bug c/78359] Redeclaration of global variables is not reported

2016-11-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78359 --- Comment #4 from Andrew Pinski --- (In reply to hugo74 from comment #2) > (In reply to Andrew Pinski from comment #1) > > Because > > int Counter > > > > in the global scope is consider a tentative definition. > > What is meant by "tentativ

[Bug libstdc++/78360] New: missing throw()s in explicit instantiation declarations for has_facet()

2016-11-14 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78360 Bug ID: 78360 Summary: missing throw()s in explicit instantiation declarations for has_facet() Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal

[Bug c++/78361] New: [7 regression][c++1z] std::__is_referenceable doesn't handle noexcept function types

2016-11-14 Thread lucdanton at free dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78361 Bug ID: 78361 Summary: [7 regression][c++1z] std::__is_referenceable doesn't handle noexcept function types Product: gcc Version: 7.0 Status: UNCONFIRMED Severi