[Bug target/65979] [5/6 Regression] [SH] Wrong code is generated with stage1 compiler

2015-06-25 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65979 --- Comment #46 from Kazumoto Kojima --- (In reply to Oleg Endo from comment #45) > Kaz, I wanted to backport the patch to GCC 5. It doesn't apply because on > trunk gen_rtx_SET doesn't take a machine_mode arg. Since SET rtx is always > VOIDmod

[Bug target/65979] [5/6 Regression] [SH] Wrong code is generated with stage1 compiler

2015-06-25 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65979 --- Comment #45 from Oleg Endo --- Kaz, I wanted to backport the patch to GCC 5. It doesn't apply because on trunk gen_rtx_SET doesn't take a machine_mode arg. Since SET rtx is always VOIDmode, it has been removed. In GCC 5 though, SImode is u

[Bug c++/66676] pragma omp simd aligned(x) results in "internal compiler error: Segmentation fault"

2015-06-25 Thread schreiberx at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66676 Martin Schreiber changed: What|Removed |Added Severity|normal |major

[Bug c++/66676] New: pragma omp simd aligned(x) results in "internal compiler error: Segmentation fault"

2015-06-25 Thread schreiberx at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66676 Bug ID: 66676 Summary: pragma omp simd aligned(x) results in "internal compiler error: Segmentation fault" Product: gcc Version: 5.1.0 Status: UNCONFIRMED Sever

[Bug target/66611] SH: ICE on -O2

2015-06-25 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66611 --- Comment #3 from Oleg Endo --- Author: olegendo Date: Thu Jun 25 23:12:07 2015 New Revision: 224988 URL: https://gcc.gnu.org/viewcvs?rev=224988&root=gcc&view=rev Log: gcc/ PR target/65979 PR target/66611 * config/sh/sh

[Bug target/65979] [5/6 Regression] [SH] Wrong code is generated with stage1 compiler

2015-06-25 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65979 --- Comment #44 from Oleg Endo --- Author: olegendo Date: Thu Jun 25 23:12:07 2015 New Revision: 224988 URL: https://gcc.gnu.org/viewcvs?rev=224988&root=gcc&view=rev Log: gcc/ PR target/65979 PR target/66611 * config/sh/s

[Bug tree-optimization/66675] Could improve vector lane folding style operations.

2015-06-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66675 --- Comment #4 from Andrew Pinski --- Note for this optimization to be useful there needs to be a heurstic to find out if folding CONSTRUCTOR + VECTOR_CST is going to be only one or no other add. Or using one element of the whole vector. AKA it

[Bug tree-optimization/66675] Could improve vector lane folding style operations.

2015-06-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66675 --- Comment #3 from Andrew Pinski --- (In reply to Andrew Pinski from comment #2) > Basically VECTOR_CST + VECTOR_CST is not optimized at all. I bet almost all > operations that act on VECTOR_CST are not optimized including and not > limited to

[Bug tree-optimization/66675] Could improve vector lane folding style operations.

2015-06-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66675 --- Comment #2 from Andrew Pinski --- Basically VECTOR_CST + VECTOR_CST is not optimized at all. I bet almost all operations that act on VECTOR_CST are not optimized including and not limited to PLUS, SUB, MULTIPLY, DIVIDE, SHIFT, IOR, XOR, and

[Bug target/65979] [5/6 Regression] [SH] Wrong code is generated with stage1 compiler

2015-06-25 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65979 --- Comment #43 from Kazumoto Kojima --- (In reply to John Paul Adrian Glaubitz from comment #42) > Is it applied yet? Otherwise I really will have to look into building gcc-5 > from SVN myself. It's not.

[Bug driver/66657] Feature request - assembly output from lto compiler

2015-06-25 Thread kalmquist1 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66657 --- Comment #3 from Kenneth Almquist --- (In reply to Andrew Pinski from comment #2) > What are you trying to do with the assembly after the fact? In this particular case, I wanted to look at it for two reasons: 1) To determine which functions

