[Bug web/59449] Missing online documentation web pages

2013-12-10 Thread otmar.struwe at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59449 --- Comment #2 from otmar.struwe at web dot de --- The start page is: http://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/ I clicked on 3.17.16 Intel 386 and AMD x86-64 Options 3.17.17 i386 and x86-64 Windows Options 3.17.18 IA-64 Options

[Bug tree-optimization/45685] [4.7/4.8/4.9 Regression] missed conditional move opportunity in loop

2013-12-10 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45685 --- Comment #26 from Jeffrey A. Law --- Looking at this again, I think there's another solution. Basically we've got conditional negation occurring in both loops. There's a reasonably good sequence to turn that into straight line code. result

[Bug target/56807] mingw32: Conflict between stack realignment and stack probe destroys function argument in EAX

2013-12-10 Thread achurch+gcc at achurch dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56807 Andrew Church changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug tree-optimization/59445] [4.9 Regression] ICE in add_old_iv_candidates, at tree-ssa-loop-ivopts.c:2541

2013-12-10 Thread amker.cheng at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59445 --- Comment #15 from bin.cheng --- Created attachment 31414 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31414&action=edit The generated assembly with/without patch for code in comment #9 on cortex-m3

[Bug tree-optimization/59445] [4.9 Regression] ICE in add_old_iv_candidates, at tree-ssa-loop-ivopts.c:2541

2013-12-10 Thread amker.cheng at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59445 --- Comment #14 from bin.cheng --- I found out the root cause of this ICE and will use the simplified code given by comment#9 as an example. The gimple dump before IVOPT is like: : : # c_2 = PHI __val_comp_iter (D.4949); p2 = D.4950;

[Bug rtl-optimization/59466] New: Slow code generation by LRA for memory addresses on PPC

2013-12-10 Thread vmakarov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59466 Bug ID: 59466 Summary: Slow code generation by LRA for memory addresses on PPC Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priorit

[Bug c++/59463] Illegal Instruction: min() _GLIBCXX_USE_NOEXCEPT { return __FLT_MIN__; }

2013-12-10 Thread spear at cse dot lehigh.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59463 Mike Spear changed: What|Removed |Added CC||spear at cse dot lehigh.edu --- Comment #1 f

[Bug c++/59465] New: g++ allows direct-initialization of an array of class type from another array in a mem-initializer

2013-12-10 Thread richard-gccbugzilla at metafoo dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59465 Bug ID: 59465 Summary: g++ allows direct-initialization of an array of class type from another array in a mem-initializer Product: gcc Version: 4.9.0 Status: UNCONFIRMED

[Bug tree-optimization/59445] [4.9 Regression] ICE in add_old_iv_candidates, at tree-ssa-loop-ivopts.c:2541

2013-12-10 Thread amker.cheng at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59445 --- Comment #13 from bin.cheng --- Sorry for bothering, I have reverted the patch. Will investigate it.

[Bug tree-optimization/41488] IVOpts cannot coalesce multiple induction variables

2013-12-10 Thread amker at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41488 --- Comment #7 from amker at gcc dot gnu.org --- Author: amker Date: Wed Dec 11 00:58:35 2013 New Revision: 205880 URL: http://gcc.gnu.org/viewcvs?rev=205880&root=gcc&view=rev Log: Reverted: 2013-12-10 Bin Cheng PR tree-optimizatio

[Bug target/59464] New: Unnecessary vector register spill

2013-12-10 Thread hjl.tools at gmail dot com
353216 .long1065353216 .long1065353216 .ident"GCC: (GNU) 4.9.0 20131210 (experimental)" .section.note.GNU-stack,"",@progbits [hjl@gnu-6 gcc]$ At least, we should do .globlstruct8 .typestruct8, @function struct8: .LFB0: .c

[Bug tree-optimization/59445] [4.9 Regression] ICE in add_old_iv_candidates, at tree-ssa-loop-ivopts.c:2541

2013-12-10 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59445 --- Comment #12 from Jack Howarth --- Added Jeff Law since he reviewed and approved the offending patch.

[Bug tree-optimization/56572] GCC generates non-optimal transactional code when inlining nested transaction.

2013-12-10 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56572 Aldy Hernandez changed: What|Removed |Added CC||rth at gcc dot gnu.org --- Comment #4 fr

