[Bug c/63368] Provide an implementation for `__sync_val_compare_and_swap_8' on powerpc (32bits)

2014-09-30 Thread mathieu.malaterre at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63368 Mathieu Malaterre changed: What|Removed |Added Status|RESOLVED|VERIFIED Resolution|INVALID

[Bug tree-optimization/63411] [4.9/5 regression] ivopt produces wrong struct offset

2014-09-30 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63411 Oleg Endo changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/63411] [4.9/5 regression] ivopt produces wrong struct offset

2014-09-30 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63411 amker at gcc dot gnu.org changed: What|Removed |Added CC||amker at gcc dot gnu.org --- C

[Bug tree-optimization/63411] [4.9/5 regression] ivopt produces wrong struct offset

2014-09-30 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63411 --- Comment #5 from Oleg Endo --- (In reply to amker from comment #4) > > We saw similar problems on arm too. Problem is IVOPT's model doesn't know > the detail of target addressing mode. This is should be fixed by improving > function get_add

[Bug sanitizer/56393] SIGSEGV when -fsanitize=address and dynamic lib with global objects

2014-09-30 Thread y.gribov at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56393 --- Comment #46 from Yury Gribov --- Can we close this one? Does not seem to repro in trunk.

[Bug c++/16564] g++ seems to go into an infinite loop after errors

2014-09-30 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16564 --- Comment #23 from Paolo Carlini --- Manuel, I'm looking into this. I think it makes sense to also submit the testcase updates, or at least provide a breakdown. I'm working on that.

[Bug c++/63412] aliasing issue exposed by inlining

2014-09-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63412 --- Comment #3 from Jonathan Wakely --- https://gcc.gnu.org/bugs/ "Similarly, if compiling with -fno-strict-aliasing -fwrapv -fno-aggressive-loop-optimizations makes a difference, your code probably is not correct." Turning off strict aliasing

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

2014-09-30 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212 --- Comment #49 from Kazumoto Kojima --- (In reply to Oleg Endo from comment #48) > The array at i = 699 doesn't seem to contain anything valid. It looks that (expr_list:DF (use (mem:DF (reg/f:SI 699) [0 S8 A32])) which shows an argument of c

[Bug lto/63409] [5 Regression] FAIL: g++.dg/lto/pr63270 cp_lto_pr63270_0.o-cp_lto_pr63270_1.o link, -flto -O2 -Wno-odr -fno-linker-plugin

2014-09-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63409 Richard Biener changed: What|Removed |Added Target||x86_64-*-* Target Milestone|---

[Bug target/63408] [4.8 regression] GCC emits incorrect FMA instruction on Cortex-M4 target

2014-09-30 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63408 Richard Earnshaw changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/61605] Potential optimization: Keep unclobbered argument registers live across function calls

2014-09-30 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61605 --- Comment #6 from vries at gcc dot gnu.org --- Created attachment 33618 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33618&action=edit [1/2] Use fuse-caller-save-info in cprop-hardreg

[Bug rtl-optimization/61605] Potential optimization: Keep unclobbered argument registers live across function calls

2014-09-30 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61605 --- Comment #7 from vries at gcc dot gnu.org --- Created attachment 33619 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33619&action=edit [2/2] Don't regard a copy with identical src and dest as killing dest This patch adds handling of cop

[Bug inline-asm/63282] [4.8/4.9/5 Regression] ICE in redirect_jump_1

2014-09-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63282 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Tue Sep 30 10:30:45 2014 New Revision: 215712 URL: https://gcc.gnu.org/viewcvs?rev=215712&root=gcc&view=rev Log: PR inline-asm/63282 * ifcvt.c (dead_or_predicable): Don't call red

[Bug inline-asm/63282] [4.8/4.9/5 Regression] ICE in redirect_jump_1

2014-09-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63282 --- Comment #6 from Jakub Jelinek --- Author: jakub Date: Tue Sep 30 10:33:25 2014 New Revision: 215713 URL: https://gcc.gnu.org/viewcvs?rev=215713&root=gcc&view=rev Log: PR inline-asm/63282 * ifcvt.c (dead_or_predicable): Don't call red

[Bug libstdc++/63400] [C++11]precision of std::chrono::high_resolution_clock

2014-09-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63400 --- Comment #6 from Jonathan Wakely --- Maybe we should make high_resolution_clock a typedef for steady_clock on mingw-w64 but maybe only when using winpthreads.

[Bug inline-asm/63282] [4.8/4.9/5 Regression] ICE in redirect_jump_1

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

[Bug lto/63409] [5 Regression] FAIL: g++.dg/lto/pr63270 cp_lto_pr63270_0.o-cp_lto_pr63270_1.o link, -flto -O2 -Wno-odr -fno-linker-plugin

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

[Bug lto/63409] [5 Regression] FAIL: g++.dg/lto/pr63270 cp_lto_pr63270_0.o-cp_lto_pr63270_1.o link, -flto -O2 -Wno-odr -fno-linker-plugin

2014-09-30 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63409 Martin Liška changed: What|Removed |Added CC||mliska at suse dot cz --- Comment #2 from

[Bug middle-end/35545] tracer pass is run too late

2014-09-30 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35545 --- Comment #24 from Martin Liška --- Hello Honza. I've been working on SPEC numbers, I will send it this evening.

[Bug c++/63414] New: template parse error using < operator

2014-09-30 Thread tomalk at mathematik dot uni-freiburg.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63414 Bug ID: 63414 Summary: template parse error using < operator Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/63414] template parse error using < operator

2014-09-30 Thread tomalk at mathematik dot uni-freiburg.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63414 --- Comment #1 from Tobias Malkmus --- #include template int bar ( const T& ) { return 0; } struct Foo { int bar; }; template void callBar ( F& foo ) { if( foo.bar<0 ) std::cout<

[Bug c++/63414] template parse error using < operator

2014-09-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63414 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid Status|UNCON

[Bug c++/63415] New: internal compiler error: unexpected expression ‘static_cast(std::is_same{})’ of kind static_cast_expr

2014-09-30 Thread tnozicka at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63415 Bug ID: 63415 Summary: internal compiler error: unexpected expression ‘static_cast(std::is_same{})’ of kind static_cast_expr Product: gcc Version: 4.9.1

[Bug c++/63414] template parse error using < operator

2014-09-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63414 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/10200] Weird clash with same names in different scopes

2014-09-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=10200 Andrew Pinski changed: What|Removed |Added CC||tomalk at mathematik dot uni-freib

[Bug c++/63415] internal compiler error: unexpected expression ‘static_cast(std::is_same{})’ of kind static_cast_expr

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

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

2014-09-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63415 Jonathan Wakely changed: What|Removed |Added Keywords||ice-on-valid-code Summary|i

[Bug c++/59759] internal compiler error: in unify, using std::enable_if on classes

2014-09-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59759 --- Comment #8 from Jonathan Wakely --- If this isn't a regression (which it doesn't seem to be) then setting Target Milestone to 4.8.4 doesn't seem appropriate.

[Bug c/63307] [4.9/5 Regression] Cilk+ breaks -fcompare-debug bootstrap

2014-09-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63307 --- Comment #4 from Jakub Jelinek --- (In reply to Igor Zamyatin from comment #3) > (In reply to Jakub Jelinek from comment #2) > > > > > > + vec_arglist.release(); > > > > Formatting. You could use auto_vec, perhaps with some stack allocate

[Bug c++/62056] Long compile times with large tuples

2014-09-30 Thread kaballo86 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62056 --- Comment #6 from Agustín Bergé --- (In reply to Piotr Dziwinski from comment #5) > It seems > the recursive version of `std::tuple` is not going to be optimized easily > and the new flat implementation is the way to go here. Well, not necessa

[Bug c/63307] [4.9/5 Regression] Cilk+ breaks -fcompare-debug bootstrap

2014-09-30 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63307 --- Comment #3 from Igor Zamyatin --- (In reply to Jakub Jelinek from comment #2) > > > + vec_arglist.release(); > > Formatting. You could use auto_vec, perhaps with some stack allocated > initial buffer if you think say 16 vector elements w

[Bug c++/59759] internal compiler error: in unify, using std::enable_if on classes

2014-09-30 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59759 --- Comment #9 from Markus Trippelsdorf --- (In reply to Jonathan Wakely from comment #8) > If this isn't a regression (which it doesn't seem to be) then setting Target > Milestone to 4.8.4 doesn't seem appropriate. Feel free to adjust.

[Bug c++/16564] g++ seems to go into an infinite loop after errors

2014-09-30 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16564 --- Comment #24 from Manuel López-Ibáñez --- (In reply to Paolo Carlini from comment #23) > Manuel, I'm looking into this. I think it makes sense to also submit the > testcase updates, or at least provide a breakdown. I'm working on that. Thanks

[Bug rtl-optimization/61605] Potential optimization: Keep unclobbered argument registers live across function calls

2014-09-30 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61605 vries at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|un

[Bug c++/62056] Long compile times with large tuples

2014-09-30 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62056 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/62056] Long compile times with large tuples

2014-09-30 Thread kaballo86 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62056 --- Comment #8 from Agustín Bergé --- (In reply to Manuel López-Ibáñez from comment #7) > (In reply to Agustín Bergé from comment #6) > > Well, not necessarily, It's not `std::tuple` which is at fault, but the > > compiler (gcc and every other).

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

2014-09-30 Thread gerrit.los at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63405 Gert-jan Los changed: What|Removed |Added CC||gerrit.los at gmail dot com --- Comment #

[Bug ipa/63416] New: Three calls to empty functions via pointers get folded, but not inlined

2014-09-30 Thread felix.shvaiger at emc dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63416 Bug ID: 63416 Summary: Three calls to empty functions via pointers get folded, but not inlined Product: gcc Version: 4.7.4 Status: UNCONFIRMED Severity: normal

[Bug ipa/63416] Three calls to empty functions via pointers get folded, but not inlined

2014-09-30 Thread felix.shvaiger at emc dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63416 --- Comment #1 from Felix Shvaiger --- Created attachment 33621 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33621&action=edit 2 function calls -> (for comparison) folded, inlined

[Bug ipa/63416] Three calls to empty functions via pointers get folded, but not inlined

2014-09-30 Thread felix.shvaiger at emc dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63416 --- Comment #2 from Felix Shvaiger --- Created attachment 33622 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33622&action=edit disassembly of compiled a1.c -- bad code

[Bug ipa/63416] Three calls to empty functions via pointers get folded, but not inlined

2014-09-30 Thread felix.shvaiger at emc dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63416 --- Comment #3 from Felix Shvaiger --- Created attachment 33623 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33623&action=edit disassembly of compiled a2.c -- good code

[Bug plugins/63410] [Regression] pass_instances.def is not installed

2014-09-30 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63410 --- Comment #1 from dmalcolm at gcc dot gnu.org --- Author: dmalcolm Date: Tue Sep 30 15:41:11 2014 New Revision: 215727 URL: https://gcc.gnu.org/viewcvs?rev=215727&root=gcc&view=rev Log: PR plugins/63410: Fix missing headers for plugins gcc/

[Bug c/63417] New: scanf: problem handling %hhd format

2014-09-30 Thread subc2 at wp dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63417 Bug ID: 63417 Summary: scanf: problem handling %hhd format Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c A

[Bug c/63417] scanf: problem handling %hhd format

2014-09-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63417 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/62120] [ICE] ADDITIONAL_REGISTER_NAMES for [YZ]MMs, regno>8 should be disable in 32-bit

2014-09-30 Thread tocarip at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62120 --- Comment #1 from tocarip at gcc dot gnu.org --- Author: tocarip Date: Tue Sep 30 16:04:15 2014 New Revision: 215729 URL: https://gcc.gnu.org/viewcvs?rev=215729&root=gcc&view=rev Log: Fix PR 62120. gcc/ 2014-09-30 Ilya Tocar PR midd

[Bug preprocessor/58893] [4.8/4.9/5 Regression] :0:0: internal compiler error: Segmentation fault

2014-09-30 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58893 --- Comment #12 from edlinger at gcc dot gnu.org --- Author: edlinger Date: Tue Sep 30 16:08:53 2014 New Revision: 215730 URL: https://gcc.gnu.org/viewcvs?rev=215730&root=gcc&view=rev Log: 2014-09-30 Bernd Edlinger PR preprocessor/58893

[Bug plugins/63410] [Regression] pass_instances.def is not installed

2014-09-30 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63410 --- Comment #2 from dmalcolm at gcc dot gnu.org --- Author: dmalcolm Date: Tue Sep 30 16:32:33 2014 New Revision: 215731 URL: https://gcc.gnu.org/viewcvs?rev=215731&root=gcc&view=rev Log: PR plugins/63410 Fix missing pass-instances.def gcc/

[Bug plugins/63410] [Regression] pass_instances.def is not installed

2014-09-30 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63410 dmalcolm at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[Bug fortran/61669] Error recovery ICE

2014-09-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61669 --- Comment #3 from Jakub Jelinek --- Steven, do you plan to commit your fix which has been acked back in August?

[Bug c/63418] New: false positive with -Wmaybe-uninitialized

2014-09-30 Thread kcc at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63418 Bug ID: 63418 Summary: false positive with -Wmaybe-uninitialized Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

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

2014-09-30 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63419 Bug ID: 63419 Summary: verify_gimple failed: "vector CONSTRUCTOR element is not a GIMPLE value" Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal

[Bug c++/16564] g++ seems to go into an infinite loop after errors

2014-09-30 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16564 --- Comment #25 from paolo at gcc dot gnu.org --- Author: paolo Date: Tue Sep 30 17:10:35 2014 New Revision: 215733 URL: https://gcc.gnu.org/viewcvs?rev=215733&root=gcc&view=rev Log: cp/ 2014-09-30 Manuel López-Ibáñez PR c++/16564

[Bug c++/16564] g++ seems to go into an infinite loop after errors

2014-09-30 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16564 --- Comment #26 from paolo at gcc dot gnu.org --- Author: paolo Date: Tue Sep 30 17:11:38 2014 New Revision: 215734 URL: https://gcc.gnu.org/viewcvs?rev=215734&root=gcc&view=rev Log: cp/ 2014-09-30 Manuel López-Ibáñez PR c++/16564

[Bug c++/16564] g++ seems to go into an infinite loop after errors

2014-09-30 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16564 --- Comment #27 from Paolo Carlini --- Can we close the bug?

[Bug c/63420] New: GCC 4.8.2: Bitshift second operand range not as per manual.

2014-09-30 Thread aainscow at uk dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63420 Bug ID: 63420 Summary: GCC 4.8.2: Bitshift second operand range not as per manual. Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug c++/16564] g++ seems to go into an infinite loop after errors

2014-09-30 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16564 --- Comment #28 from Manuel López-Ibáñez --- (In reply to Paolo Carlini from comment #27) > Can we close the bug? There is still the issue that we print: x.ii:5: instantiated from `S > > > > > > > > > > but that is PR43113, so I think yes,