[Bug rtl-optimization/65912] x_rtl.x_frame_offset not updated after frame related insn deleted

2015-06-25 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65912 Ramana Radhakrishnan changed: What|Removed |Added Blocks||47562 --- Comment #3 from Ramana

[Bug rtl-optimization/65912] x_rtl.x_frame_offset not updated after frame related insn deleted

2015-06-25 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65912 Ramana Radhakrishnan changed: What|Removed |Added Keywords||missed-optimization T

[Bug target/47562] [meta-bug] keep track of Neon Intrinsics enhancements

2015-06-25 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47562 Ramana Radhakrishnan changed: What|Removed |Added Target|arm-linux-gnueabi, arm-eabi |arm-linux-gnueabi,

[Bug c/66673] Wsequence-point warning missing when swapping variables via chained xor

2015-06-25 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66673 Markus Trippelsdorf changed: What|Removed |Added Resolution|FIXED |INVALID

[Bug c++/66674] name lookup failure in lambda construction in a member function of a template class

2015-06-25 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66674 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug tree-optimization/66675] Could improve vector lane folding style operations.

2015-06-25 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66675 --- Comment #1 from Ramana Radhakrishnan --- The GCC vector speak variant is as below. typedef char v8qi __attribute__ ((vector_size (8))); int main(int argc, char *argv[]) { v8qi a = {argc, 1, 2, 3, 4, 5, 6, 7}; v8qi b = {0, 1, 2, 3, 4,

[Bug tree-optimization/66675] Could improve vector bit_field_ref style optimizations.

2015-06-25 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66675 Ramana Radhakrishnan changed: What|Removed |Added Keywords||missed-optimization T

[Bug tree-optimization/66675] New: Could improve vector bit_field_ref style optimizations.

2015-06-25 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66675 Bug ID: 66675 Summary: Could improve vector bit_field_ref style optimizations. Product: gcc Version: 5.1.0 Status: UNCONFIRMED Severity: normal Priori

[Bug rtl-optimization/63277] ARM - NEON excessive use of vmov for vtbl2 / uint8x8x2 for shuffling data unnecessarily around

2015-06-25 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63277 Ramana Radhakrishnan changed: What|Removed |Added Blocks||47562 --- Comment #6 from Ramana

[Bug target/65375] aarch64: poor codegen for vld2q_f32 and vst2q_f32

2015-06-25 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65375 --- Comment #13 from Ramana Radhakrishnan --- Or indeed PR 63277...

[Bug c++/66674] New: name lookup failure in lambda construction in a member function of a template class

2015-06-25 Thread huili80 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66674 Bug ID: 66674 Summary: name lookup failure in lambda construction in a member function of a template class Product: gcc Version: 4.8.2 Status: UNCONFIRMED Sever

[Bug c++/65656] __builtin_constant_p should always be constexpr

2015-06-25 Thread scovich at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65656 --- Comment #3 from Ryan Johnson --- (In reply to Jason Merrill from comment #2) > Author: jason > Date: Tue Apr 28 14:43:59 2015 > New Revision: 222531 > > URL: https://gcc.gnu.org/viewcvs?rev=222531&root=gcc&view=rev > Log: > PR c++/6565

[Bug c/66673] Wsequence-point warning missing when swapping variables via chained xor

2015-06-25 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66673 Manuel López-Ibáñez changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug c/66673] Wsequence-point warning missing when swapping variables via chained xor

2015-06-25 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66673 Manuel López-Ibáñez changed: What|Removed |Added Keywords||diagnostic Version|4.4.

[Bug c/66673] warning missing for undefined behavior when swapping variables via chained xor

2015-06-25 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66673 Manuel López-Ibáñez changed: What|Removed |Added Status|RESOLVED|REOPENED Last reconfirmed|

[Bug c/39121] strange behavior in chained operations

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

[Bug c/66673] swapping variables via chained xor fails