[Bug libstdc++/59439] std::locale uses atomic instructions on construction

2013-12-10 Thread ben.maurer at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59439 --- Comment #6 from Ben Maurer --- I agree this isn't necessarily the cleanest way to accomplish this task. My discovery of this bug came through a real life application which was deployed to real users and had a noticeable impact due to this iss

[Bug libstdc++/59439] std::locale uses atomic instructions on construction

2013-12-10 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59439 --- Comment #5 from Jonathan Wakely --- Don't do that then ;-) Noone ever claimed std::stringstream is a good way to convert integers to strings in performance critical code. Even if the std::locale construction is optimized further, stringstream

[Bug libstdc++/59421] stof(), stod() wrong result

2013-12-10 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59421 --- Comment #4 from Jonathan Wakely --- Is all that code really necessary to demonstrate the bug? Please read http://gcc.gnu.org/bugs/ again (you did read it before submitting ,as requested, right?)

[Bug web/59449] Missing online documentation web pages

2013-12-10 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59449 --- Comment #1 from Jonathan Wakely --- What page links to them?

[Bug c++/59463] New: Illegal Instruction: min() _GLIBCXX_USE_NOEXCEPT { return __FLT_MIN__; }

2013-12-10 Thread walkerboh1213 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59463 Bug ID: 59463 Summary: Illegal Instruction: min() _GLIBCXX_USE_NOEXCEPT { return __FLT_MIN__; } Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug target/59458] alternative 13 in *movsf_internal is mishandled

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

[Bug target/59458] alternative 13 in *movsf_internal is mishandled

2013-12-10 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59458 --- Comment #1 from hjl at gcc dot gnu.org --- Author: hjl Date: Tue Dec 10 23:21:06 2013 New Revision: 205876 URL: http://gcc.gnu.org/viewcvs?rev=205876&root=gcc&view=rev Log: Properly handle alternative 13 in *movsf_internal PR target/5945

[Bug target/59462] New: c-c++-common/cilk-plus/AN/builtin_func_double2.c fails on MIPS

2013-12-10 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59462 Bug ID: 59462 Summary: c-c++-common/cilk-plus/AN/builtin_func_double2.c fails on MIPS Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug rtl-optimization/59461] missed zero-extension elimination in the combiner

2013-12-10 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59461 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug rtl-optimization/59461] New: missed zero-extension elimination in the combiner

2013-12-10 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59461 Bug ID: 59461 Summary: missed zero-extension elimination in the combiner Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywords: missed-optimization Severity: normal

[Bug rtl-optimization/58295] [4.8/4.9 regression] Missed zero-extension elimination in the combiner

2013-12-10 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58295 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug rtl-optimization/58295] [4.8/4.9 regression] Missed zero-extension elimination in the combiner

2013-12-10 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58295 --- Comment #15 from Eric Botcazou --- Author: ebotcazou Date: Tue Dec 10 22:59:27 2013 New Revision: 205875 URL: http://gcc.gnu.org/viewcvs?rev=205875&root=gcc&view=rev Log: PR rtl-optimization/58295 * simplify-rtx.c (simplify_truncation

[Bug rtl-optimization/58295] [4.8/4.9 regression] Missed zero-extension elimination in the combiner

2013-12-10 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58295 --- Comment #14 from Eric Botcazou --- Author: ebotcazou Date: Tue Dec 10 22:58:37 2013 New Revision: 205874 URL: http://gcc.gnu.org/viewcvs?rev=205874&root=gcc&view=rev Log: PR rtl-optimization/58295 * simplify-rtx.c (simplify_truncation

[Bug ipa/58721] [4.9 Regression] The subroutine perdida is no longer inlined in fatigue.f90

2013-12-10 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58721 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #16

[Bug rtl-optimization/59446] loop2_doloop creates constant comparison and dead jump

2013-12-10 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59446 --- Comment #2 from Oleg Endo --- Thanks. Please let me know if I can help.

[Bug fortran/34004] Accepts invalid: Ambigiuous interface with subroutine.

2013-12-10 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34004 janus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/59460] New: [4.9 Regression] ICE with -mips16 and __attribute__((nomips16))

2013-12-10 Thread robert.suchanek at imgtec dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59460 Bug ID: 59460 Summary: [4.9 Regression] ICE with -mips16 and __attribute__((nomips16)) Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug rtl-optimization/59446] loop2_doloop creates constant comparison and dead jump

