[Bug sanitizer/69147] [5 Regression] Several hundred asan failures with 5.3.1 on x86_64-apple-darwin15

2016-01-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69147 --- Comment #17 from Dominique d'Humieres --- Results with the third patch at https://gcc.gnu.org/ml/gcc-testresults/2016-01/msg01115.html It looks good.

[Bug target/67973] All the tests for -gstabs* fail on x86_64-apple-darwin14 with Xcode 7

2016-01-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67973 --- Comment #18 from Dominique d'Humieres --- > Created attachment 37227 [details] > back-port of Rainer's fix. Results with the patch posted at https://gcc.gnu.org/ml/gcc-testresults/2016-01/msg01115.html Rainer, Do you mind if I commit the p

[Bug bootstrap/57438] bootstrap fails on x86_64 darwin in stage2 linking cc1

2016-01-13 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57438 --- Comment #26 from Uroš Bizjak --- + /* If we don't find any, we've got an empty function body; i.e. +completely empty - without a return or branch. Reaching an +empty function body means UB. Let's trap it. */ + if

[Bug target/69247] [6 Regression] ICE in gen_reg_rtx, at emit-rtl.c:1024 on s390x-linux-gnu

2016-01-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69247 --- Comment #4 from Jakub Jelinek --- Thanks. Please include the testcase from the other patch.

[Bug tree-optimization/69186] ICE at -O3 on x86_64-linux-gnu in vect_update_misalignment_for_peel, at tree-vect-data-refs.c:889

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69186 --- Comment #4 from Richard Biener --- Author: rguenth Date: Wed Jan 13 08:26:45 2016 New Revision: 232314 URL: https://gcc.gnu.org/viewcvs?rev=232314&root=gcc&view=rev Log: 2016-01-13 Richard Biener PR tree-optimization/69186

[Bug tree-optimization/69242] [6 Regression] ICE in visit_reference_op_load, at tree-ssa-sccvn.c:3224

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69242 --- Comment #4 from Richard Biener --- Author: rguenth Date: Wed Jan 13 08:27:42 2016 New Revision: 232315 URL: https://gcc.gnu.org/viewcvs?rev=232315&root=gcc&view=rev Log: 2016-01-13 Richard Biener PR tree-optimization/69242

[Bug tree-optimization/69242] [6 Regression] ICE in visit_reference_op_load, at tree-ssa-sccvn.c:3224

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69242 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/69186] ICE at -O3 on x86_64-linux-gnu in vect_update_misalignment_for_peel, at tree-vect-data-refs.c:889

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69186 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/68357] [6 Regression] FAIL: g++.dg/other/darwin-cfstring1.C -std=* (internal compiler error) on x86_64-apple-darwin1(0|4|5)

2016-01-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68357 Dominique d'Humieres changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug c++/69257] g++ ICE (segfault) on x86_64-linux-gnu in "create_tmp_var"

2016-01-13 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69257 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/69257] g++ ICE in "create_tmp_var" on invalid inline-asm

2016-01-13 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69257 Andrew Pinski changed: What|Removed |Added Summary|g++ ICE (segfault) on |g++ ICE in "create_tmp_var"

[Bug bootstrap/57438] bootstrap fails on x86_64 darwin in stage2 linking cc1

2016-01-13 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57438 --- Comment #27 from Iain Sandoe --- (In reply to Uroš Bizjak from comment #26) > + /* If we don't find any, we've got an empty function body; i.e. > + completely empty - without a return or branch. Reaching an > + empty function

[Bug tree-optimization/52346] Two abs in a row isn't being optimized to just one on the tree level

2016-01-13 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52346 Andrew Pinski changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/68621] [6 Regression] FAIL: gcc.dg/tree-ssa/ifc-8.c scan-tree-dump-times ifcvt "Applying if-conversion" 1

2016-01-13 Thread vekumar at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68621 vekumar at gcc dot gnu.org changed: What|Removed |Added CC||vekumar at gcc dot gnu.org -

[Bug tree-optimization/69255] ICE (segfault) on x86_64-linux-gnu in "emit_move_insn"

2016-01-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69255 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug middle-end/69156] [6 Regression] gcc.dg/pr59630.c: ICE: verify_gimple failed: non-trivial conversion at assignment with -fno-tree-ccp

