[Bug libgomp/58642] gomp regression: not "honoring" anymore task set and numactl

2013-10-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #29 from Jakub Jelinek --- Created attachment 30967 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30967&action=edit Y Ah, thanks, I can see where the failing sched_getaffinity calls are coming from, hopefully this patch should f

[Bug libgomp/58642] gomp regression: not "honoring" anymore task set and numactl

2013-10-08 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #30 from vincenzo Innocente --- better: as usual nastier bugs are in the tests! [innocent@olsnba04 parallel]$ strace ./affinity-1.exe | & grep affin execve("./affinity-1.exe", ["./affinity-1.exe"], [/* 61 vars */]) = 0 sched_getaffinit

[Bug tree-optimization/58662] wrong code at -O2 and -O3 on x86_64-linux-gnu (in 64-bit mode)

2013-10-08 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58662 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/58423] [ARM]ICE with shrink-wrap-sibcall.c on a15/neon/hard

2013-10-08 Thread xguo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58423 --- Comment #2 from xuepeng guo --- Author: xguo Date: Tue Oct 8 07:58:08 2013 New Revision: 203267 URL: http://gcc.gnu.org/viewcvs?rev=203267&root=gcc&view=rev Log: 2013-10-08 Zhenqiang Chen PR target/58423 * config/arm/arm.c (arm_e

[Bug tree-optimization/58570] [4.9 Regression] wrong code for bitfields at -O2 and above

2013-10-08 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58570 --- Comment #7 from Eric Botcazou --- > What if both bit fields have different DECL_BIT_FIELD_REPRESENTATIVE? > > Then they can't possibly overlap? Probably, yes, that could be a nice enhancement.

[Bug middle-end/58570] [4.9 Regression] wrong code for bitfields at -O2 and above

2013-10-08 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58570 Eric Botcazou changed: What|Removed |Added Component|tree-optimization |middle-end --- Comment #8 from Eric Botca

[Bug tree-optimization/58662] wrong code at -O2 and -O3 on x86_64-linux-gnu (in 64-bit mode)

2013-10-08 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58662 Marek Polacek changed: What|Removed |Added CC||rguenth at gcc dot gnu.org --- Comment #2

[Bug tree-optimization/58619] ICE building in gen_combined_adhoc_loc

2013-10-08 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58619 --- Comment #4 from Ramana Radhakrishnan --- Author: ramana Date: Tue Oct 8 08:34:28 2013 New Revision: 203269 URL: http://gcc.gnu.org/viewcvs?rev=203269&root=gcc&view=rev Log: PR tree-optimization/58619 2013-10-08 Dehao Chen * tree-inl

[Bug libgcc/58660] ARM/Thumb non-interworking code broken in libgcc

2013-10-08 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58660 --- Comment #1 from Richard Earnshaw --- Please post patches to gcc-patc...@gcc.gnu.org and x-ref this PR.

[Bug c++/58661] Definition of inherited nested class should be invalid

2013-10-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58661 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/54300] [4.7, 4.8, 4.9 Regression] regcprop incorrectly looks through parallel register swap operation

2013-10-08 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54300 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org --- Comment

[Bug testsuite/58645] FAIL: gnat.dg/specs/linker_alias.ads (test for errors, line 6)

2013-10-08 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58645 Eric Botcazou changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug rtl-optimization/54300] [4.7, 4.8, 4.9 Regression] regcprop incorrectly looks through parallel register swap operation

2013-10-08 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54300 --- Comment #11 from Richard Earnshaw --- (In reply to Eric Botcazou from comment #10) > > and regcprop substitues d19 for d18 in insn 27, missing the fact that insn > > 73 is swapping the two values (thus clobbering the old d19 value). > > It's

[Bug tree-optimization/58480] Use attribute((nonnull)) to optimize callers

2013-10-08 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58480 --- Comment #1 from Marc Glisse --- Author: glisse Date: Tue Oct 8 10:39:49 2013 New Revision: 203271 URL: http://gcc.gnu.org/viewcvs?rev=203271&root=gcc&view=rev Log: 2013-10-08 Marc Glisse PR tree-optimization/58480 gcc/ * tree-vrp

[Bug tree-optimization/58480] Use attribute((nonnull)) to optimize callers

2013-10-08 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58480 Marc Glisse changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/58483] missing optimization opportunity for const std::vector compared to std::array

2013-10-08 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58483 Bug 58483 depends on bug 58480, which changed state. Bug 58480 Summary: Use attribute((nonnull)) to optimize callers http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58480 What|Removed |Added

[Bug rtl-optimization/54300] [4.7, 4.8, 4.9 Regression] regcprop incorrectly looks through parallel register swap operation

2013-10-08 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54300 --- Comment #12 from Eric Botcazou --- > Hmm, interesting. Perhaps single_set should not do this if the dead set > clobbers an input. Yes, that seems to be a sensible proposal, but single_set is an old thing.