2013-12-10 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59446 Jeffrey A. Law changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/37222] [OOP] Checks when overriding type-bound procedures are incomplete

2013-12-10 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37222 --- Comment #3 from janus at gcc dot gnu.org --- Basically all the checks in this area have been fixed by now. One of the last todo items is a carry-over from PR 35831: * improve gfc_dep_compare_expr to catch more cases (and/or enable the warnings

[Bug fortran/35831] [F95] Shape mismatch check missing for dummy procedure argument

2013-12-10 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35831 janus at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/35831] [F95] Shape mismatch check missing for dummy procedure argument

2013-12-10 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35831 --- Comment #18 from janus at gcc dot gnu.org --- Author: janus Date: Tue Dec 10 21:41:43 2013 New Revision: 205873 URL: http://gcc.gnu.org/viewcvs?rev=205873&root=gcc&view=rev Log: 2013-12-10 Janus Weil PR fortran/35831 * interface.c

[Bug target/59459] New: MIPS target tests failing (gcc.target/mips/fpr-moves-7.c, fpr-moves-8.c, int-moves-1.c, etc)

2013-12-10 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59459 Bug ID: 59459 Summary: MIPS target tests failing (gcc.target/mips/fpr-moves-7.c, fpr-moves-8.c, int-moves-1.c, etc) Product: gcc Version: unknown Statu

[Bug target/59458] New: alternative 13 in *movsf_internal is mishandled

2013-12-10 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59458 Bug ID: 59458 Summary: alternative 13 in *movsf_internal is mishandled Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ta

[Bug c++/59457] name mangling in presence of variadic templates seems wrong

2013-12-10 Thread ville.voutilainen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59457 Ville Voutilainen changed: What|Removed |Added CC||ville.voutilainen at gmail dot com -

[Bug tree-optimization/59445] [4.9 Regression] ICE in add_old_iv_candidates, at tree-ssa-loop-ivopts.c:2541

2013-12-10 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59445 --- Comment #11 from Dominique d'Humieres --- > Started with r205848. Well, the assert at line 2541 has been introduced in the revision: +gcc_assert (gimple_bb (phi) == data->current_loop->header); and it was in the original patch et http:/

[Bug c++/59457] New: name mangling in presence of variadic templates seems wrong

2013-12-10 Thread plasmahh at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59457 Bug ID: 59457 Summary: name mangling in presence of variadic templates seems wrong Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: major Prio

[Bug tree-optimization/59445] [4.9 Regression] ICE in add_old_iv_candidates, at tree-ssa-loop-ivopts.c:2541

2013-12-10 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59445 H.J. Lu changed: What|Removed |Added Target|x86_64-apple-darwin13 | Status|WAITING

[Bug tree-optimization/59445] [4.9 Regression] ICE in add_old_iv_candidates, at tree-ssa-loop-ivopts.c:2541

2013-12-10 Thread octoploid at yandex dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59445 Markus Trippelsdorf changed: What|Removed |Added CC||amker.cheng at gmail dot com --- Co

[Bug tree-optimization/59445] [4.9 Regression] ICE in add_old_iv_candidates, at tree-ssa-loop-ivopts.c:2541

2013-12-10 Thread octoploid at yandex dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59445 Markus Trippelsdorf changed: What|Removed |Added CC||octoploid at yandex dot com --- Com

[Bug c++/58372] internal compiler error: ix86_compute_frame_layout

2013-12-10 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58372 --- Comment #10 from Kai Tietz --- Well, for x64 we can't realign stack due issue about prologue layout enforced by SEH stuff. For x86 I see actually no good reason why this shouldn't work. I checked generated assembly and it looks fine AFAICS.

[Bug c++/58372] internal compiler error: ix86_compute_frame_layout

2013-12-10 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58372 --- Comment #9 from H.J. Lu --- My understanding is stack realignment doesn't work on Windows. There was a attempt to do it at a time. But we didn't know enough about Windows to do it.

[Bug c++/58372] internal compiler error: ix86_compute_frame_layout

2013-12-10 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58372 Kai Tietz changed: What|Removed |Added Status|WAITING |NEW CC|

[Bug fortran/59450] [OOP] ICE for Array Valued Function combined with Deferred Specification Function

2013-12-10 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59450 janus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|una

