Re: [Bug ada/61201] New: Cross compile fails with SPARK_05 undefined

2014-10-30 Thread John zheng
rth at gcc dot gnu.org gcc.gnu.org> writes: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61201 > > Bug ID: 61201 >Summary: Cross compile fails with SPARK_05 undefined >Product: gcc >Version: unknown > Status: UNCONFIRMED >

[Bug driver/63687] Dumps from RTL passes after LTO optimizations are not generated .

2014-10-30 Thread venkataramanan.kumar at amd dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63687 Venkataramanan changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/18892] missed optimization with & and ==

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18892 Bug 18892 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/14753] [tree-ssa] some missed forward propagation opportunities

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14753 --- Comment #11 from Andrew Pinski --- (In reply to Andrew Pinski from comment #9) > Fold should do all of these. Now I will say match-and-simplify should handle all of these. :)

[Bug middle-end/28685] Multiple comparisons are not simplified

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28685 Bug 28685 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/29985] sin (x) / cos (x) is not always folded to tan (x)

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29985 Bug 29985 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/24964] Does not optimise abs(x)**2 to x**2

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24964 Bug 24964 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/17141] *&a->b is not folded

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17141 Bug 17141 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/21608] Repeated casts between bool and int are not optimized

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21608 Bug 21608 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/21690] gcc misses trivial optimizations

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21690 Bug 21690 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/17165] pass by reference inhibits vectorization

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17165 Bug 17165 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/27090] FRE does not look past previous type casts

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=27090 Bug 27090 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/15458] Combine ~ and ^.

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15458 Bug 15458 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/14847] [tree-ssa] combine "if (a & 1) goto there" and "if (a & 4) goto there"

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14847 Bug 14847 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/15452] [tree-ssa] Optimize cascaded a = a == 0;

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15452 Bug 15452 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/15457] [tree-ssa] Convert a sign bit testing into "a < 0"

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15457 Bug 15457 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/14796] [tree-ssa] combine two shifts into one

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14796 Bug 14796 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/15347] [tree-ssa] fold if ("<12ers" + 1 == 0).

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15347 Bug 15347 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/15255] [tree-ssa] a * 2 + a * 2 is not converted to a * 4

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15255 Bug 15255 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/15310] [tree-ssa] Optimize an addition in a bit field

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15310 Bug 15310 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/15017] compare with casts (equal) are not removed in forwprop

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15017 Bug 15017 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/24568] [meta-bug] Missed optimization: trivialization of silly code

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24568 Bug 24568 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/14490] [tree-ssa] Simplify "a - 10 > 150" into "a > 160"

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14490 Bug 14490 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/14792] ((int)b & 1) != 0 is not folded to b & 1 != 0

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14792 Bug 14792 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/14752] [tree-ssa] "~a" should be changed to "a" if used in the condition of an if statement

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14752 Bug 14752 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/14303] [tree-ssa] gcc.c-torture/execute/20020720-1.c is not fully folded

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14303 Bug 14303 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/14287] [tree-ssa] does not remove unnecessary extensions

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14287 Bug 14287 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug middle-end/31531] A microoptimization of isnegative of signed integer

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31531 Bug 31531 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/19792] Missed optimizations due to signedness in the way

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19792 Bug 19792 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/19790] equality not noticed when signedness differs.

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19790 Bug 19790 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/15256] [tree-ssa] Optimize manual bitfield manipilation.

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15256 Bug 15256 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/15826] don't use "if" to extract a single bit bit-field.

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15826 Bug 15826 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/16107] missed optimization with some math function builtins

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16107 Bug 16107 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/15348] [tree-ssa] Convert (x < 0) || (y < 0) into (x | y) < 0.

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15348 Bug 15348 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/15350] [tree-ssa] Convert if ((1 << a) & 1) into if (a == 0).

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15350 Bug 15350 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/14844] [tree-ssa] narrow types if wide result is not needed for unsigned types or when wrapping is true

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14844 Bug 14844 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/15346] [tree-ssa] combine two successive divisions

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15346 Bug 15346 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/15241] [tree-ssa] Convert a <= 7 && b <= 7 into (a | b) <= 7.

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15241 Bug 15241 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/15459] [meta-bug] there should be a tree combiner like the rtl one

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 Andrew Pinski changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/14753] [tree-ssa] some missed forward propagation opportunities

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14753 Bug 14753 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug tree-optimization/14541] [tree-ssa] built-in math functions are not fully optimized at tree level

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14541 Bug 14541 depends on bug 15459, which changed state. Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 What|Removed |Added

[Bug c++/61022] [C++11] Bogus "error: parameter packs not expanded with '...'"

2014-10-30 Thread ppluzhnikov at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61022 --- Comment #1 from Paul Pluzhnikov --- Still fails with trunk @r216948