[Bug target/58139] PowerPC volatile VSX register live across call

2014-09-30 Thread ma...@linux-mips.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58139 --- Comment #16 from Maciej W. Rozycki --- The unwinder issue has been now fixed along PR target/60102, rev. 213596.

[Bug c++/16564] g++ seems to go into an infinite loop after errors

2014-09-30 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16564 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED CC|paolo.carlin

[Bug c++/43113] too long diagnostics in some cases of recursive template instantiation

2014-09-30 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43113 Bug 43113 depends on bug 16564, which changed state. Bug 16564 Summary: g++ seems to go into an infinite loop after errors https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16564 What|Removed |Added -

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

2014-09-30 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63405 Matthias Klose changed: What|Removed |Added CC||doko at gcc dot gnu.org Known to w

[Bug c++/26099] support for type traits is not available

2014-09-30 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26099 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|NEW CC|gcc-bugs at gcc d

[Bug c++/62056] Long compile times with large tuples

2014-09-30 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62056 --- Comment #9 from Manuel López-Ibáñez --- (In reply to Agustín Bergé from comment #8) > Please let me know if I can help you in any other way. Thanks for the detailed explanation. As for the g++ issue, then a minimal testcase that does not i

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

2014-09-30 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63405 --- Comment #4 from Markus Trippelsdorf --- (In reply to Matthias Klose from comment #3) > you need -fstack-protector or -fstack-protector-strong to reproduce this. That still doesn't ICE the compiler on 4.9 branch.