[Bug fortran/59450] [OOP] ICE for Array Valued Function combined with Deferred Specification Function

2013-12-10 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59450 --- Comment #4 from janus at gcc dot gnu.org --- (In reply to janus from comment #2) > Draft patch which fixes the error (not regtested): Does regtest cleanly.

[Bug tree-optimization/59445] [4.9 Regression] ICE in add_old_iv_candidates, at tree-ssa-loop-ivopts.c:2541

2013-12-10 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59445 --- Comment #8 from H.J. Lu --- (In reply to H.J. Lu from comment #7) > classpath/java/awt/image/SinglePixelPackedSampleModel.java > is used on Linux. Is there a way to compile it by hand ^ I meant "isn't used". > on Linux?

[Bug tree-optimization/59445] [4.9 Regression] ICE in add_old_iv_candidates, at tree-ssa-loop-ivopts.c:2541

2013-12-10 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59445 --- Comment #7 from H.J. Lu --- classpath/java/awt/image/SinglePixelPackedSampleModel.java is used on Linux. Is there a way to compile it by hand on Linux?

[Bug sanitizer/59454] blacklisting sanitized functions

2013-12-10 Thread tetra2005 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59454 --- Comment #2 from Yuri Gribov --- Proper link to Fortran attr bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41209

[Bug sanitizer/59454] blacklisting sanitized functions

2013-12-10 Thread tetra2005 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59454 Yuri Gribov changed: What|Removed |Added CC||tetra2005 at gmail dot com --- Comment #1 f

[Bug sanitizer/59009] libsanitizer merge from upstream r191666 breaks bootstrap on powerpc64-linux

2013-12-10 Thread dave.anglin at bell dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59009 --- Comment #31 from dave.anglin at bell dot net --- On 12/10/2013 11:49 AM, jakub at gcc dot gnu.org wrote: > For that a patch has been posted, just not reviewed: > http://gcc.gnu.org/ml/gcc-patches/2013-12/msg00963.html Excellent. > > As for hppa

[Bug lto/50432] lto1.exe: internal compiler error: in cgraph_mark_functions_to_output, at cgraphunit.c:1173 when build Qt4.7.4 rcc

2013-12-10 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50432 Kai Tietz changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c/59448] Code generation doesn't respect C11 address-dependency

2013-12-10 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59448 --- Comment #3 from joseph at codesourcery dot com --- The code generated appears fully in accordance with the semantics of C11. You refer to 5.1.2.4#14, the definition of "carries a dependency". The term "carries a dependency" is used outside

[Bug sanitizer/59456] libsanitizer can't bootstrap on darwin10

2013-12-10 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59456 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug sanitizer/59009] libsanitizer merge from upstream r191666 breaks bootstrap on powerpc64-linux

2013-12-10 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59009 Dominique d'Humieres changed: What|Removed |Added CC||howarth at nitro dot med.uc.edu --

[Bug sanitizer/59456] New: libsanitizer can't bootstrap on darwin10

2013-12-10 Thread howarth at nitro dot med.uc.edu
apple-darwin10.8.0/lib/ -isystem /sw/lib/gcc4.9/x86_64-apple-darwin10.8.0/include -isystem /sw/lib/gcc4.9/x86_64-apple-darwin10.8.0/sys-include-D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I../../../../gcc-4.9-20131210/libsanitizer/sanitizer_commo

[Bug bootstrap/59447] --with-dwarf2 is not propagated correctly, will always create dwarf4 by default

2013-12-10 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59447 --- Comment #1 from joseph at codesourcery dot com --- This is a documentation bug - the installation manual should make clear that "DWARF 2" in the description of this option means DWARF 2 or later, as appropriate for the target, as opposed to

[Bug middle-end/59350] [4.9 regression] ICE: in vt_expand_var_loc_chain, at var-tracking.c:8212

2013-12-10 Thread dimhen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59350 --- Comment #11 from Dmitry G. Dyachenko --- (In reply to Ryan Mansfield from comment #9) > Created attachment 31410 [details] > arm-eabi testcase > > I haven't been able to reproduce with the inline testcase either. But I can > still consistentl

[Bug tree-optimization/59417] [4.9 Regression] ICE in determine_value_range, at tree-ssa-loop-niter.c:176