2016-01-13 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69156 --- Comment #5 from rguenther at suse dot de --- On Fri, 8 Jan 2016, jakub at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69156 > > --- Comment #4 from Jakub Jelinek --- > (In reply to Richard Biener from comment #3)

[Bug sanitizer/69147] [5 Regression] Several hundred asan failures with 5.3.1 on x86_64-apple-darwin15

2016-01-13 Thread chefmax at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69147 --- Comment #18 from Maxim Ostapenko --- Author: chefmax Date: Wed Jan 13 09:27:38 2016 New Revision: 232316 URL: https://gcc.gnu.org/viewcvs?rev=232316&root=gcc&view=rev Log: Cherry-pick r224315 and r241487 from upstream. PR sanitizer/

[Bug libstdc++/66006] [6 regression] abi_check FAILs

2016-01-13 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66006 --- Comment #2 from Rainer Orth --- Author: ro Date: Wed Jan 13 09:48:53 2016 New Revision: 232317 URL: https://gcc.gnu.org/viewcvs?rev=232317&root=gcc&view=rev Log: Introduce separate baselines for Solaris 10 and 11+ (PR libstdc++/66006)

[Bug libstdc++/66006] [6 regression] abi_check FAILs

2016-01-13 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66006 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/67973] All the tests for -gstabs* fail on x86_64-apple-darwin14 with Xcode 7

2016-01-13 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67973 --- Comment #19 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #18 from Dominique d'Humieres --- >> Created attachment 37227 [details] >> back-port of Rainer's fix. > > Results with the patch posted at > https://gcc.gnu.org/ml/gcc-tes

[Bug ipa/69239] [5/6 Regression] g++.dg/ipa/devirt-c-3.C FAILs with -O2 -fPIC --param=early-inlining-insns=196

2016-01-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69239 Jakub Jelinek changed: What|Removed |Added CC||hubicka at gcc dot gnu.org,

[Bug tree-optimization/69042] [6 regression] Missed optimization in ivopts

2016-01-13 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69042 --- Comment #3 from amker at gcc dot gnu.org --- (In reply to amker from comment #2) > For iv use: > use 0 > address > in statement _9 = indexes[i_23]; > > at position indexes[i_23] > type const int * > base (const int *) (&indexes + 4)

[Bug tree-optimization/69042] [6 regression] Missed optimization in ivopts

2016-01-13 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69042 --- Comment #4 from amker at gcc dot gnu.org --- Still need to check if aarch64 is affected by this register pressure issue. It shouldn't because we don't support symbol in addressing mode and need to compute it outside mem ref anyway.

[Bug ipa/69241] [6 Regression] ICE: in assign_temp, at function.c:961

2016-01-13 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69241 --- Comment #3 from Markus Trippelsdorf --- The assertion started to fail with the merge of the C++ delayed folding branch. r230365

[Bug lto/69254] internal compiler error: in streamer_get_builtin_tree, at tree-streamer-in.c:1144

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69254 --- Comment #1 from Richard Biener --- Can you please try narrowing down to a testcase?

[Bug preprocessor/69177] [6 Regression] Bit-packing optimization makes it too easy to have location_t >= LINE_MAP_MAX_LOCATION_WITH_COLS

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69177 Richard Biener changed: What|Removed |Added Priority|P4 |P1

[Bug target/69252] [4.9/5/6 Regression] gcc.dg/vect/vect-iv-9.c FAILs with -Os -fmodulo-sched -fmodulo-sched-allow-regmoves -fsched-pressure

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69252 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug tree-optimization/69249] Array-boundary offending code is silently discarded without warnings

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69249 Richard Biener changed: What|Removed |Added Keywords||diagnostic Status|UNCONFIRM

[Bug fortran/68649] [6 Regression] note: code may be misoptimized unless -fno-strict-aliasing is used

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68649 --- Comment #13 from Richard Biener --- Note that the cast doesn't help in itself (but for the warning) as Jakub notices. The deeper issue is type-based aliasing here. IMHO libgfortran would need to use struct A { float *base_addr; size_t offse

[Bug tree-optimization/68976] [6 Regression] ICE w/ -O2 (and above) -fgraphite-identity (or -floop-nest-optimize)