[Bug c/63418] false positive with -Wmaybe-uninitialized

2014-09-30 Thread kcc at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63418 --- Comment #1 from Kostya Serebryany --- Created attachment 33626 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33626&action=edit w1.c attached the repro

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

2014-09-30 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63405 --- Comment #5 from Markus Trippelsdorf --- (In reply to Markus Trippelsdorf from comment #4) > (In reply to Matthias Klose from comment #3) > > you need -fstack-protector or -fstack-protector-strong to reproduce this. > > That still doesn't ICE

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

2014-09-30 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63405 --- Comment #6 from Markus Trippelsdorf --- Ah, the system compiler was build slightly before Jason's r215172 checkin from 20140911. gcc version 4.9.2 20140911 (prerelease) (GCC)

[Bug c/36750] -Wmissing-field-initializers relaxation request

2014-09-30 Thread dcsommer at fb dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36750 Daniel Sommermann changed: What|Removed |Added CC||dcsommer at fb dot com --- Comment #

[Bug sanitizer/63316] [5.0 Regression] False asan positive

2014-09-30 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63316 Joost VandeVondele changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/62056] Long compile times with large tuples

2014-09-30 Thread kaballo86 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62056 --- Comment #10 from Agustín Bergé --- (In reply to Manuel López-Ibáñez from comment #9) > I cannot say if the libstdc++ implementation could be better >From a compile-time performance point of view it is, check the implementation attached to th

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