[Bug driver/63687] Dumps from RTL passes after LTO optimizations are not generated .

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63687 --- Comment #1 from Andrew Pinski --- They go into /tmp/ -rw--- 1 apinskisoftware24 Oct 30 19:42 ccEAS2Ow.ltrans.out -rw-r--r-- 1 apinskisoftware 2749 Oct 30 19:42 ccEAS2Ow.ltrans0.o.257r.dfinish -rw-r--r-- 1 apinski

[Bug other/63694] [5.0 Regression] Build error compiling asan.c: strtoull undeclared

2014-10-30 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63694 John David Anglin changed: What|Removed |Added CC||ygribov at gcc dot gnu.org --- Comme

[Bug other/63694] New: [5.0 Regression] Build error compiling asan.c: strtoull undeclared

2014-10-30 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63694 Bug ID: 63694 Summary: [5.0 Regression] Build error compiling asan.c: strtoull undeclared Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal

[Bug target/63691] GCC 4.9.x fails to build GLIBC 2.20 on HPPA

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63691 --- Comment #5 from Andrew Pinski --- See https://sourceware.org/ml/libc-alpha/2013-11/msg00291.html .

[Bug target/63691] GCC 4.9.x fails to build GLIBC 2.20 on HPPA

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63691 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/63691] GCC 4.9.x fails to build GLIBC 2.20 on HPPA

2014-10-30 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63691 --- Comment #3 from dave.anglin at bell dot net --- On 30-Oct-14, at 5:19 PM, aaro.koskinen at iki dot fi wrote: > Bisected on gcc git gcc-4_9-branch to: Would you please attach .i and .s files generated from dl-addr.c? Dave -- John David Angli

[Bug c++/58408] [C++11] __thread + trivially_constructible -> error

2014-10-30 Thread richard-gccbugzilla at metafoo dot co.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58408 Richard Smith changed: What|Removed |Added CC||richard-gccbugzilla@metafoo

[Bug c++/63692] Temporary object stack space is not re-used

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63692 --- Comment #1 from Andrew Pinski --- Yes -O0 does not reuse temp object space at all and that is by design for speed reasons.

[Bug c++/63693] New: ICE c-opts.c:1067

2014-10-30 Thread rippey.e at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63693 Bug ID: 63693 Summary: ICE c-opts.c:1067 Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassig

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

2014-10-30 Thread filter-gcc at preshing dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59448 preshing changed: What|Removed |Added CC||filter-gcc at preshing dot com --- Comment #2

[Bug target/63691] GCC 4.9.x fails to build GLIBC 2.20 on HPPA

2014-10-30 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63691 --- Comment #2 from Jeffrey A. Law --- I don't see how that change could possibly cause the kind of failures you're showing. It's got to be something else. I would also strongly suggest trying with the latest gcc-4.9.x release as Jakub has bund

[Bug c++/63692] New: Temporary object stack space is not re-used

2014-10-30 Thread gonzalez.rulez at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63692 Bug ID: 63692 Summary: Temporary object stack space is not re-used Product: gcc Version: 4.8.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug target/63691] GCC 4.9.x fails to build GLIBC 2.20 on HPPA

2014-10-30 Thread aaro.koskinen at iki dot fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63691 Aaro Koskinen changed: What|Removed |Added CC||carlos at systemhalted dot org,

[Bug target/63691] New: GCC 4.9.x fails to build GLIBC 2.20 on HPPA

2014-10-30 Thread aaro.koskinen at iki dot fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63691 Bug ID: 63691 Summary: GCC 4.9.x fails to build GLIBC 2.20 on HPPA Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: targe

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

2014-10-30 Thread torvald at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59448 --- Comment #21 from torvald at gcc dot gnu.org --- (In reply to torvald from comment #17) > (In reply to Andrew Macleod from comment #15) > > So have we concluded that we should promote memory_order_consume to > > memory_order_acquire for now?

[Bug sanitizer/63690] [5 Regression] ICE: tree check: expected class 'expression', have 'constant' (string_cst) with -fsanitize=undefined

2014-10-30 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63690 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug sanitizer/63690] New: [5 Regression] ICE: tree check: expected class 'expression', have 'constant' (string_cst) with -fsanitize=undefined

2014-10-30 Thread zsojka at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63690 Bug ID: 63690 Summary: [5 Regression] ICE: tree check: expected class 'expression', have 'constant' (string_cst) with -fsanitize=undefined Product: gcc Version: 5

[Bug target/61770] march=native detects corei7-avx on non avx cpu (Celeron 847)

2014-10-30 Thread motorsense at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61770 --- Comment #3 from motorsense at gmx dot de --- Hi, now gcc-4.8.3 is stable in Gentoo. It have the same issue. gcc -march=native -E -v - &1 | grep cc1 /usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.3/cc1 -E -quiet -v - -march=corei7-avx -mcx16 -msah