2015-06-25 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66673 --- Comment #6 from Marek Polacek --- (In reply to joe.carnuccio from comment #2) > -Wall produces no warnings... Oh, you're using too old GCC. Please try a newer version.

[Bug c/66673] swapping variables via chained xor fails

2015-06-25 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66673 --- Comment #5 from Markus Trippelsdorf --- https://www.google.com/?#q=nasal%20demons&lang=en

[Bug c/66673] swapping variables via chained xor fails

2015-06-25 Thread joe.carnuccio at qlogic dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66673 --- Comment #4 from joe.carnuccio at qlogic dot com --- if I do a ^= b ^= a ^= b it always work correctly; doing *p ^= *q ^= *p ^= *q fails (unless -Os is used); i.e. dereferenced pointers are being treated differently int a = 0x32, b = 0x45;

[Bug c/39121] strange behavior in chained operations

2015-06-25 Thread joe.carnuccio at qlogic dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39121 --- Comment #7 from joe.carnuccio at qlogic dot com --- Ok, the sequence points are at each of the assignment operators. The crux of this is that doing the xor chain with dereferenced pointers fails (incorrect execution), whereas doing it with va

[Bug c/66673] swapping variables via chained xor fails

2015-06-25 Thread joe.carnuccio at qlogic dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66673 --- Comment #3 from joe.carnuccio at qlogic dot com --- Sorry, I ment this: root@elab305:/home/joe/test/c# make -B x CFLAGS+='-Wall' cc -Wall -c -o x.o x.c cc x.o -o x root@elab305:/home/joe/test/c# ./x 0 32

[Bug c/66673] swapping variables via chained xor fails

2015-06-25 Thread joe.carnuccio at qlogic dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66673 --- Comment #2 from joe.carnuccio at qlogic dot com --- -Wall produces no warnings... root@elab305:/home/joe/test/c# make -B x -Wall cc-c -o x.o x.c cc x.o -o x root@elab305:/home/joe/test/c# ./x 0 32

[Bug c/66673] swapping variables via chained xor fails

2015-06-25 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66673 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug debug/66653] [6 Regression] ice in gen_type_die_with_usage, at dwarf2out.c:20876

2015-06-25 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66653 --- Comment #4 from Aldy Hernandez --- Proposed patch and subsequent discussion: https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01751.html

[Bug c/66673] New: swapping variables via chained xor fails

2015-06-25 Thread joe.carnuccio at qlogic dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66673 Bug ID: 66673 Summary: swapping variables via chained xor fails Product: gcc Version: 4.4.6 Status: UNCONFIRMED Severity: major Priority: P3 Component: c

[Bug c/39121] strange behavior in chained operations

2015-06-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39121 --- Comment #6 from Andrew Pinski --- (In reply to joe.carnuccio from comment #5) > Since using gcc -Os causes the correct execution, then "sequence point" does > not have anything to do with it. And you are wrong about that. -Os causes what yo

[Bug c/39121] strange behavior in chained operations

2015-06-25 Thread joe.carnuccio at qlogic dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39121 --- Comment #5 from joe.carnuccio at qlogic dot com --- Since using gcc -Os causes the correct execution, then "sequence point" does not have anything to do with it.

[Bug c/39121] strange behavior in chained operations

2015-06-25 Thread joe.carnuccio at qlogic dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39121 joe.carnuccio at qlogic dot com changed: What|Removed |Added CC||joe.carnuccio at qlogic

[Bug c++/66672] New: std::is_same wrong result for captured reference value inside a lambda

2015-06-25 Thread thiago at kde dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66672 Bug ID: 66672 Summary: std::is_same wrong result for captured reference value inside a lambda Product: gcc Version: 5.1.1 Status: UNCONFIRMED Severity: normal

[Bug c++/66671] New: Failure to create a new family of templates for template alias