2016-01-13 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68976 --- Comment #5 from Joost VandeVondele --- I'm somewhat surprised graphite regressions get a P4. Discussions on the list suggested that graphite would be enabled by default in the near future. Lowering graphite regression priority to 'not seri

[Bug middle-end/69258] New: Flexible arrays break TBAA

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69258 Bug ID: 69258 Summary: Flexible arrays break TBAA Product: gcc Version: 5.3.0 Status: UNCONFIRMED Keywords: alias, wrong-code Severity: normal Priority: P3

[Bug target/69247] [6 Regression] ICE in gen_reg_rtx, at emit-rtl.c:1024 on s390x-linux-gnu

2016-01-13 Thread krebbel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69247 --- Comment #5 from Andreas Krebbel --- Author: krebbel Date: Wed Jan 13 11:59:29 2016 New Revision: 232318 URL: https://gcc.gnu.org/viewcvs?rev=232318&root=gcc&view=rev Log: S/390: PR69247: Fix bswap hi splitter. gcc/ChangeLog: 2016-01-13 An

[Bug middle-end/69258] Flexible arrays break TBAA

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69258 --- Comment #1 from Richard Biener --- extern void abort (void); struct Xflex { int n; int a[1]; }; struct Xspecific { int n; int a[7]; } x; int __attribute__((noinline,noclone)) foo (struct Xflex *f) { x.a[6] = 1; f->a[6] = 2; return x.a

[Bug libstdc++/69259] New: std::experimental::filesystem::copy does not create symlinks for directories

2016-01-13 Thread p...@x-fabric.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69259 Bug ID: 69259 Summary: std::experimental::filesystem::copy does not create symlinks for directories Product: gcc Version: unknown Status: UNCONFIRMED Severity:

[Bug middle-end/69258] Flexible arrays break TBAA

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69258 Richard Biener changed: What|Removed |Added Known to work||3.4.6 Known to fail|

[Bug middle-end/69258] Flexible arrays break TBAA

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69258 --- Comment #3 from Richard Biener --- Using struct Xflex { int n; int a[]; }; doesn't fix it (as expected).

[Bug middle-end/69258] Flexible arrays break TBAA

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69258 Richard Biener changed: What|Removed |Added CC||jsm28 at gcc dot gnu.org --- Comment #4

[Bug tree-optimization/69013] [5/6 Regression] gfortran-5.3.0 ICE in prune_uninit_phi_opnds_in_unrealizable_paths, at tree-ssa-uninit.c:1121

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69013 --- Comment #6 from Richard Biener --- Author: rguenth Date: Wed Jan 13 12:15:01 2016 New Revision: 232320 URL: https://gcc.gnu.org/viewcvs?rev=232320&root=gcc&view=rev Log: 2016-01-13 Richard Biener PR tree-optimization/69013

[Bug tree-optimization/69013] [5/6 Regression] gfortran-5.3.0 ICE in prune_uninit_phi_opnds_in_unrealizable_paths, at tree-ssa-uninit.c:1121

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

[Bug tree-optimization/69013] [5/6 Regression] gfortran-5.3.0 ICE in prune_uninit_phi_opnds_in_unrealizable_paths, at tree-ssa-uninit.c:1121

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69013 --- Comment #8 from Richard Biener --- Author: rguenth Date: Wed Jan 13 12:18:02 2016 New Revision: 232321 URL: https://gcc.gnu.org/viewcvs?rev=232321&root=gcc&view=rev Log: 2016-01-13 Richard Biener PR tree-optimization/69013

[Bug rtl-optimization/69238] [4.9/5/6 Regression] gcc.dg/vect/vect-multitypes-1.c FAILs with -O2 -fno-dce -fno-forward-propagate -fno-rerun-cse-after-loop -funroll-loops

2016-01-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69238 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/68062] [4.9/5/6 Regression] ICE when comparing vectors

2016-01-13 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68062 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug target/68759] [6 Regression] Linux kernel build failure on ppc64le

2016-01-13 Thread uweigand at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68759 --- Comment #6 from Ulrich Weigand --- FYI, two patches to fix this issue have just been committed to powerpc-next: https://git.kernel.org/powerpc/c/2e50c4bef77511b42cc226865d https://git.kernel.org/powerpc/c/a61674bdfc7c2bf909c4010699

[Bug target/69236] Wrong function call when use weak statement