2014-09-30 Thread gerrit.los at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63405 --- Comment #7 from Gert-jan Los --- 2014-09-30 20:39:22 CEST schrieb trippels at gcc dot gnu.org: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63405 > > --- Comment #6 from Markus Trippelsdorf --- > Ah, the system compiler was build slightly

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

2014-09-30 Thread gerrit.los at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63405 --- Comment #8 from Gert-jan Los --- Created attachment 33629 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33629&action=edit bisect.log --- Comment #9 from Gert-jan Los --- Created attachment 33630 --> https://gcc.gnu.org/bugzilla/att

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

2014-09-30 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212 --- Comment #50 from Oleg Endo --- Author: olegendo Date: Tue Sep 30 22:12:42 2014 New Revision: 215744 URL: https://gcc.gnu.org/viewcvs?rev=215744&root=gcc&view=rev Log: PR target/55212 * lra.c (lra_update_insn_regno_info): Handle mem args in c

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

2014-09-30 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212 --- Comment #51 from Oleg Endo --- (In reply to Oleg Endo from comment #50) > Author: olegendo > Date: Tue Sep 30 22:12:42 2014 > New Revision: 215744 > > URL: https://gcc.gnu.org/viewcvs?rev=215744&root=gcc&view=rev > Log: > PR target/55212 > *

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