[Bug tree-optimization/58662] wrong code at -O2 and -O3 on x86_64-linux-gnu (in 64-bit mode)

2013-10-08 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58662 --- Comment #3 from Marek Polacek --- Actually, I think it's the uncprop: --- Q.c.139t.crited22013-10-08 13:03:04.169955615 +0200 +++ Q.c.141t.uncprop12013-10-08 13:03:04.169955615 +0200 @@ -51,7 +51,7 @@ _13 = (int) _8; : - # ift

[Bug libstdc++/58659] Construction of shared_ptr from unique_ptr mismatches new/delete and std::allocator for __shared_ptr_count

2013-10-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58659 --- Comment #2 from Jonathan Wakely --- Author: redi Date: Tue Oct 8 12:33:37 2013 New Revision: 203274 URL: http://gcc.gnu.org/viewcvs?rev=203274&root=gcc&view=rev Log: PR libstdc++/58659 * include/bits/shared_ptr_base.h (__shared_count

[Bug debug/58663] New: entry-value: missing DW_TAG_GNU_call_site for libasan calls

2013-10-08 Thread jan.kratochvil at redhat dot com
Priority: P3 Component: debug Assignee: unassigned at gcc dot gnu.org Reporter: jan.kratochvil at redhat dot com Target: x86_64-unknown-linux-gnu FAIL: gcc (GCC) 4.9.0 20131008 (experimental) <1><5b4>: Abbrev Number: 5 (DW_TAG_subprogr

[Bug fortran/42118] Slow forall

2013-10-08 Thread ebay.20.tedlap at spamgourmet dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42118 Lionel GUEZ changed: What|Removed |Added CC||ebay.20.tedlap@spamgourmet.

[Bug libstdc++/58659] Construction of shared_ptr from unique_ptr mismatches new/delete and std::allocator for __shared_ptr_count

2013-10-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58659 --- Comment #3 from Jonathan Wakely --- Author: redi Date: Tue Oct 8 13:38:21 2013 New Revision: 203277 URL: http://gcc.gnu.org/viewcvs?rev=203277&root=gcc&view=rev Log: PR libstdc++/58659 * include/bits/shared_ptr_base.h (__shared_count

[Bug libstdc++/58659] Construction of shared_ptr from unique_ptr mismatches new/delete and std::allocator for __shared_ptr_count

2013-10-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58659 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/57850] [4.8/4.9 Regression] Option -fdump-translation-unit not working

2013-10-08 Thread dmitrij.ledkov at ubuntu dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57850 --- Comment #12 from Dima --- Is this going to be applied for 4.9 & 4.8 series?

[Bug debug/58663] entry-value: missing DW_TAG_GNU_call_site for libasan calls

2013-10-08 Thread jan.kratochvil at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58663 --- Comment #1 from Jan Kratochvil --- #include int main(void) { char *p=malloc(1); p[1]=1; return 0; }

[Bug rtl-optimization/58542] [4.7/4.8/4.9 Regression] subreg splitting pass mishandles TImode immediates

2013-10-08 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58542 --- Comment #5 from Uroš Bizjak --- The problem actually starts in expand_atomic_compare_and_swap, in: (gdb) list 7339 create_convert_operand_to (&ops[3], expected, mode, true); 7340 create_convert_operand_to (&ops[4], desired,

[Bug tree-optimization/58619] ICE building in gen_combined_adhoc_loc

2013-10-08 Thread dehao at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58619 --- Comment #5 from dehao at gcc dot gnu.org --- Author: dehao Date: Tue Oct 8 16:22:57 2013 New Revision: 203284 URL: http://gcc.gnu.org/viewcvs?rev=203284&root=gcc&view=rev Log: Backport r203269. PR tree-optimization/58619 2013-10-08 Dehao C

[Bug fortran/42118] Slow forall

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

[Bug fortran/42118] Slow forall

2013-10-08 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42118 --- Comment #8 from Tobias Burnus --- (In reply to Tobias Burnus from comment #7) > By the way, the Fortran committee is considering to deprecate FORALL in the > next standard (Fortran 2015) because it considers FORALL superior in nearly > all asp

[Bug tree-optimization/58619] ICE building in gen_combined_adhoc_loc

2013-10-08 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58619 Ramana Radhakrishnan changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug middle-end/58570] [4.9 Regression] wrong code for bitfields at -O2 and above

2013-10-08 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58570 --- Comment #9 from Bernd Edlinger --- Eric, there is one more thing to consider for your proposed patch, that is the damned -fstrict-volatile-bitfields: if strict_volatile_bitfields>0 and the BIT_FIELD access is _volatile_ it does not respect t

[Bug c++/58633] [4.7/4.8/4.9 Regression] ICE with decltype of destructor call

2013-10-08 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58633 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug middle-end/58570] [4.9 Regression] wrong code for bitfields at -O2 and above