2016-01-13 Thread thln47 at free dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69236 --- Comment #2 from Thln47 --- Hello, I think too that is bug in the linker. I've reported it here: https://sourceware.org/bugzilla/show_bug.cgi?id=19460

[Bug target/69247] [6 Regression] ICE in gen_reg_rtx, at emit-rtl.c:1024 on s390x-linux-gnu

2016-01-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69247 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libstdc++/69259] std::experimental::filesystem::copy does not create symlinks for directories

2016-01-13 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69259 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug preprocessor/69177] [6 Regression] Bit-packing optimization makes it too easy to have location_t >= LINE_MAP_MAX_LOCATION_WITH_COLS

2016-01-13 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69177 --- Comment #2 from Jeffrey A. Law --- Richi -- why is this a P1? This is BZ essentially documents a design decision to use some of the space in the line map to allow compact representation of rich locations for diagnostics. That design decisio

[Bug preprocessor/69177] [6 Regression] Bit-packing optimization makes it too easy to have location_t >= LINE_MAP_MAX_LOCATION_WITH_COLS

2016-01-13 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69177 David Malcolm changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug preprocessor/69177] [6 Regression] Bit-packing optimization makes it too easy to have location_t >= LINE_MAP_MAX_LOCATION_WITH_COLS

2016-01-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69177 --- Comment #4 from Jakub Jelinek --- Because the new number of lines before columns are lost are way too small for lots of larger sources. Having half as many lines or so before we trigger the column loss is IMHO acceptable, hitting it 32 times

[Bug libstdc++/69240] Missing inequality operators for every param_type in

2016-01-13 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69240 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/69243] std::function summons a non-null pointer out of thin air

2016-01-13 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69243 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug preprocessor/69177] [6 Regression] Bit-packing optimization makes it too easy to have location_t >= LINE_MAP_MAX_LOCATION_WITH_COLS

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69177 --- Comment #5 from Richard Biener --- Yeah, I don't consider 5 LOC "large" and thus I find it unreasonable to regress in diagnostic quality here. At some point I'd rather take the bullet of making location_t grow from 32bit to 64bit (if tha

[Bug libstdc++/60936] [4.9/5/6 Regression] Binary code bloat with std::string

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60936 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug target/63347] [4.9 regression] m68k misoptimisation with -fschedule-insns

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63347 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug ipa/64812] [4.9/5 Regression] x86 LibreOffice Build failure: undefined reference to acquire

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64812 Richard Biener changed: What|Removed |Added Status|NEW |UNCONFIRMED Summary|[4.9 reg

[Bug tree-optimization/65917] [6 Regression] XFAIL: gcc.dg/tree-ssa/20030922-2.c scan-tree-dump-times dom1 "if " 2

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65917 Richard Biener changed: What|Removed |Added Target|m68k-*-*| Priority|P4

[Bug c++/65985] [5/6 Regression] compiler segfault with assert() in constexpr constructor body

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65985 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Status|REOPENED

[Bug target/62254] [4.9/5/6 Regression] gcc-4.9 ICEs on linux kernel zlib for armv3

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62254 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug preprocessor/69177] [6 Regression] Bit-packing optimization makes it too easy to have location_t >= LINE_MAP_MAX_LOCATION_WITH_COLS

2016-01-13 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69177 --- Comment #6 from David Malcolm --- FWIW, we're hitting the current limit ourselves (with gimple-match.c) when we didn't before, and I've seen two reports from other codebases that are reaching the current limit: PR 68819 (unknown C++ codebase)

[Bug target/69228] Default mask is not allowed for AVX512 prefetch gather/scatter insns

2016-01-13 Thread afomin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69228 --- Comment #1 from afomin at gcc dot gnu.org --- Author: afomin Date: Wed Jan 13 14:31:13 2016 New Revision: 232324 URL: https://gcc.gnu.org/viewcvs?rev=232324&root=gcc&view=rev Log: AVX512: Restrict default masks for prefetch gather/scatter ins

[Bug tree-optimization/65917] [6 Regression] XFAIL: gcc.dg/tree-ssa/20030922-2.c scan-tree-dump-times dom1 "if " 2

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65917 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug ipa/66342] [6 regression] FAIL: g++.dg/ipa/ipa-icf-4.C -std=gnu++11 scan-ipa-dump icf "Equal symbols: [67]"

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66342 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/66375] [4.9 Regression] wrong code at -O2 and -O3 on x86_64-linux-gnu

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66375 Richard Biener changed: What|Removed |Added Keywords||wrong-code Priority|P3