2015-06-25 Thread thiago at kde dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66671 Bug ID: 66671 Summary: Failure to create a new family of templates for template alias Product: gcc Version: 5.1.1 Status: UNCONFIRMED Severity: normal

[Bug c++/66666] ARM compiled code segmentation fault on multiple inheritance

2015-06-25 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=6 Ramana Radhakrishnan changed: What|Removed |Added Target|Linux sama5d4ek |arm*-*-* |3.18.

[Bug middle-end/66661] incorrect memory access in optimization with flexible array member

2015-06-25 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=1 --- Comment #10 from joseph at codesourcery dot com --- On Thu, 25 Jun 2015, P at draigBrady dot com wrote: > I'm not understanding completely TBH. Are flexible array members not special? > Should the optimizations be restricted on access throug

[Bug target/65979] [5/6 Regression] [SH] Wrong code is generated with stage1 compiler

2015-06-25 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65979 --- Comment #42 from John Paul Adrian Glaubitz --- (In reply to Kazumoto Kojima from comment #41) > Maybe. Trying it with Oleg's patch is a good idea. Is it applied yet? Otherwise I really will have to look into building gcc-5 from SVN myself.

[Bug c++/66670] New: "template argument deduction/substitution failed" with function pointers and multiple parameter packs

2015-06-25 Thread michael at ensslin dot cc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66670 Bug ID: 66670 Summary: "template argument deduction/substitution failed" with function pointers and multiple parameter packs Product: gcc Version: 5.1.0 Status: UNCONFIRM

[Bug fortran/66633] [5/6 regression] ICE on valid "verify_gimple failed" with OpenMP

2015-06-25 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66633 Eric Botcazou changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/66667] FAIL: g++.dg/diagnostic/inhibit-warn-2.C

2015-06-25 Thread miyuki at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=7 Mikhail Maltsev changed: What|Removed |Added Keywords||diagnostic Status|UNCONFIR

[Bug rtl-optimization/66669] New: FAIL: gcc.dg/loop-8.c

2015-06-25 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=9 Bug ID: 9 Summary: FAIL: gcc.dg/loop-8.c Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization As

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

2015-06-25 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=8 Bug ID: 8 Summary: FAIL: gcc.dg/debug/dwarf2/stacked-qualified-types-3.c scan-assembler-times DIE \\([^\n]*\\) DW_TAG_(?:const|volatile|atomic|restrict)_type 8 Product:

[Bug c++/66067] [6 Regression] tree check ICE: accessed elt 1 of tree_vec with 0 elts in write_template_args, at cp/mangle.c:2574

2015-06-25 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66067 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug target/65979] [5/6 Regression] [SH] Wrong code is generated with stage1 compiler

2015-06-25 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65979 --- Comment #41 from Kazumoto Kojima --- (In reply to John Paul Adrian Glaubitz from comment #40) > So, chances are gcc-5 would build now? Maybe. Trying it with Oleg's patch is a good idea.

[Bug c++/66667] New: FAIL: g++.dg/diagnostic/inhibit-warn-2.C

2015-06-25 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=7 Bug ID: 7 Summary: FAIL: g++.dg/diagnostic/inhibit-warn-2.C Product: gcc Version: 5.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/66644] Rejects C++11 in-class anonymous union members initialization

2015-06-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66644 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid Status|UNCON

[Bug c++/66617] C++11 {brace} initialisation of virtually inherited derived class = failure to override base virtual function, unless all base ctors have same signature

2015-06-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66617 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/66658] missing -Wunused-value negating a function result in a comma expression

2015-06-25 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66658 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug c++/66666] New: ARM compiled code segmentation fault on multiple inheritance

2015-06-25 Thread antonio.poggiali at datalogic dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=6 Bug ID: 6 Summary: ARM compiled code segmentation fault on multiple inheritance Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severity: major Pr

[Bug rtl-optimization/66665] New: Increment instruction is not propagated into address operand

2015-06-25 Thread kyukhin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=5 Bug ID: 5 Summary: Increment instruction is not propagated into address operand Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Pri