2013-12-10 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59417 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/59386] [4.9 Regression] ICE on valid code at -O2 and -O3 on x86_64-linux-gnu in 64-bit mode

2013-12-10 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59386 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug tree-optimization/59445] [4.9 Regression] ICE in add_old_iv_candidates, at tree-ssa-loop-ivopts.c:2541

2013-12-10 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59445 --- Comment #6 from Dominique d'Humieres --- > What is the equivalent of -march=? I configure with --with-arch=corei7 --with-cpu=corei7.

[Bug middle-end/59350] [4.9 regression] ICE: in vt_expand_var_loc_chain, at var-tracking.c:8212

2013-12-10 Thread dimhen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59350 --- Comment #10 from Dmitry G. Dyachenko --- (In reply to Dmitry G. Dyachenko from comment #8) valgrind' messages looks unrelated to ICE. I rebuild r205461 with memset(set, {0,0x42}, n_bytes) instead of VALGRIND_DISCARD (VALGRIND_MAKE_MEM_DEFINED

[Bug tree-optimization/59445] [4.9 Regression] ICE in add_old_iv_candidates, at tree-ssa-loop-ivopts.c:2541

2013-12-10 Thread hjl.tools at gmail dot com
image.o -g -O2 -Wno-deprecated -version > > -ffilelist-file -ffloat-store -fomit-frame-pointer -fencoding=UTF-8 > > -fbootstrap-classes > > -fsource-filename=/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/x86_64- > > apple-darwin12.5.0/i386/libjava/classpath/lib/classes -fno-com

[Bug target/56807] mingw32: Conflict between stack realignment and stack probe destroys function argument in EAX

2013-12-10 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56807 Kai Tietz changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/56807] mingw32: Conflict between stack realignment and stack probe destroys function argument in EAX

2013-12-10 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56807 --- Comment #11 from Kai Tietz --- Author: ktietz Date: Tue Dec 10 16:52:23 2013 New Revision: 205864 URL: http://gcc.gnu.org/viewcvs?rev=205864&root=gcc&view=rev Log: PR target/56807 * config/i386/i386.c (ix86_expand_prologue): A

[Bug sanitizer/59009] libsanitizer merge from upstream r191666 breaks bootstrap on powerpc64-linux

2013-12-10 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59009 --- Comment #29 from Jakub Jelinek --- (In reply to John David Anglin from comment #28) > Bootstrap is also broken on fairly old arm box: > > libtool: compile: /home/dave/gnu/gcc/objdir/./gcc/xgcc -shared-libgcc > -B/home/d > ave/gnu/gcc/objdir/

[Bug sanitizer/59009] libsanitizer merge from upstream r191666 breaks bootstrap on powerpc64-linux

2013-12-10 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59009 --- Comment #28 from John David Anglin --- Bootstrap is also broken on fairly old arm box: libtool: compile: /home/dave/gnu/gcc/objdir/./gcc/xgcc -shared-libgcc -B/home/d ave/gnu/gcc/objdir/./gcc -nostdinc++ -L/home/dave/gnu/gcc/objdir/armv5tejl

[Bug c/59448] Code generation doesn't respect C11 address-dependency

2013-12-10 Thread algrant at acm dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59448 --- Comment #2 from algrant at acm dot org --- Just realised that that last example is bogus, it should read: inline int const *makedep(int const *a, ...) { return a; } // variadic int f3(int const *p, int const *q) { int flag = *p;

[Bug tree-optimization/59445] [4.9 Regression] ICE in add_old_iv_candidates, at tree-ssa-loop-ivopts.c:2541

2013-12-10 Thread howarth at nitro dot med.uc.edu
-fomit-frame-pointer -fencoding=UTF-8 > -fbootstrap-classes > -fsource-filename=/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/x86_64- > apple-darwin12.5.0/i386/libjava/classpath/lib/classes -fno-common > -fbootclasspath=./:../../../../gcc-4.9-20131210/libjava/classpath/lib/ > -faux-classp

[Bug tree-optimization/59445] [4.9 Regression] ICE in add_old_iv_candidates, at tree-ssa-loop-ivopts.c:2541

2013-12-10 Thread howarth at nitro dot med.uc.edu
/fink.build/gcc49-4.9.0-1000/darwin_objdir/x86_64-apple-darwin12.5.0/i386/libjava/classpath/lib/classes -fno-common -fbootclasspath=./:../../../../gcc-4.9-20131210/libjava/classpath/lib/ -faux-classpath ccSlyCZfjx.zip -MD_ -MT java/awt/image.lo -MF java/awt/image.deps -o ccSlyCZfjx.s

