[Bug fortran/58331] New: [OOP] Bogus rank checking with explicit-/assumed-size arrays and CLASS

2013-09-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58331 Bug ID: 58331 Summary: [OOP] Bogus rank checking with explicit-/assumed-size arrays and CLASS Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywords:

[Bug middle-end/57748] [4.7/4.8/4.9 Regression] ICE when expanding assignment to unaligned zero-sized array

2013-09-06 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57748 --- Comment #32 from Bernd Edlinger bernd.edlinger at hotmail dot de --- Ok, now I dared to propose my patch on the gcc-patches list: http://gcc.gnu.org/ml/gcc-patches/2013-09/msg00363.html as I can see now both tests fail even on gcc-4.6

[Bug lto/45375] [meta-bug] Issues with building Mozilla with LTO

2013-09-06 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375 --- Comment #196 from Markus Trippelsdorf markus at trippelsdorf dot de --- (In reply to Jan Hubicka from comment #195) Today there was two fixes for bugs that produce undefined symbols like one you see. Does the problem still exist on current

[Bug c++/24702] Koenig found functoid ref, but cannot be used as a function

2013-09-06 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24702 --- Comment #10 from Jonathan Wakely redi at gcc dot gnu.org --- I wouldn't hold your breath unfortunately. There are at least two opposing views on how to fix ADL within the standard committee and no consensus on what (if anything) should be

[Bug tree-optimization/58326] [4.9 Regression] ICE in check_loop_closed_ssa_use, at tree-ssa-loop-manip.c:551

2013-09-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58326 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug ipa/58329] [4.9 Regression] ld: Invalid symbol type for plabel (.libs/libstdc++.lax/libc++11convenience.a/system_error.o, std::error_category::default_error_condition(int) const [clone .localalia

2013-09-06 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58329 --- Comment #3 from Jan Hubicka hubicka at ucw dot cz --- I wouldn't be surprised. I don't have assembler output or preprocessed source yet. There is some alias support in gas for HP-UX but I believe it may not work when we have a call

[Bug middle-end/57748] [4.7/4.8/4.9 Regression] ICE when expanding assignment to unaligned zero-sized array

2013-09-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57748 --- Comment #33 from Richard Biener rguenth at gcc dot gnu.org --- My point is that - mode = TYPE_MODE (TREE_TYPE (tem)); - if (TREE_CODE (tem) == MEM_REF - mode != BLKmode - ((align = get_object_alignment (tem))

[Bug tree-optimization/58294] [4.9 Regression] ice in update_ssa_across_abnormal_edges, at tree-inline.c:1892

2013-09-06 Thread kcc at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58294 Kostya Serebryany kcc at gcc dot gnu.org changed: What|Removed |Added CC||kcc at gcc dot

[Bug tree-optimization/54855] Unnecessary duplication when performing scalar operation on vector element

2013-09-06 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54855 --- Comment #8 from Marc Glisse glisse at gcc dot gnu.org --- Just adding a link to the latest message of the conversation, for future reference: http://gcc.gnu.org/ml/gcc-patches/2012-12/msg00824.html

[Bug tree-optimization/58326] [4.9 Regression] ICE in check_loop_closed_ssa_use, at tree-ssa-loop-manip.c:551

2013-09-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58326 --- Comment #5 from Richard Biener rguenth at gcc dot gnu.org --- I think the issue is latent - the bitmap with changed blocks fed to rewrite_into_loop_closed_ssa is the blocks scanned for _uses_, but as far as I can see unloop sets the blocks

[Bug libstdc++/51965] Redundant move constructions in heap algorithms

2013-09-06 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51965 --- Comment #9 from Marc Glisse glisse at gcc dot gnu.org --- Most recent discussion about this: http://gcc.gnu.org/ml/libstdc++/2013-07/msg00105.html

[Bug tree-optimization/58294] [4.9 Regression] ice in update_ssa_across_abnormal_edges, at tree-inline.c:1892

2013-09-06 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58294 Jan Hubicka hubicka at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

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

2013-09-06 Thread jasonwucj at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58295 Chung-Ju Wu jasonwucj at gmail dot com changed: What|Removed |Added CC||jasonwucj at

[Bug ipa/58332] New: error: inlined_to pointer is set but no predecessors found

2013-09-06 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58332 Bug ID: 58332 Summary: error: inlined_to pointer is set but no predecessors found Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug ipa/58332] error: inlined_to pointer is set but no predecessors found

2013-09-06 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58332 Jan Hubicka hubicka at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last

[Bug c++/58333] New: performance regression when using -std=c++0x

2013-09-06 Thread mendola at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58333 Bug ID: 58333 Summary: performance regression when using -std=c++0x Product: gcc Version: 4.6.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug middle-end/58094] [4.9 Regression] IPA devirt testsuite errors