[Bug tree-optimization/66652] try_transform_to_exit_first_loop_alt generates incorrect loop

2015-06-25 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66652 --- Comment #1 from vries at gcc dot gnu.org --- Created attachment 35853 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35853&action=edit demonstrator patch This patch fixes the correctness issue, but it fails to do transform_to_exit_first

[Bug tree-optimization/66664] New: gcc misses optimization emits subtraction where relocation arithmetic would suffice

2015-06-25 Thread fuz at fuz dot su
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=4 Bug ID: 4 Summary: gcc misses optimization emits subtraction where relocation arithmetic would suffice Product: gcc Version: 5.0 Status: UNCONFIRMED Severit

[Bug c/66663] gcc misses optimization emits useless test of (a & 31) with 32

2015-06-25 Thread fuz at fuz dot su
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3 --- Comment #1 from Robert Clausecker --- Sorry. I meant to say: The branch will always be taken, not never.

[Bug target/65979] [5/6 Regression] [SH] Wrong code is generated with stage1 compiler

2015-06-25 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65979 --- Comment #40 from John Paul Adrian Glaubitz --- (In reply to Kazumoto Kojima from comment #39) > Done. No new failures for the top level "make -k check". So, chances are gcc-5 would build now?

[Bug c/66663] New: gcc misses optimization emits useless test of (a & 31) with 32

2015-06-25 Thread fuz at fuz dot su
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3 Bug ID: 3 Summary: gcc misses optimization emits useless test of (a & 31) with 32 Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: minor Pr

[Bug middle-end/66637] [6 Regression] 481.wrf in SPEC CPU 2006 is miscompiled

2015-06-25 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66637 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/64783] -march=armv8.1-a should be supported

2015-06-25 Thread mwahab at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64783 --- Comment #3 from mwahab at gcc dot gnu.org --- I've just noticed this has been assigned to me. Support for -march=armv8.1-a has been added to the Aarch64 backend, the ARM backend is still to be done. Author: mwahab Date: Tue Jun 16 13:38:37 20

[Bug middle-end/66661] incorrect memory access in optimization with flexible array member

2015-06-25 Thread P at draigBrady dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=1 --- Comment #9 from Pádraig Brady --- I'm not understanding completely TBH. Are flexible array members not special? Should the optimizations be restricted on access through the flexible array, because I presume most/all existing allocation code i

[Bug c++/66647] [5/6 regression] ICE: in instantiate_class_template_1, at cp/pt.c:9254

2015-06-25 Thread mail2benny at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66647 --- Comment #8 from Benny --- Wow, that went really quick! Many thanks! Very impressive.

[Bug c++/55922] brace initializing parent cause bogus virtual base constructor calls

2015-06-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55922 --- Comment #2 from Jonathan Wakely --- bool called = false; struct Base { Base() { if (called) throw 1; called = true; } }; struct B1 : virtual Base { B1() { } }; struct C : B1, virtual Base { C() : #ifdef FIX B1() #else B1{} #e

[Bug target/66563] [4.9 Regression] ICE (segmentation fault) on sh4-linux-gnu

2015-06-25 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66563 --- Comment #36 from Kazumoto Kojima --- Author: kkojima Date: Thu Jun 25 10:15:18 2015 New Revision: 224935 URL: https://gcc.gnu.org/viewcvs?rev=224935&root=gcc&view=rev Log: PR target/66563 * [SH] Add a new operand to GOTaddr2picreg so to avoi

[Bug target/65979] [5/6 Regression] [SH] Wrong code is generated with stage1 compiler

2015-06-25 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65979 --- Comment #39 from Kazumoto Kojima --- (In reply to Kazumoto Kojima from comment #38) > I'm testing the patch now. I'll report back when it's done. Done. No new failures for the top level "make -k check".

[Bug other/65528] [mpx] internal compiler error: in expand_expr_addr_expr_1, at expr.c:7761