[Bug ipa/66004] [6 Regression]: performance of 26_numerics/random/negative_binomial_distribution/operators/values.cc

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66004 Richard Biener changed: What|Removed |Added Keywords||missed-optimization Priority|

[Bug c++/66763] [6 Regression] 25_algorithms/remove/requirements/explicit_instantiation/2.cc fails on AIX

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66763 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug c++/66786] [5/6 Regression] ICE: Segmentation fault

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66786 Richard Biener changed: What|Removed |Added Keywords||ice-on-valid-code Priority|P3

[Bug tree-optimization/66856] [6 Regression] ICE in compute_live_loop_exits, at tree-ssa-loop-manip.c:234

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66856 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug tree-optimization/66794] [4.9 Regression] ICE at -O2 and -O3 on x86_64-linux-gnu

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66794 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug target/68759] [6 Regression] Linux kernel build failure on ppc64le

2016-01-13 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68759 --- Comment #7 from Jeffrey A. Law --- So at this point would this be considered a kernel and not a GCC issue? ie, is there any reason not to consider this BZ resolved from the GCC point of view?

[Bug c++/66858] [6 Regression] FAIL: g++.dg/pch/system-2.C -O2 -g assembly comparison on aarch64-none-elf, arm-none-eabi

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66858 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug c++/69260] New: C++14 template instantiation problem in GCC (up to 5.3)

2016-01-13 Thread wuyongwei at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69260 Bug ID: 69260 Summary: C++14 template instantiation problem in GCC (up to 5.3) Product: gcc Version: 5.3.0 Status: UNCONFIRMED Severity: normal Priori

[Bug middle-end/66877] [6 Regression] FAIL: gcc.dg/vect/vect-over-widen-3-big-array.c -flto -ffat-lto-objects scan-tree-dump-times vect "vect_recog_over_widening_pattern: detected" 2

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66877 Richard Biener changed: What|Removed |Added Status|ASSIGNED|WAITING

[Bug debug/66869] [6 regression] -Wunused-function no longer warns for static declarations without definition

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66869 Richard Biener changed: What|Removed |Added Keywords||diagnostic Priority|P3

[Bug debug/66668] [6 regression] FAIL: gcc.dg/debug/dwarf2/stacked-qualified-types-3.c scan-assembler-times DIE \\([^\n]*\\) DW_TAG_(?:const|volatile|atomic|restrict)_type 8

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=8 Richard Biener changed: What|Removed |Added Priority|P3 |P1 --- Comment #4 from Richard Biener

[Bug tree-optimization/66612] [6 regression] FAIL: gcc.target/powerpc/20050830-1.c scan-assembler bdn

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66612 Richard Biener changed: What|Removed |Added Keywords||missed-optimization Priority|

[Bug rtl-optimization/67145] [6 Regression] associativity from pseudo-reg ordering

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67145 Richard Biener changed: What|Removed |Added Keywords||missed-optimization Priority|

[Bug middle-end/67295] [ARM][6 Regression] FAIL: gcc.target/arm/builtin-bswap-1.c scan-assembler-times revshne\\t 1

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67295 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug target/69228] Default mask is not allowed for AVX512 prefetch gather/scatter insns

2016-01-13 Thread afomin.mailbox at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69228 Alexander Fomin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/67326] [5/6 Regression] -ftree-loop-if-convert-stores does not vectorize conditional assignment (anymore)

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67326 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug tree-optimization/68976] [6 Regression] ICE w/ -O2 (and above) -fgraphite-identity (or -floop-nest-optimize)

2016-01-13 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68976 --- Comment #6 from Jeffrey A. Law --- P4 priority for Graphite issues is consistent with prior releases. While I'm extremely happy to see Sebastian and others addressing graphite issues again, I can't see any path by which graphite is turned o

[Bug c++/67407] [6 regression] ice in friend_accessible_p

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67407 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug tree-optimization/65917] [6 Regression] XFAIL: gcc.dg/tree-ssa/20030922-2.c scan-tree-dump-times dom1 "if " 2