2013-10-08 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58570 --- Comment #10 from Eric Botcazou --- > there is one more thing to consider for your proposed patch, > that is the damned -fstrict-volatile-bitfields: > > if strict_volatile_bitfields>0 and the BIT_FIELD access > is _volatile_ it does not respec

[Bug middle-end/58570] [4.9 Regression] wrong code for bitfields at -O2 and above

2013-10-08 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58570 --- Comment #11 from Bernd Edlinger --- (In reply to Eric Botcazou from comment #10) > > there is one more thing to consider for your proposed patch, > > that is the damned -fstrict-volatile-bitfields: > > > > if strict_volatile_bitfields>0 and t

[Bug rtl-optimization/58542] [4.7/4.8/4.9 Regression] subreg splitting pass mishandles TImode immediates

2013-10-08 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58542 Uroš Bizjak changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at g

[Bug rtl-optimization/58542] [4.7/4.8/4.9 Regression] Arguments of __atomic_* functions are converted in unsigned mode

2013-10-08 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58542 Uroš Bizjak changed: What|Removed |Added Summary|[4.7/4.8/4.9 Regression]|[4.7/4.8/4.9 Regression]

[Bug rtl-optimization/58542] [4.7/4.8/4.9 Regression] Arguments of __atomic_* functions are converted in unsigned mode

2013-10-08 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58542 Uroš Bizjak changed: What|Removed |Added URL||http://gcc.gnu.org/ml/gcc-p

[Bug middle-end/58570] [4.9 Regression] wrong code for bitfields at -O2 and above

2013-10-08 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58570 --- Comment #12 from Eric Botcazou --- > No. You only assume an alias if _both_ fields are bit fields. > But in my example only one "a" is a volatile bit field the other > is a normal member "b". Then they won't be affected by the bug, see my exp

[Bug c++/58664] New: [c++11] ICE initializing array of incomplete type within union

2013-10-08 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58664 Bug ID: 58664 Summary: [c++11] ICE initializing array of incomplete type within union Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug c++/58664] [c++11] ICE initializing array of incomplete type within union

2013-10-08 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58664 Volker Reichelt changed: What|Removed |Added Keywords||ice-on-invalid-code Known to fail|

[Bug c++/58665] New: [4.9 Regression] ICE with using incomplete struct

2013-10-08 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58665 Bug ID: 58665 Summary: [4.9 Regression] ICE with using incomplete struct Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c++/58665] [4.9 Regression] ICE with using incomplete struct

2013-10-08 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58665 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/58665] [4.9 Regression] ICE with using incomplete struct

2013-10-08 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58665 --- Comment #2 from paolo at gcc dot gnu.org --- Author: paolo Date: Tue Oct 8 21:54:06 2013 New Revision: 203288 URL: http://gcc.gnu.org/viewcvs?rev=203288&root=gcc&view=rev Log: /cp 2013-10-08 Paolo Carlini PR c++/58665 Revert:

[Bug c++/58448] ICE on invalid: tree_class_check_failed

2013-10-08 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58448 --- Comment #4 from paolo at gcc dot gnu.org --- Author: paolo Date: Tue Oct 8 21:54:06 2013 New Revision: 203288 URL: http://gcc.gnu.org/viewcvs?rev=203288&root=gcc&view=rev Log: /cp 2013-10-08 Paolo Carlini PR c++/58665 Revert:

[Bug c++/58665] [4.9 Regression] ICE with using incomplete struct

2013-10-08 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58665 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/58448] ICE on invalid: tree_class_check_failed

2013-10-08 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58448 Paolo Carlini changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug c++/58568] [4.8/4.9 Regression] [c++11] ICE with lambda in invalid template variable definition

2013-10-08 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58568 --- Comment #4 from paolo at gcc dot gnu.org --- Author: paolo Date: Tue Oct 8 21:58:58 2013 New Revision: 203289 URL: http://gcc.gnu.org/viewcvs?rev=203289&root=gcc&view=rev Log: /cp 2013-10-08 Paolo Carlini PR c++/58568 * lambda.c

[Bug c++/58568] [4.8/4.9 Regression] [c++11] ICE with lambda in invalid template variable definition

2013-10-08 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58568 --- Comment #5 from paolo at gcc dot gnu.org --- Author: paolo Date: Tue Oct 8 22:29:49 2013 New Revision: 203290 URL: http://gcc.gnu.org/viewcvs?rev=203290&root=gcc&view=rev Log: /cp 2013-10-08 Paolo Carlini PR c++/58568 * semantics

[Bug c++/54367] [meta-bug] lambda expressions

2013-10-08 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367 Bug 54367 depends on bug 58568, which changed state. Bug 58568 Summary: [4.8/4.9 Regression] [c++11] ICE with lambda in invalid template variable definition http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58568 What|Removed

[Bug c++/58568] [4.8/4.9 Regression] [c++11] ICE with lambda in invalid template variable definition

2013-10-08 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58568 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/57310] [4.7/4.8/4.9 Regression] segfault with -O2 or higher on x86_64-linux-gnu

2013-10-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57310 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---