[Bug target/56807] mingw32: Conflict between stack realignment and stack probe destroys function argument in EAX

2013-12-10 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56807 --- Comment #10 from Kai Tietz --- Author: ktietz Date: Tue Dec 10 16:40:36 2013 New Revision: 205861 URL: http://gcc.gnu.org/viewcvs?rev=205861&root=gcc&view=rev Log: PR target/56807 * config/i386/i386.c (ix86_expand_prologue): A

[Bug target/56807] mingw32: Conflict between stack realignment and stack probe destroys function argument in EAX

2013-12-10 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56807 --- Comment #9 from Kai Tietz --- Author: ktietz Date: Tue Dec 10 16:36:53 2013 New Revision: 205860 URL: http://gcc.gnu.org/viewcvs?rev=205860&root=gcc&view=rev Log: PR target/56807 * config/i386/i386.c (ix86_expand_prologue): Address sa

[Bug tree-optimization/59445] [4.9 Regression] ICE in add_old_iv_candidates, at tree-ssa-loop-ivopts.c:2541

2013-12-10 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59445 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/59450] [OOP] ICE for Array Valued Function combined with Deferred Specification Function

2013-12-10 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59450 --- Comment #3 from janus at gcc dot gnu.org --- Additional problem (unrelated to the ICE): Removing 'pure' in comment 1 yields the error: integer, dimension( this%get_num() ) :: array 1 Error: Function 'this' at (1) mus

[Bug fortran/59450] [OOP] ICE for Array Valued Function combined with Deferred Specification Function

2013-12-10 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59450 --- Comment #2 from janus at gcc dot gnu.org --- Draft patch which fixes the error (not regtested): Index: gcc/fortran/module.c === --- gcc/fortran/module.c(revision 205857) +++

[Bug java/59455] gcj ICEs at r205857 during bootstrap

2013-12-10 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59455 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/59445] [4.9 Regression] ICE in add_old_iv_candidates, at tree-ssa-loop-ivopts.c:2541

2013-12-10 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59445 Dominique d'Humieres changed: What|Removed |Added CC||howarth at nitro dot med.uc.edu --

[Bug java/59455] New: gcj ICEs at r205857 during bootstrap

2013-12-10 Thread howarth at nitro dot med.uc.edu
Assignee: unassigned at gcc dot gnu.org Reporter: howarth at nitro dot med.uc.edu Current gcc trunk at r205857 fails to bootstrap on x86_64-apple-darwin12 using... ../gcc-4.9-20131210/configure --prefix=/sw --prefix=/sw/lib/gcc4.9 --mandir=/sw/share/man --infodir=/sw/lib/gcc4.9/info

[Bug fortran/59450] [OOP] ICE for Array Valued Function combined with Deferred Specification Function

2013-12-10 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59450 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||ice-on-valid-code S

[Bug sanitizer/59454] New: blacklisting sanitized functions

2013-12-10 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59454 Bug ID: 59454 Summary: blacklisting sanitized functions Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: sanitizer

[Bug go/59453] log/syslog FAILs on Solaris 9

2013-12-10 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59453 Rainer Orth changed: What|Removed |Added Target Milestone|--- |4.9.0

[Bug go/59453] New: log/syslog FAILs on Solaris 9

2013-12-10 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59453 Bug ID: 59453 Summary: log/syslog FAILs on Solaris 9 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: go Assigne

[Bug go/59452] net FAILs on Solaris 9

2013-12-10 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59452 Rainer Orth changed: What|Removed |Added Target Milestone|--- |4.9.0

[Bug go/59452] New: net FAILs on Solaris 9

2013-12-10 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59452 Bug ID: 59452 Summary: net FAILs on Solaris 9 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: go Assignee: ian

[Bug c/59451] New: The compiler does not accept two structures, when the first one of them have the same name as the structure, as function parameters

2013-12-10 Thread drausiorossi at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59451 Bug ID: 59451 Summary: The compiler does not accept two structures, when the first one of them have the same name as the structure, as function parameters Product: gcc

[Bug fortran/59450] New: ICE for Array Valued Function combined with Deferred Specification Function