2013-09-06 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58094 --- Comment #4 from Jan Hubicka hubicka at gcc dot gnu.org --- Author: hubicka Date: Fri Sep 6 10:13:37 2013 New Revision: 202316 URL: http://gcc.gnu.org/viewcvs?rev=202316root=gccview=rev Log: PR middle-end/58094 * cgraph.h

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

2013-09-06 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58295 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug tree-optimization/58294] [4.9 Regression] ice in update_ssa_across_abnormal_edges, at tree-inline.c:1892

2013-09-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58294 --- Comment #6 from Richard Biener rguenth at gcc dot gnu.org --- (In reply to Jan Hubicka from comment #5) Thanks, I saw this problem too while compiling chromium but then it went away and we didn't really managed to simplify it to a

[Bug fortran/58334] New: preprocessor behavior diffs under line continuation

2013-09-06 Thread rimvydas.jas at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58334 Bug ID: 58334 Summary: preprocessor behavior diffs under line continuation Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: minor Priority: P3

[Bug tree-optimization/58294] [4.9 Regression] ice in update_ssa_across_abnormal_edges, at tree-inline.c:1892

2013-09-06 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58294 --- Comment #7 from Jan Hubicka hubicka at ucw dot cz --- The fix is to preserve this nonthrowing. That's how I made it work Yes, this was my first tought, too. for the abnormal edge case. Thus, wrap it in a NOTHROW region? I think we would

[Bug middle-end/58199] [4.9 regression] ICE in dump_type_inheritance_graph

2013-09-06 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58199 Jan Hubicka hubicka at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug tree-optimization/58311] [4.9 Regression] ICE: SIGSEGV in hash_table::find_slot_with_hash() with -fdevirtualize

2013-09-06 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58311 --- Comment #2 from Jan Hubicka hubicka at gcc dot gnu.org --- Author: hubicka Date: Fri Sep 6 10:33:48 2013 New Revision: 202317 URL: http://gcc.gnu.org/viewcvs?rev=202317root=gccview=rev Log: PR tree-optimization/58311 * ipa-devirt.c

[Bug target/58269] [4.9 Regression] ICE when building libobjc on x86_64-apple-darwin* after revision 201915

2013-09-06 Thread kyukhin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58269 --- Comment #8 from Kirill Yukhin kyukhin at gcc dot gnu.org --- Author: kyukhin Date: Fri Sep 6 10:36:30 2013 New Revision: 202318 URL: http://gcc.gnu.org/viewcvs?rev=202318root=gccview=rev Log: PR target/58269 * config/i386/i386.c

[Bug tree-optimization/58311] [4.9 Regression] ICE: SIGSEGV in hash_table::find_slot_with_hash() with -fdevirtualize