2014-09-30 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212 --- Comment #52 from Oleg Endo --- Created attachment 33632 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33632&action=edit Reduced case of error: in assign_by_spills, at lra-assigns.c:1335

[Bug c/63418] false positive with -Wmaybe-uninitialized

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

[Bug c/63418] false positive with -Wmaybe-uninitialized

2014-09-30 Thread kcc at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63418 --- Comment #3 from Kostya Serebryany --- Thanks for confirming the current state of this warning :)

[Bug c/63421] New: GCC generates a very misleading warning when looking at an erroneously-overloaded type

2014-09-30 Thread gccbugs at dima dot secretsauce.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63421 Bug ID: 63421 Summary: GCC generates a very misleading warning when looking at an erroneously-overloaded type Product: gcc Version: 4.9.1 Status: UNCONFIRMED Se

[Bug debug/62225] DW_AT_location for local variable is missing

2014-09-30 Thread sandra at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62225 Sandra Loosemore changed: What|Removed |Added CC||sandra at codesourcery dot com --- Co

[Bug debug/63285] [4.9 Regression] -fcompare-debug scheduler related failure

2014-09-30 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63285 --- Comment #6 from Vladimir Makarov --- (In reply to Jakub Jelinek from comment #5) > Vlad, do you plan to apply this to 4.9 and 4.8 branches too? > For 4.9, I've bootstrapped/regtested it on > {x86_64,i686,armv7hl,aarch64}-linux. Yes, I have p