2015-06-25 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65528 Ilya Enkovich changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug other/65530] [meta-bug] -mmpx -fcheck-pointer-bounds failures

2015-06-25 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65530 Bug 65530 depends on bug 65528, which changed state. Bug 65528 Summary: [mpx] internal compiler error: in expand_expr_addr_expr_1, at expr.c:7761 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65528 What|Removed

[Bug c++/55922] brace initializing parent cause bogus virtual base constructor calls

2015-06-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55922 Jonathan Wakely changed: What|Removed |Added Keywords||wrong-code Status|UNCONFIR

[Bug c++/66662] Request: Change #error directive displaying

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

[Bug c++/66656] static constexpr array member: cannot get size via constexpr function

2015-06-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66656 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/66633] [5/6 regression] ICE on valid "verify_gimple failed" with OpenMP

2015-06-25 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66633 Mikael Morin changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org --- Comment

[Bug fortran/66605] -Wunused-parameter causes internal compiler error with gfortran 5.1.0

2015-06-25 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66605 --- Comment #13 from Dominique d'Humieres --- > As I said in comment #4, GCC 4.3.1 had this warning and the warning option > was enabled for the testcase but the warning did not trigger. When did > it start triggering? I don't see the warning wi

[Bug bootstrap/66638] [6 Regression] profiledbootstrap failure on x86-64 with LTO

2015-06-25 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66638 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/66660] [ia64] Speculative load not checked before use, leading to a NaT Consumption Vector interruption

2015-06-25 Thread abel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=0 Andrey Belevantsev changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c/48956] -Wconversion should warn when a complex value is assigned to a real result

2015-06-25 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48956 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug fortran/66605] -Wunused-parameter causes internal compiler error with gfortran 5.1.0

2015-06-25 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66605 --- Comment #12 from Manuel López-Ibáñez --- (In reply to Dominique d'Humieres from comment #11) > > (It would be interesting to know at which GCC version or revision > > the warning started appearing). > > The warning for unused parameters appe

[Bug target/63408] [4.9/5/6 regression] GCC emits incorrect fixed->fp conversion instruction on Cortex-M4 target

2015-06-25 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63408 --- Comment #14 from Ramana Radhakrishnan --- Author: ramana Date: Thu Jun 25 08:36:03 2015 New Revision: 224933 URL: https://gcc.gnu.org/viewcvs?rev=224933&root=gcc&view=rev Log: Fix PR target/63408 Backport fix for PR target/63408 from mainli

[Bug target/29693] ICE while compiling gcc-3.4.3 with gcc-4.1.1

2015-06-25 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29693 Ramana Radhakrishnan changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug target/29693] ICE while compiling gcc-3.4.3 with gcc-4.1.1

2015-06-25 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29693 --- Comment #9 from Ramana Radhakrishnan --- Author: ramana Date: Thu Jun 25 08:18:19 2015 New Revision: 224932 URL: https://gcc.gnu.org/viewcvs?rev=224932&root=gcc&view=rev Log: Fix PR target/29693 2015-06-25 Ramana Radhakrishnan

[Bug target/66655] [5/6 Regression] miscompilation due to ipa-ra on MinGW

2015-06-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66655 Richard Biener changed: What|Removed |Added Version|unknown |5.1.0 Target Milestone|---

[Bug middle-end/66661] incorrect memory access in optimization with flexible array member

2015-06-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=1 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/66605] -Wunused-parameter causes internal compiler error with gfortran 5.1.0

2015-06-25 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66605 --- Comment #11 from Dominique d'Humieres --- > (It would be interesting to know at which GCC version or revision > the warning started appearing). The warning for unused parameters appeared at r126486 (pr31129) and -Wunused-parameter at r126486

[Bug target/65924] [6 Regression] ICE const_int_operand failed on arm-none-eabi

2015-06-25 Thread yroux at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65924 Yvan Roux changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---