2016-01-13 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65917 --- Comment #9 from Jeffrey A. Law --- I've got some ideas I want to play with in this space. Nothing well formed enough to write about yet though.

[Bug target/68759] [6 Regression] Linux kernel build failure on ppc64le

2016-01-13 Thread uweigand at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68759 Ulrich Weigand changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug rtl-optimization/67124] [6 Regression] wrong code at -O1, -O2 and -O3 on x86_64-linux-gnu

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67124 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug debug/66869] [6 regression] -Wunused-function no longer warns for static declarations without definition

2016-01-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66869 --- Comment #5 from Jakub Jelinek --- Jason, thoughts on where to do this for C++?

[Bug tree-optimization/67921] [6 Regression] "internal compiler error: in build_polynomial_chrec, at tree-chrec.h:147" when using -fsanitize=undefined

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67921 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug target/69228] Default mask is not allowed for AVX512 prefetch gather/scatter insns

2016-01-13 Thread afomin.mailbox at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69228 Alexander Fomin changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #3 from Alexander F

[Bug tree-optimization/68021] [6 Regression] ice in rewrite_use_nonlinear_expr with -O3

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68021 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug tree-optimization/68060] [6 Regression] ICE on valid code at -O3 on x86_64-linux-gnu in vect_get_vec_def_for_operand, at tree-vect-stmts.c:1413

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68060 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Status|NEW

[Bug middle-end/68112] [6 Regression] FAIL: gcc.target/i386/avx512ifma-vpmaddhuq-2.c (test for excess errors)

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68112 Richard Biener changed: What|Removed |Added Target||i?86-*-* Priority|P3

[Bug testsuite/67509] [6 regression] FAIL: gfortran.dg/ieee/ieee_7.f90 -O0 execution test

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67509 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Component|fortran

[Bug target/67714] [6 Regression] signed char is zero-extended instead of sign-extended

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67714 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Component|middle-end

[Bug bootstrap/68271] [6 Regression] Boostrap fails on x86_64-apple-darwin14 at r230084

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68271 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug fortran/68009] [6 Regression] prototype for gfortran_runtime_error with inline matmul

2016-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68009 Richard Biener changed: What|Removed |Added Priority|P3 |P4 --- Comment #5 from Richard Biener

[Bug tree-optimization/67921] [6 Regression] "internal compiler error: in build_polynomial_chrec, at tree-chrec.h:147" when using -fsanitize=undefined

2016-01-13 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67921 --- Comment #9 from amker at gcc dot gnu.org --- (In reply to Jakub Jelinek from comment #8) > (In reply to bin.cheng from comment #7) > > Hmm, this issue could be simply because chrec_fold_multiply doesn't use > > sizetype as CHREC_RIGHT's type t

[Bug target/69245] [6 Regression] ICE in extract_insn, at recog.c:2286 on arm-linux-gnueabihf

2016-01-13 Thread chrbr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69245 --- Comment #6 from chrbr at gcc dot gnu.org --- (In reply to ktkachov from comment #5) > The problem is we never end up setting TREE_TARGET_GLOBALS for fn2. > From what I can gather that's TARGET_SET_CURRENT_FUNCTION's job (although > the documen

[Bug tree-optimization/69160] [6 Regression] ICE in vect_get_vec_def_for_operand, at tree-vect-stmts.c:1436

2016-01-13 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69160 --- Comment #6 from ktkachov at gcc dot gnu.org --- This looks suspiciously like PR 68060. Dup?

[Bug c++/68245] FAIL: c-c++-common/gomp/clauses-2.c -std=c++98 (internal compiler error)

2016-01-13 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68245 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/69245] [6 Regression] ICE in extract_insn, at recog.c:2286 on arm-linux-gnueabihf

2016-01-13 Thread chrbr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69245 --- Comment #7 from chrbr at gcc dot gnu.org --- also it could be wrong to wait for arm_set_current_function when handling a pragma GCC target because we could need the state in the global scope.

[Bug middle-end/68733] [6 Regression] FAIL: libgomp.c/target-29.c (internal compiler error)

2016-01-13 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68733 --- Comment #3 from John David Anglin --- *** Bug 68245 has been marked as a duplicate of this bug. ***

  1   2   3   >