[Bug inline-asm/62144] "Frame pointer required, but reserved" error with -fomit-frame-pointer but only with -m32 -O2

2014-09-30 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62144 --- Comment #3 from Vladimir Makarov --- (In reply to Brooks Moses from comment #2) > Ping? Any updates on this? Sorry, I'll look at this in a week or if I am lucky this week. Right now, I am quite busy with register rematerialization pass in

[Bug inline-asm/62144] "Frame pointer required, but reserved" error with -fomit-frame-pointer but only with -m32 -O2

2014-09-30 Thread brooks at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62144 --- Comment #4 from Brooks Moses --- Thanks. I have to admit that that does seem more generally useful! :)

[Bug middle-end/63422] New: [5.0 Regression] ICE in freqs_to_counts_path, at tree-ssa-threadupdate.c:981

2014-09-30 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63422 Bug ID: 63422 Summary: [5.0 Regression] ICE in freqs_to_counts_path, at tree-ssa-threadupdate.c:981 Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: norm

[Bug middle-end/63422] [5.0 Regression] ICE in freqs_to_counts_path, at tree-ssa-threadupdate.c:981

2014-09-30 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63422 Joost VandeVondele changed: What|Removed |Added CC||Joost.VandeVondele at mat dot ethz

[Bug c/61898] Variadic functions accept va_list without warning

2014-09-30 Thread andi-gcc at firstfloor dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61898 Andi Kleen changed: What|Removed |Added CC||andi-gcc at firstfloor dot org --- Comment

[Bug middle-end/63422] [5.0 Regression] ICE in freqs_to_counts_path, at tree-ssa-threadupdate.c:981

2014-09-30 Thread tejohnson at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63422 --- Comment #2 from Teresa Johnson --- Yes, this function is new in r215739. I will see if I can trigger it tomorrow. If you have a smaller test case that would be great. Or even if you can give me the gcda file and preprocessed source that will

[Bug debug/63285] [4.9 Regression] -fcompare-debug scheduler related failure

2014-09-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63285 --- Comment #7 from Jakub Jelinek --- (In reply to Vladimir Makarov from comment #6) > (In reply to Jakub Jelinek from comment #5) > > Vlad, do you plan to apply this to 4.9 and 4.8 branches too? > > For 4.9, I've bootstrapped/regtested it on > >

[Bug middle-end/63422] [5.0 Regression] ICE in freqs_to_counts_path, at tree-ssa-threadupdate.c:981

2014-09-30 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63422 --- Comment #3 from Joost VandeVondele --- (In reply to Teresa Johnson from comment #2) > Yes, this function is new in r215739. I will see if I can trigger it > tomorrow. If you have a smaller test case that would be great. Or even > if you can