2013-09-06 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58311 Jan Hubicka hubicka at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug ipa/58329] [4.9 Regression] ld: Invalid symbol type for plabel (.libs/libstdc++.lax/libc++11convenience.a/system_error.o, std::error_category::default_error_condition(int) const [clone .localalia

2013-09-06 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58329 --- Comment #4 from Jan Hubicka hubicka at gcc dot gnu.org --- *** Bug 58293 has been marked as a duplicate of this bug. ***

[Bug middle-end/58293] FAIL: gcc.dg/torture/stackalign/builtin-apply-4.c

2013-09-06 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58293 Jan Hubicka hubicka at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug tree-optimization/58294] [4.9 Regression] ice in update_ssa_across_abnormal_edges, at tree-inline.c:1892

2013-09-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58294 --- Comment #8 from Richard Biener rguenth at gcc dot gnu.org --- (In reply to Jan Hubicka from comment #7) The fix is to preserve this nonthrowing. That's how I made it work Yes, this was my first tought, too. for the abnormal edge

[Bug tree-optimization/58294] [4.9 Regression] ice in update_ssa_across_abnormal_edges, at tree-inline.c:1892

2013-09-06 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58294 --- Comment #9 from Jan Hubicka hubicka at ucw dot cz --- Well, must_not_throw would work, too. It will wind up in producing EH receiver with terminate, probably not what we want.

[Bug target/58269] [4.9 Regression] ICE when building libobjc on x86_64-apple-darwin* after revision 201915

2013-09-06 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58269 --- Comment #9 from Iain Sandoe iains at gcc dot gnu.org --- patch for the remainder of the fix posted at: http://gcc.gnu.org/ml/gcc-patches/2013-09/msg00384.html

[Bug tree-optimization/58294] [4.9 Regression] ice in update_ssa_across_abnormal_edges, at tree-inline.c:1892

2013-09-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58294 --- Comment #10 from Richard Biener rguenth at gcc dot gnu.org --- (In reply to Jan Hubicka from comment #9) Well, must_not_throw would work, too. It will wind up in producing EH receiver with terminate, probably not what we want. I think it

[Bug target/58269] [4.9 Regression] ICE when building libobjc on x86_64-apple-darwin* after revision 201915

2013-09-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58269 --- Comment #10 from Paolo Carlini paolo.carlini at oracle dot com --- My x86_64-linux builds too are broken in libobj/sendmsg.c. Thus the issue isn't limited to *-darwin.

[Bug target/58269] [4.9 Regression] ICE when building libobjc on x86_64-apple-darwin* after revision 201915

2013-09-06 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58269 --- Comment #11 from Iain Sandoe iains at gcc dot gnu.org --- (In reply to Paolo Carlini from comment #10) My x86_64-linux builds too are broken in libobj/sendmsg.c. Thus the issue isn't limited to *-darwin. hmm there appears to be a second

[Bug target/58269] [4.9 Regression] ICE when building libobjc on x86_64-apple-darwin* after revision 201915

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

[Bug c++/58252] [4.9 Regression] ice in gimple_get_virt_method_for_binfo with -O2

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

[Bug fortran/34547] [4.8/4.9 regression] NULL(): Fortran 2003 changes, accepts invalid, ICE on invalid

2013-09-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34547 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4 Target

[Bug c++/57043] [4.7/4.8/4.9 Regression] converting overloaded complex function pow in C++11 is ambiguous

2013-09-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57043 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.7.4

[Bug ipa/58329] [4.9 Regression] ld: Invalid symbol type for plabel (.libs/libstdc++.lax/libc++11convenience.a/system_error.o, std::error_category::default_error_condition(int) const [clone .localalia

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

[Bug target/58269] [4.9 Regression] ICE when building libobjc on x86_64-apple-darwin* after revision 201915

2013-09-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58269 --- Comment #12 from Paolo Carlini paolo.carlini at oracle dot com --- Yes, confirmed that on x86_64-linux r202286 is the culprit.

[Bug ipa/58329] [4.9 Regression] ld: Invalid symbol type for plabel (.libs/libstdc++.lax/libc++11convenience.a/system_error.o, std::error_category::default_error_condition(int) const [clone .localalia

2013-09-06 Thread dave.anglin at bell dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58329 --- Comment #5 from dave.anglin at bell dot net --- On 6-Sep-13, at 3:54 AM, hubicka at ucw dot cz wrote: I hoped that the targets either do not have runtime interposition in dynamic libraries or they do have working notion of alias. The

[Bug tree-optimization/58294] [4.9 Regression] ice in update_ssa_across_abnormal_edges, at tree-inline.c:1892

2013-09-06 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58294 --- Comment #11 from Jan Hubicka hubicka at ucw dot cz --- Better terminate if the region indeed did throw (usually it's just not optimized good enough). I tihnk that is difference in between throw() and nothrow attribute. The first produce

[Bug target/58269] [4.9 Regression] ICE when building libobjc on x86_64-apple-darwin* after revision 201915

2013-09-06 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58269 --- Comment #13 from Dominique d'Humieres dominiq at lps dot ens.fr --- Yes, confirmed that on x86_64-linux r202286 is the culprit. See pr58139 comments #6 to #11. I have successfully bootstrapped r202312 on x86_64-apple-darwin10 with the

[Bug ipa/58329] [4.9 Regression] ld: Invalid symbol type for plabel (.libs/libstdc++.lax/libc++11convenience.a/system_error.o, std::error_category::default_error_condition(int) const [clone .localalia

2013-09-06 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58329 --- Comment #6 from Jan Hubicka hubicka at ucw dot cz --- The PA-RISC HP-UX linker interposes import and export stubs in dynamic libraries. Whether there is a working notion of alias is somewhat unclear and involves digging into the

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

2013-09-06 Thread uranus at tinlans dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58295 --- Comment #4 from Ling-hua Tseng uranus at tinlans dot org --- (In reply to Jakub Jelinek from comment #3) So perhaps you should just look at combiner dump and see what insns it tried and failed to match and see if you couldn't add some of

[Bug middle-end/58335] New: S/390: reload vs lra regression - testcase builtin-in-setjmp

2013-09-06 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58335 Bug ID: 58335 Summary: S/390: reload vs lra regression - testcase builtin-in-setjmp Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug target/58269] [4.9 Regression] ICE when building libobjc on x86_64-apple-darwin* after revision 201915

2013-09-06 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58269 --- Comment #14 from Iain Sandoe iains at gcc dot gnu.org --- (In reply to Dominique d'Humieres from comment #13) Yes, confirmed that on x86_64-linux r202286 is the culprit. See pr58139 comments #6 to #11. @@ -34466,7 +34467,7 @@

[Bug target/58269] [4.9 Regression] ICE when building libobjc on x86_64-apple-darwin* after revision 201915

2013-09-06 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58269 --- Comment #15 from Dominique d'Humieres dominiq at lps dot ens.fr --- (In reply to Iain Sandoe from comment #14) assuming that the patch above is applied to deal with pr58139, Indeed! Are you saying that: - if (TARGET_MACHO) -{ -

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

2013-09-06 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58295 --- Comment #5 from Eric Botcazou ebotcazou at gcc dot gnu.org --- Therefore, we can conclude that the original case tried by the combiner is the best way to merge/reduce the redundant zero extension insn. Yes and, although x86 is the dominant

[Bug c++/58336] New: internal compiler error when using a static int for the size of a char array within a class

2013-09-06 Thread holger.brunck at keymile dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58336 Bug ID: 58336 Summary: internal compiler error when using a static int for the size of a char array within a class Product: gcc Version: 4.7.2 Status: UNCONFIRMED

[Bug c++/58336] internal compiler error when using a static int for the size of a char array within a class

2013-09-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58336 --- Comment #1 from Paolo Carlini paolo.carlini at oracle dot com --- I can't reproduce this on x86_64 neither -m64 nor -m32

[Bug middle-end/58094] [4.9 Regression] IPA devirt testsuite errors

2013-09-06 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58094 --- Comment #5 from Jan Hubicka hubicka at gcc dot gnu.org --- Author: hubicka Date: Fri Sep 6 15:02:03 2013 New Revision: 202337 URL: http://gcc.gnu.org/viewcvs?rev=202337root=gccview=rev Log: PR middle-end/58094 * ipa-inline.c

[Bug bootstrap/58304] gcc dev branch compilation Failed at libstdc++-v3 (used gcc 4.7.3 to compile)

2013-09-06 Thread harsha.patankar at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58304 Harsha harsha.patankar at gmail dot com changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug target/58269] [4.9 Regression] ICE when building libobjc on x86_64-apple-darwin* after revision 201915

2013-09-06 Thread howarth at nitro dot med.uc.edu
at nitro dot med.uc.edu --- Comment #16 from Jack Howarth howarth at nitro dot med.uc.edu --- Trunk still ICEs on x86_64-apple-darwin12... /sw/src/fink.build/gcc49-4.9.0-1000/gcc-4.9-20130906/libobjc/sendmsg.c:848:1: internal compiler error: in check_rtl, at lra.c:2034 } ^ using... r202335

[Bug c++/19476] Missed null checking elimination with new

2013-09-06 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19476 --- Comment #13 from Marc Glisse glisse at gcc dot gnu.org --- Without adding an attribute, can we identify those operator new that may not return 0? Is DECL_IS_OPERATOR_NEW !TREE_NOTHROW good enough, or completely wrong? I am basing this on: If

[Bug bootstrap/54452] no makeinfo case in classpath/doc still fails when makeinfo is not present

2013-09-06 Thread harsha.patankar at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54452 Harsha harsha.patankar at gmail dot com changed: What|Removed |Added CC||harsha.patankar

[Bug c++/19476] Missed null checking elimination with new

2013-09-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19476 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC|gcc-bugs at gcc dot gnu.org|

[Bug libstdc++/58338] New: Add noexcept to functions with a narrow contract

2013-09-06 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58338 Bug ID: 58338 Summary: Add noexcept to functions with a narrow contract Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywords: missed-optimization Severity:

[Bug lto/58298] [4.9 regression] ICE in mentions_vars_p_field_decl, at lto/lto.c:1392

2013-09-06 Thread yufeng at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58298 Yufeng Zhang yufeng at gcc dot gnu.org changed: What|Removed |Added CC||yufeng at gcc dot

[Bug c++/58337] New: Mangling of nullptr_t values do not follow ABI

2013-09-06 Thread hstong at ca dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58337 Bug ID: 58337 Summary: Mangling of nullptr_t values do not follow ABI Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/58269] [4.9 Regression] ICE when building libobjc on x86_64-apple-darwin* after revision 201915

2013-09-06 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58269 --- Comment #17 from Iain Sandoe iains at gcc dot gnu.org --- (In reply to Jack Howarth from comment #16) Trunk still ICEs on x86_64-apple-darwin12... /sw/src/fink.build/gcc49-4.9.0-1000/gcc-4.9-20130906/libobjc/sendmsg.c:848:1: internal

[Bug target/58269] [4.9 Regression] ICE when building libobjc on x86_64-apple-darwin* after revision 201915

2013-09-06 Thread mikestump at comcast dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58269 --- Comment #18 from Mike Stump mikestump at comcast dot net --- On Sep 6, 2013, at 8:43 AM, howarth at nitro dot med.uc.edu gcc-bugzi...@gcc.gnu.org wrote: * i386.c (ix86_hard_regno_mode_ok): AVX modes are valid only when

[Bug libstdc++/58338] Add noexcept to functions with a narrow contract

2013-09-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58338 --- Comment #2 from Paolo Carlini paolo.carlini at oracle dot com --- ... patches welcome!

[Bug c++/58201] [4.9 Regression] Undefined reference to `B::B(void const**)'

2013-09-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58201 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC|

[Bug bootstrap/58304] gcc dev branch compilation Failed at libstdc++-v3 (used gcc 4.7.3 to compile)

2013-09-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58304 --- Comment #7 from Paolo Carlini paolo.carlini at oracle dot com --- FYI, I don't think installing texinfo may have done the trick. More likely, you had a tree with temporary glitches, can happen, when many changes are committed.

[Bug target/58269] [4.9 Regression] ICE when building libobjc on x86_64-apple-darwin* after revision 201915

2013-09-06 Thread mikestump at comcast dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58269 --- Comment #21 from Mike Stump mikestump at comcast dot net --- Don't know… I'd assume there exists a paper somewhere that says it. :-)

[Bug ipa/58329] [4.9 Regression] ld: Invalid symbol type for plabel (.libs/libstdc++.lax/libc++11convenience.a/system_error.o, std::error_category::default_error_condition(int) const [clone .localalia

2013-09-06 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58329 --- Comment #8 from John David Anglin danglin at gcc dot gnu.org --- Created attachment 30755 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30755action=edit Assembler output

[Bug c++/58317] Calling a method while preparing to call the constructor should be illegal

2013-09-06 Thread oleg at smolsky dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58317 --- Comment #2 from Oleg Smolsky oleg at smolsky dot net --- Hey Jonathan, here is a simpler and more natural way to rewrite your example: struct A { static int f() { return 0; } A(int) { } }; int main() { A a(A::f()); // it is

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

2013-09-06 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58295 --- Comment #6 from H.J. Lu hjl.tools at gmail dot com --- (In reply to Eric Botcazou from comment #5) Yes and, although x86 is the dominant architecture, it shouldn't be allowed to penalize all the others. I think we should restrict the effect

[Bug target/58269] [4.9 Regression] ICE when building libobjc on x86_64-apple-darwin* after revision 201915

2013-09-06 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58269 --- Comment #20 from Jack Howarth howarth at nitro dot med.uc.edu --- (In reply to Iain Sandoe from comment #19) The full commit where this was added to llvm is at http://permalink.gmane.org/gmane.comp.compilers.llvm.cvs/153081 and references

[Bug bootstrap/58186] LTO profiledbootstrap fails in stage feedback for fortran/frontend-passes.c with edge ... has no corresponding call_stmt

2013-09-06 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58186 Uroš Bizjak ubizjak at gmail dot com changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug bootstrap/58340] [4.9 regression] gcc/cp/pt.c:7064:1: internal compiler error: in propagate_threaded_block_debug_into, at tree-ssa-threadedge.c:623

2013-09-06 Thread gerald at pfeifer dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58340 --- Comment #1 from Gerald Pfeifer gerald at pfeifer dot com --- Created attachment 30757 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30757action=edit Assembly file

[Bug fortran/58339] New: ASSOCIATE construct to arrays: Wrong results (pointer to array/array descriptor issue?)

2013-09-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58339 Bug ID: 58339 Summary: ASSOCIATE construct to arrays: Wrong results (pointer to array/array descriptor issue?) Product: gcc Version: 4.9.0 Status: UNCONFIRMED

[Bug target/58269] [4.9 Regression] ICE when building libobjc on x86_64-apple-darwin* after revision 201915

2013-09-06 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58269 --- Comment #19 from Iain Sandoe iains at gcc dot gnu.org --- (In reply to Mike Stump from comment #18) On Sep 6, 2013, at 8:43 AM, howarth at nitro dot med.uc.edu gcc-bugzi...@gcc.gnu.org wrote: * i386.c (ix86_hard_regno_mode_ok): AVX

[Bug ipa/58329] [4.9 Regression] ld: Invalid symbol type for plabel (.libs/libstdc++.lax/libc++11convenience.a/system_error.o, std::error_category::default_error_condition(int) const [clone .localalia

2013-09-06 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58329 --- Comment #7 from John David Anglin danglin at gcc dot gnu.org --- Created attachment 30754 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30754action=edit Preprocessed source

[Bug libquadmath/58327] Problem of quadmath in connection with SDL2

2013-09-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58327 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added CC||burnus at gcc

[Bug libstdc++/58338] Add noexcept to functions with a narrow contract

2013-09-06 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58338 Daniel Krügler daniel.kruegler at googlemail dot com changed: What|Removed |Added CC|

[Bug libstdc++/58341] Doc conflicts with standard on forbidden range of `result` in copy_backward()

2013-09-06 Thread kristian.spangsege at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58341 --- Comment #2 from Kristian Spangsege kristian.spangsege at gmail dot com --- And more importantly, here: http://cplusplus.github.io/LWG/lwg-defects.html#1206

[Bug fortran/58331] [OOP] Bogus rank checking with explicit-/assumed-size arrays and CLASS

2013-09-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58331 --- Comment #1 from Tobias Burnus burnus at gcc dot gnu.org --- Untested patch: --- a/gcc/fortran/interface.c +++ b/gcc/fortran/interface.c @@ -2135 +2135,2 @@ compare_parameter (gfc_symbol *formal, gfc_expr *actual, - || (actual-rank != 0

[Bug libstdc++/58341] Doc conflicts with standard on forbidden range of `result` in copy_backward()

2013-09-06 Thread kristian.spangsege at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58341 --- Comment #1 from Kristian Spangsege kristian.spangsege at gmail dot com --- Important related information here: http://en.cppreference.com/w/Talk:cpp/algorithm/copy_backward

[Bug libquadmath/58327] Problem of quadmath in connection with SDL2

2013-09-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58327 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Target||*-*-mingw* ---

[Bug c++/58317] Calling a method while preparing to call the constructor should be illegal

2013-09-06 Thread oleg at smolsky dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58317 --- Comment #3 from Oleg Smolsky oleg at smolsky dot net --- Also, clang gives a warning: struct A { int f() const { return 1000; } A(int arg) : member(arg) { } int member; }; namespace { int func(const A a) { return a.f(); } } int

[Bug c++/58317] Calling a method while preparing to call the constructor should be illegal

2013-09-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58317 --- Comment #4 from Paolo Carlini paolo.carlini at oracle dot com --- If the actual topic is warning for self-initialization, or something like that, we have one or even two bugs already in Bugzilla ;)

[Bug fortran/58324] Bogus END-of-line error with list-directed I/O of file without trailing sequential record marker

2013-09-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58324 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Keywords||wrong-code

[Bug libstdc++/58341] New: Doc conflicts with standard on forbidden range of `result` in copy_backward()

2013-09-06 Thread kristian.spangsege at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58341 Bug ID: 58341 Summary: Doc conflicts with standard on forbidden range of `result` in copy_backward() Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity:

[Bug bootstrap/58340] [4.9 regression] gcc/cp/pt.c:7064:1: internal compiler error: in propagate_threaded_block_debug_into, at tree-ssa-threadedge.c:623

2013-09-06 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58340 Marc Glisse glisse at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug bootstrap/58340] New: [4.9 regression] gcc/cp/pt.c:7064:1: internal compiler error: in propagate_threaded_block_debug_into, at tree-ssa-threadedge.c:623

2013-09-06 Thread gerald at pfeifer dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58340 Bug ID: 58340 Summary: [4.9 regression] gcc/cp/pt.c:7064:1: internal compiler error: in propagate_threaded_block_debug_into, at tree-ssa-threadedge.c:623 Product: gcc

[Bug bootstrap/58340] [4.9 regression] gcc/cp/pt.c:7064:1: internal compiler error: in propagate_threaded_block_debug_into, at tree-ssa-threadedge.c:623

2013-09-06 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58340 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added CC||law at redhat dot

[Bug tree-optimization/58342] New: ICE in propagate_threaded_block_debug_into, at tree-ssa-threadedge.c:623

2013-09-06 Thread su at cs dot ucdavis.edu
Thread model: posix gcc version 4.9.0 20130906 (experimental) [trunk revision 202308] (GCC) $ $ gcc-trunk -m32 -O2 -c small.c $ gcc-trunk -O2 -c small.c $ gcc-4.8 -O2 -g -c small.c $ gcc-trunk -O2 -g -c small.c small.c: In function ‘main’: small.c:8:5: internal compiler error

[Bug bootstrap/58340] [4.9 regression] gcc/cp/pt.c:7064:1: internal compiler error: in propagate_threaded_block_debug_into, at tree-ssa-threadedge.c:623

2013-09-06 Thread su at cs dot ucdavis.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58340 --- Comment #4 from Zhendong Su su at cs dot ucdavis.edu --- I wasn't able to reproduce the ICE using the given testcase (pt.ii) with trunk revision 202308, but I encountered an ICE (at -O2 and -O3 with -g) in the same source location. It's

[Bug tree-optimization/58343] New: ICE in dfs_enumerate_from, at cfganal.c:1036

2013-09-06 Thread su at cs dot ucdavis.edu
--with-mpfr=/usr/local/gcc-trunk --with-mpc=/usr/local/gcc-trunk --with-cloog=/usr/local/gcc-trunk --prefix=/usr/local/gcc-trunk Thread model: posix gcc version 4.9.0 20130906 (experimental) [trunk revision 202308] (GCC) $ gcc-trunk -O0 small.c $ gcc-4.8 -O1 small.c $ gcc-trunk -O1 small.c small.c

[Bug middle-end/58344] New: ICE with segfault at -O1 and above on x86_64-linux-gnu

2013-09-06 Thread su at cs dot ucdavis.edu
--with-mpfr=/usr/local/gcc-trunk --with-mpc=/usr/local/gcc-trunk --with-cloog=/usr/local/gcc-trunk --prefix=/usr/local/gcc-trunk Thread model: posix gcc version 4.9.0 20130906 (experimental) [trunk revision 202308] (GCC) $ gcc-trunk -O0 -c small.c $ gcc-4.8 -O1 -c small.c $ gcc-trunk -O1 -c small.c

[Bug ipa/58345] New: ICE with SIGFPE at -O1 on x86_64-linux-gnu (affecting trunk and 4.8)

2013-09-06 Thread su at cs dot ucdavis.edu
--with-gmp=/usr/local/gcc-trunk --with-mpfr=/usr/local/gcc-trunk --with-mpc=/usr/local/gcc-trunk --with-cloog=/usr/local/gcc-trunk --prefix=/usr/local/gcc-trunk Thread model: posix gcc version 4.9.0 20130906 (experimental) [trunk revision 202308] (GCC) $ gcc-trunk -O0 -c small.c $ gcc-trunk -O2 -c

[Bug ipa/58346] New: ICE with SIGFPE at -O1 and above on x86_64-linux-gnu (affecting trunk, 4.8, 4.7, and 4.6)

2013-09-06 Thread su at cs dot ucdavis.edu
/local/gcc-trunk Thread model: posix gcc version 4.9.0 20130906 (experimental) [trunk revision 202308] (GCC) $ gcc-trunk -O0 -c small.c $ gcc-trunk -O1 -c small.c small.c: In function ‘main’: small.c:20:5: internal compiler error: Floating point exception int main () ^ 0x924b2f crash_signal