[Bug rtl-optimization/63620] RELOAD lost SET_GOT dependency on Darwin

2014-10-30 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63620 --- Comment #18 from Vladimir Makarov --- (In reply to Jeffrey A. Law from comment #17) > So would it work (and I realize this is a horrid hack) to have a way for the > backend to set the pic-pseudo as live at the key points during IRA? It'll >

[Bug target/63661] [4.9/5 Regression] -O2 miscompiles on OSX 10.10 Yosemite

2014-10-30 Thread vbraun.name at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63661 Volker Braun changed: What|Removed |Added Known to fail||4.9.2 --- Comment #17 from Volker Braun

[Bug libfortran/63689] New: -fcheck=array-temps should warn for temporaries during intrinsic assignment

2014-10-30 Thread bardeau at iram dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63689 Bug ID: 63689 Summary: -fcheck=array-temps should warn for temporaries during intrinsic assignment Product: gcc Version: unknown Status: UNCONFIRMED Severity: e

[Bug rtl-optimization/63620] RELOAD lost SET_GOT dependency on Darwin

2014-10-30 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63620 --- Comment #17 from Jeffrey A. Law --- So would it work (and I realize this is a horrid hack) to have a way for the backend to set the pic-pseudo as live at the key points during IRA? It'll be overly conservative, but it may still be better tha

[Bug rtl-optimization/63620] RELOAD lost SET_GOT dependency on Darwin

2014-10-30 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63620 --- Comment #16 from Vladimir Makarov --- (In reply to Vladimir Makarov from comment #15) > > I am starting to work on this. I have very few time before the end of the > current stage and it makes me reconsider my current work on LRA-remat pa

[Bug rtl-optimization/63620] RELOAD lost SET_GOT dependency on Darwin

2014-10-30 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63620 Vladimir Makarov changed: What|Removed |Added CC||vmakarov at gcc dot gnu.org --- Comme

[Bug bootstrap/63622] [5.0 Regression] Bootstrap fails on x86_64-apple-darwin1[34] after revision r216305

2014-10-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63622 --- Comment #7 from Dominique d'Humieres --- > That looks like duplicate of PR63580. I hope the PR will be fixed today. It looks like: I have bootstrapped r216914 with the patches in comment 3 and in PR3580 comment 4. However I have several regr

[Bug libgcc/63684] Build failure due to "Let GDB reuse GCC's parser."

2014-10-30 Thread sasha.levin at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63684 --- Comment #16 from Sasha Levin --- The build works fine if I'm using a different obj directory.

[Bug ipa/63580] [5 Regression] ICE : error: invalid argument to gimple call

2014-10-30 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63580 Jan Hubicka changed: What|Removed |Added CC||hubicka at gcc dot gnu.org --- Comment #5

[Bug lto/63688] New: all_symbols_read_handler: Assertion `lto_wrapper_argv' failed.

2014-10-30 Thread james410 at cowgill dot org.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63688 Bug ID: 63688 Summary: all_symbols_read_handler: Assertion `lto_wrapper_argv' failed. Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severity: normal

[Bug ipa/63664] ipa-icf pass fails with segfault

2014-10-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63664 Bug 63664 depends on bug 63574, which changed state. Bug 63574 Summary: [5 Regression] ICE building libjava (segfault) on arm-linux-gnueabihf https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63574 What|Removed |Add

[Bug tree-optimization/63574] [5 Regression] ICE building libjava (segfault) on arm-linux-gnueabihf

2014-10-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63574 Martin Liška changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ipa/63580] [5 Regression] ICE : error: invalid argument to gimple call

2014-10-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63580 --- Comment #4 from Martin Liška --- diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index 6f61f5c..89c96dc 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -2342,6 +2342,14 @@ cgraph_node::create_wrapper (cgraph_node *target) cgrap

[Bug bootstrap/63573] [5 Regression] libgo: ICE building libgo on powerpc-linux-gnu

2014-10-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63573 --- Comment #5 from Martin Liška --- Issue looks very similar, ICF identifies a pair of function which are transformed to thunk (with tail-call). Where: (gdb) call debug_gimple_stmt(stmt) # .MEM_3 = VDEF <.MEM_1(D)> encoding_json.error.pN25_enco

[Bug go/59452] net FAILs on Solaris 9

2014-10-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59452 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.2 |4.9.3 --- Comment #3 from Jakub Jelinek

[Bug rtl-optimization/57032] [4.9/5 Regression]: internal compiler error: Max. number of generated reload insns per insn is achieved (90)

2014-10-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57032 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.2 |4.9.3 --- Comment #7 from Jakub Jelinek