2013-12-10 Thread b...@miller-mohr.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59450 Bug ID: 59450 Summary: ICE for Array Valued Function combined with Deferred Specification Function Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: norm

[Bug tree-optimization/59417] [4.9 Regression] ICE in determine_value_range, at tree-ssa-loop-niter.c:176

2013-12-10 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59417 --- Comment #5 from rguenther at suse dot de --- On Tue, 10 Dec 2013, jakub at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59417 > > --- Comment #4 from Jakub Jelinek --- > (In reply to Richard Biener from comment #3) >

[Bug middle-end/59350] [4.9 regression] ICE: in vt_expand_var_loc_chain, at var-tracking.c:8212

2013-12-10 Thread rmansfield at qnx dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59350 --- Comment #9 from Ryan Mansfield --- Created attachment 31410 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31410&action=edit arm-eabi testcase I haven't been able to reproduce with the inline testcase either. But I can still consistently

[Bug c/59448] Code generation doesn't respect C11 address-dependency

2013-12-10 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59448 Richard Earnshaw changed: What|Removed |Added Target||arm Component|target

[Bug web/59449] New: Missing online documentation web pages

2013-12-10 Thread otmar.struwe at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59449 Bug ID: 59449 Summary: Missing online documentation web pages Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: minor Priority: P3 Component: web

[Bug go/59433] [4.9 regression] Many 64-bit Go tests SEGV on Solaris

2013-12-10 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59433 --- Comment #1 from ro at CeBiTec dot Uni-Bielefeld.DE --- I've found what's going on: when I look at the failing bufio test, gdb prints gdb) p rfds Cannot access memory at address 0xfd7ffe0f9f00 With pmap, I see the following mappings: FFF

[Bug middle-end/59350] [4.9 regression] ICE: in vt_expand_var_loc_chain, at var-tracking.c:8212

2013-12-10 Thread dimhen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59350 --- Comment #7 from Dmitry G. Dyachenko --- Created attachment 31409 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31409&action=edit valgrind' log

[Bug middle-end/59350] [4.9 regression] ICE: in vt_expand_var_loc_chain, at var-tracking.c:8212

2013-12-10 Thread dimhen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59350 --- Comment #8 from Dmitry G. Dyachenko --- (In reply to Jakub Jelinek from comment #6) > Still can't reproduce. PASS /home/dimhen/bin/gcc_205461_yes/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.9.0/cc1plus -fpreprocessed x.ii -march=corei7 -mmm

[Bug tree-optimization/59417] [4.9 Regression] ICE in determine_value_range, at tree-ssa-loop-niter.c:176

2013-12-10 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59417 --- Comment #4 from Jakub Jelinek --- (In reply to Richard Biener from comment #3) > Yeah, I wondered about this as well after reviewing the original patches. > If you consider > > a_2 = a_1; > if (a_2 > 5) > a_3 = a_2; > > then VRP woul

[Bug go/59432] [4.9 regression] sync/atomic FAILs on Solaris/x86

2013-12-10 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59432 --- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #1 from Ian Lance Taylor --- > FYI, the point of the test is to get that segmentation violation and ensure > that the signal handler generates a runtime panic as it should.

[Bug middle-end/38474] compile time explosion in dataflow_set_preserve_mem_locs at -O3

2013-12-10 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38474 --- Comment #78 from Richard Biener --- Author: rguenth Date: Tue Dec 10 12:31:39 2013 New Revision: 205857 URL: http://gcc.gnu.org/viewcvs?rev=205857&root=gcc&view=rev Log: 2013-12-10 Richard Biener PR middle-end/38474 * tree-ssa-str

[Bug target/59448] New: ARM code generation doesn't respect C11 address-dependency

2013-12-10 Thread algrant at acm dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59448 Bug ID: 59448 Summary: ARM code generation doesn't respect C11 address-dependency Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Pr

[Bug fortran/59440] [4.9 Regression] ICE in force_decl_die, at dwarf2out.c:20111 with -g

2013-12-10 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59440 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.0

[Bug bootstrap/59447] New: --with-dwarf2 is not propagated correctly, will always create dwarf4 by default

2013-12-10 Thread rose.garcia-eggl2fk at yopmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59447 Bug ID: 59447 Summary: --with-dwarf2 is not propagated correctly, will always create dwarf4 by default Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity:

  1   2   >