[Bug bootstrap/60644] [4.9/5 Regression] Build of i686-pc-linux-android is broken

2014-10-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60644 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.2 |4.9.3 --- Comment #13 from Jakub Jelinek

[Bug libstdc++/57925] discrete_distribution can be improved to O(1) per sampling

2014-10-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57925 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.2 |4.9.3 --- Comment #6 from Jakub Jelinek

[Bug middle-end/63244] [4.9 regression] internal compiler error: Segmentation fault (program cc1plus)

2014-10-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63244 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.2 |4.9.3 --- Comment #13 from Jakub Jelinek

[Bug target/60825] [AArch64] int64x1_t, uint64x1_t and float64x1_t are not treated as vector types

2014-10-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60825 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.2 |4.9.3 --- Comment #6 from Jakub Jelinek

[Bug c++/63139] [4.8 Regression] Class-scope typedef overwrites typedef of previously defined class

2014-10-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63139 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.2 |4.9.3 --- Comment #5 from Jakub Jelinek

[Bug tree-optimization/62238] [4.9/5 Regression] ICE with LTO on valid code on x86_64-linux-gnu in verify_ssa (in 64-bit mode)

2014-10-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62238 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.2 |4.9.3 --- Comment #2 from Jakub Jelinek

[Bug c++/63658] [4.9/5 Regression] Using class reference as template parameter causes compilation to fail

2014-10-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63658 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.2 |4.9.3 --- Comment #2 from Jakub Jelinek

[Bug middle-end/61409] [4.9/5 regression] -Wmaybe-uninitialized false-positive with -O2

2014-10-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61409 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.2 |4.9.3 --- Comment #9 from Jakub Jelinek

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

2014-10-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59009 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.2 |4.9.3 --- Comment #45 from Jakub Jelinek

[Bug tree-optimization/60577] [4.8 Regression] inefficient FDO instrumentation code

2014-10-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60577 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.2 |4.9.3 --- Comment #11 from Jakub Jelinek

[Bug c/59984] OpenMP and Cilk Plus SIMD pragma makes loop incorrect

2014-10-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59984 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.2 |4.9.3 --- Comment #11 from Jakub Jelinek

[Bug testsuite/55440] Plugin tests is compiled with wrong CFLAGS

2014-10-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55440 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.2 |4.9.3 --- Comment #5 from Jakub Jelinek

[Bug testsuite/60031] dg-require-effective-target powerpc_vsx_ok is not enough

2014-10-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60031 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.2 |4.9.3 --- Comment #3 from Jakub Jelinek

[Bug middle-end/58479] [4.8/4.9/5 Regression] slow var-tracking on x86_64-linux at -O1 (and above) with -g, but checking disabled

2014-10-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58479 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.2 |4.9.3 --- Comment #9 from Jakub Jelinek

[Bug middle-end/63311] [4.9/5 Regression] -O1 optimization introduces valgrind warning

2014-10-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63311 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.2 |4.9.3 --- Comment #4 from Jakub Jelinek

[Bug fortran/60922] [4.9/5 regression] Memory leak with INTENT(OUT) CLASS argument w/ allocatable CLASS components

2014-10-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60922 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.2 |4.9.3 --- Comment #5 from Jakub Jelinek

[Bug c++/29040] missing access control checks in subclasses for nested types

2014-10-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29040 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.2 |4.9.3 --- Comment #6 from Jakub Jelinek

[Bug fortran/61910] undefined computation in trans-expr.c gfc_conv_cst_int_power

2014-10-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61910 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.2 |4.9.3 --- Comment #5 from Jakub Jelinek

[Bug sanitizer/59402] bootstrap failure on x32

2014-10-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59402 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.2 |4.9.3 --- Comment #12 from Jakub Jelinek

[Bug fortran/61907] load of invalid value for 'bool' in trans-array.c trans_array_constructor

2014-10-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61907 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.2 |4.9.3 --- Comment #2 from Jakub Jelinek

[Bug tree-optimization/59908] Incorrect uninit warning with -fsanitize=address caused by LIM

2014-10-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59908 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.2 |4.9.3 --- Comment #7 from Jakub Jelinek

[Bug c++/59498] [DR 1430][4.9/5 Regression] Pack expansion error in template alias

2014-10-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59498 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.2 |4.9.3 --- Comment #9 from Jakub Jelinek

[Bug tree-optimization/61943] tree-ssa-loop-ivopts.c:4148 signed integer overflow

2014-10-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61943 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.2 |4.9.3 --- Comment #4 from Jakub Jelinek

[Bug testsuite/63175] [4.9/5 regression] FAIL: gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a.c scan-tree-dump-times slp2" basic block vectorized using SLP" 1

2014-10-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63175 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.2 |4.9.3 --- Comment #3 from Jakub Jelinek

  1   2   >