[Bug ipa/61800] [5 Regression] ICE: Segmentation fault during Firefox build

2014-08-18 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61800 Markus Trippelsdorf changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug lto/62179] New: undefined reference linking failure when combining "extern template"

2014-08-18 Thread miles at gnu dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62179 Bug ID: 62179 Summary: undefined reference linking failure when combining "extern template" Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug target/62178] [AArch64] Performance regression on matrix matrix multiply due to r211211

2014-08-18 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62178 --- Comment #2 from amker at gcc dot gnu.org --- Yes, the patch changes addressing modes choosing and further changes ivopts's decision. I shall take this one if you are ok. Thanks, bin

[Bug c/52952] Wformat location info is bad (wrong column number)

2014-08-18 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52952 --- Comment #29 from Manuel López-Ibáñez --- Author: manu Date: Tue Aug 19 02:02:09 2014 New Revision: 214129 URL: https://gcc.gnu.org/viewcvs?rev=214129&root=gcc&view=rev Log: gcc/c-family/ChangeLog: 2014-08-19 Manuel López-Ibáñez S

[Bug target/62173] [AArch64] Performance regression due to r213488

2014-08-18 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62173 amker at gcc dot gnu.org changed: What|Removed |Added CC||amker at gcc dot gnu.org --- C

[Bug other/60465] Compiling glibc-2.17,2.18 with gcc-4.8.2 and binutils-2.23.2,2.24 results in segfaults in _start / elf_get_dynamic_info

2014-08-18 Thread vapier at gentoo dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60465 --- Comment #25 from Mike Frysinger --- here's the series of link commands: gcc -nostdlib -nostartfiles -r -o elf/librtld.os \ '-Wl,-(' /home/vapier/glibc/build/elf/dl-allobjs.os elf/rtld-libc.a -lgcc \ '-Wl,-)' -Wl,-Map,elf/librtld.os.map gc

[Bug target/62178] [AArch64] Performance regression on matrix matrix multiply due to r211211

2014-08-18 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62178 --- Comment #1 from Andrew Pinski --- Even -fno-ivopts produces better code: .L3: addx0, x5, x1, sxtw addw1, w1, 1 ldrd2, [x3], 124 ldrw0, [x4, x0, lsl 2] dupv0.2s, w0 mlav1.2s, v0.2s, v2.2s sub

[Bug target/62178] New: [AArch64] Performance regression on matrix matrix multiply due to r211211

2014-08-18 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62178 Bug ID: 62178 Summary: [AArch64] Performance regression on matrix matrix multiply due to r211211 Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal

[Bug c/62177] New: mips-rtems ICE at lra_assigns.c:1335 compiling strtod.c in newlib

2014-08-18 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62177 Bug ID: 62177 Summary: mips-rtems ICE at lra_assigns.c:1335 compiling strtod.c in newlib Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal

[Bug other/62168] error in configure: line 21572: test: =: unary operator expected

2014-08-18 Thread manfred99 at gmx dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62168 --- Comment #8 from Manfred Schwarb --- Works for me, the error message is gone. I inserted a pair of set -x/set +x around the gold configure block, and the following is the output, everything looks OK: original: + test set = set + : + enableva

[Bug other/62168] error in configure: line 21572: test: =: unary operator expected

2014-08-18 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62168 --- Comment #7 from H.J. Lu --- Created attachment 33357 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33357&action=edit Try this one

[Bug other/60465] Compiling glibc-2.17,2.18 with gcc-4.8.2 and binutils-2.23.2,2.24 results in segfaults in _start / elf_get_dynamic_info

2014-08-18 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60465 Eric Botcazou changed: What|Removed |Added Status|NEW |WAITING --- Comment #24 from Eric Botcaz

[Bug target/62040] internal compiler error: in simplify_const_unary_operation, at simplify-rtx.c:1555

2014-08-18 Thread carrot at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62040 --- Comment #6 from Carrot --- Even more simplified test case for gcc4.9, but it doesn't trigger the error for trunk. typedef __builtin_aarch64_simd_udi uint64x1 __attribute__ ((__vector_size__ (8))); typedef __builtin_aarch64_simd_udi uint64

[Bug target/62040] internal compiler error: in simplify_const_unary_operation, at simplify-rtx.c:1555

2014-08-18 Thread carrot at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62040 Carrot changed: What|Removed |Added CC||carrot at google dot com --- Comment #5 from Ca

[Bug other/62168] error in configure: line 21572: test: =: unary operator expected

2014-08-18 Thread manfred99 at gmx dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62168 --- Comment #6 from Manfred Schwarb --- I did the following (error present also with your recent patch): # ../gfortran-source/gcc-5-20140817/configure --enable-languages=c,c++,fortran --disable-nls --enable-checking=release --disable-libmudflap

[Bug target/61996] [SH] -musermode conflicts with -matomic-model=soft-imask

2014-08-18 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61996 Oleg Endo changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/62176] New: [OOP] Inconsistent resolution of GENERIC interface

2014-08-18 Thread fmartinez at gmv dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62176 Bug ID: 62176 Summary: [OOP] Inconsistent resolution of GENERIC interface Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug other/62168] error in configure: line 21572: test: =: unary operator expected

2014-08-18 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62168 H.J. Lu changed: What|Removed |Added CC|hjl at gcc dot gnu.org |hjl.tools at gmail dot com --- Comment

[Bug other/62168] error in configure: line 21572: test: =: unary operator expected

2014-08-18 Thread manfred99 at gmx dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62168 --- Comment #4 from Manfred Schwarb --- This does not catch all cases. There is also yes) if test x${default_ld} != x; then install_gold_as_default=yes fi ;; which needs an "else" case, as far as I can see. "default_ld" is empty f

[Bug target/46091] missed optimization: x86 bt/btc/bts instructions

2014-08-18 Thread a...@cloudius-systems.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46091 Avi Kivity changed: What|Removed |Added CC||a...@cloudius-systems.com --- Comment #1 fr

[Bug target/62173] [AArch64] Performance regression due to r213488

2014-08-18 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62173 --- Comment #2 from Sebastian Pop --- I have seen a 15% perf regression on a version of bzip2 compress compiled at -O3.

[Bug c++/62175] Internal compiler error in gimplify_modify_expr gimplify.c:4616

2014-08-18 Thread mbetten at sandia dot gov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62175 --- Comment #1 from Matt --- Created attachment 33354 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33354&action=edit Preprocessed file that causes the internal error

[Bug target/62011] False Data Dependency in popcnt instruction

2014-08-18 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62011 --- Comment #11 from uros at gcc dot gnu.org --- Author: uros Date: Mon Aug 18 18:00:52 2014 New Revision: 214112 URL: https://gcc.gnu.org/viewcvs?rev=214112&root=gcc&view=rev Log: PR target/62011 * config/i386/x86-tune.def (X86_TUNE_AVOI

[Bug c++/62175] New: Internal compiler error in gimplify_modify_expr gimplify.c:4616

2014-08-18 Thread mbetten at sandia dot gov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62175 Bug ID: 62175 Summary: Internal compiler error in gimplify_modify_expr gimplify.c:4616 Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severity: critical

[Bug fortran/62174] New: Component declarations overwrite types of Cray Pointee variables

2014-08-18 Thread fritzoreese at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62174 Bug ID: 62174 Summary: Component declarations overwrite types of Cray Pointee variables Product: gcc Version: 4.8.3 Status: UNCONFIRMED Severity: normal

[Bug target/62173] [AArch64] Performance regression due to r213488

2014-08-18 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62173 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/62173] New: [AArch64] Performance regression due to r213488

2014-08-18 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62173 Bug ID: 62173 Summary: [AArch64] Performance regression due to r213488 Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tar

[Bug c++/62172] Operand to a throw expression is moved when it should be copied

2014-08-18 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62172 Ville Voutilainen changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug other/62168] error in configure: line 21572: test: =: unary operator expected

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

[Bug other/62168] error in configure: line 21572: test: =: unary operator expected

2014-08-18 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62168 --- Comment #2 from hjl at gcc dot gnu.org --- Author: hjl Date: Mon Aug 18 15:49:16 2014 New Revision: 214108 URL: https://gcc.gnu.org/viewcvs?rev=214108&root=gcc&view=rev Log: Set install_gold_as_default to no for --enable-gold=no PR othe

[Bug c++/62172] New: Operand to a throw expression is moved when it should be copied

2014-08-18 Thread tsimpson at ubuntu dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62172 Bug ID: 62172 Summary: Operand to a throw expression is moved when it should be copied Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/62156] memcmp doesn't see through memcpy at compile-time

2014-08-18 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62156 --- Comment #3 from Marc Glisse --- Not much difference using __gnu_cxx::__vstring (no reference counting, small string optimization): __builtin_memcpy (&MEM[(struct __sso_string_base *)&D.28720].D.23707._M_local_data, "foo", 3); MEM[(size_type

[Bug bootstrap/62077] --with-build-config=bootstrap-lto fails

2014-08-18 Thread sven.c.dack at virginmedia dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62077 --- Comment #56 from Sven C. Dack --- > I don't see why we need to fix this for the 4.9 or 4.8 branch. It never > worked there and another existing workaround is to configure with > --enable-stage1-checking=release. One reason is that it is not

[Bug middle-end/62090] [5 Regression] ice in compute_may_aliases

2014-08-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62090 Richard Biener changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug middle-end/62090] [5 Regression] ice in compute_may_aliases

2014-08-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62090 --- Comment #9 from Richard Biener --- Author: rguenth Date: Mon Aug 18 14:51:04 2014 New Revision: 214105 URL: https://gcc.gnu.org/viewcvs?rev=214105&root=gcc&view=rev Log: 2014-08-18 Richard Biener PR tree-optimization/62090 * buil

[Bug tree-optimization/62171] New: restrict pointer to struct with restrict pointers parm doesn't prevent aliases

2014-08-18 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62171 Bug ID: 62171 Summary: restrict pointer to struct with restrict pointers parm doesn't prevent aliases Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: no

[Bug tree-optimization/62156] memcmp doesn't see through memcpy at compile-time

2014-08-18 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62156 --- Comment #2 from Marc Glisse --- (In reply to Richard Biener from comment #1) > What kind of std::string code is this? That is, can we expect > memcmp and memcpy to be adjacent (without intermediate memory operations?) I don't remember the e

[Bug c/62158] FAIL: scan-tree-dump-not optimized "gimple_assign"

2014-08-18 Thread sabrinadfs at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62158 --- Comment #3 from Sabrina Souto --- You are right, but indeed this test ran with the option -Ofast, I did not explicitly use this option in the command line because this is already done by DejaGnu, as you can see in the test code below. Test

[Bug c/62158] FAIL: scan-tree-dump-not optimized "gimple_assign"

2014-08-18 Thread sabrinadfs at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62158 --- Comment #2 from Sabrina Souto --- Created attachment 33350 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33350&action=edit Execution log

[Bug other/60465] Compiling glibc-2.17,2.18 with gcc-4.8.2 and binutils-2.23.2,2.24 results in segfaults in _start / elf_get_dynamic_info

2014-08-18 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60465 --- Comment #23 from Eric Botcazou --- Created attachment 33349 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33349&action=edit Reduced testcase To be compiled at -O1.

[Bug tree-optimization/62156] memcmp doesn't see through memcpy at compile-time

2014-08-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62156 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/62158] FAIL: scan-tree-dump-not optimized "gimple_assign"

2014-08-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62158 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/62164] 5.0: ICE: error: Both section and comdat group is set

2014-08-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62164 Richard Biener changed: What|Removed |Added CC||hubicka at gcc dot gnu.org --- Comment

[Bug tree-optimization/46032] openmp inhibits loop vectorization

2014-08-18 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46032 vries at gcc dot gnu.org changed: What|Removed |Added CC||vries at gcc dot gnu.org --- C

[Bug bootstrap/62077] --with-build-config=bootstrap-lto fails

2014-08-18 Thread venkataramanan.kumar at amd dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62077 --- Comment #55 from Venkataramanan --- Hi Richard, >> I don't see why we need to fix this for the 4.9 or 4.8 branch. It never >> worked there and another existing workaround is to configure with >> --enable-stage1-checking=release. Linaro r

[Bug c++/62170] wrong quoting (and colors) for typedef diagnostics

2014-08-18 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62170 Manuel López-Ibáñez changed: What|Removed |Added CC||dodji at gcc dot gnu.org,

[Bug c++/62170] New: wrong quoting (and colors) for typedef diagnostics

2014-08-18 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62170 Bug ID: 62170 Summary: wrong quoting (and colors) for typedef diagnostics Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug bootstrap/62077] --with-build-config=bootstrap-lto fails

2014-08-18 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62077 --- Comment #54 from rguenther at suse dot de --- On Mon, 18 Aug 2014, venkataramanan.kumar at amd dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62077 > > --- Comment #53 from Venkataramanan --- > Hi Richard, > > >> Well, it

[Bug bootstrap/62077] --with-build-config=bootstrap-lto fails

2014-08-18 Thread venkataramanan.kumar at amd dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62077 --- Comment #53 from Venkataramanan --- Hi Richard, >> Well, it would be a workaround only. The real fix is to track down and fix >> all remaining issues we have with regarding to IL differences caused by >> collection changes. In your earl

[Bug ipa/61800] [5 Regression] ICE: Segmentation fault during Firefox build

2014-08-18 Thread kyukhin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61800 --- Comment #3 from Kirill Yukhin --- Author: kyukhin Date: Mon Aug 18 13:26:06 2014 New Revision: 214099 URL: https://gcc.gnu.org/viewcvs?rev=214099&root=gcc&view=rev Log: PR ipa/61800 gcc/ * cgraph.h (cgraph_node::create_indirect_edge): A

[Bug bootstrap/62077] --with-build-config=bootstrap-lto fails

2014-08-18 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62077 --- Comment #52 from rguenther at suse dot de --- On Mon, 18 Aug 2014, venkataramanan.kumar at amd dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62077 > > --- Comment #51 from Venkataramanan --- > (In reply to rguent...@suse.de

[Bug libstdc++/62169] map iterators under _GLIBCXX_DEBUG diverge

2014-08-18 Thread terra at gnome dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62169 --- Comment #3 from M Welinder --- A similar divergence of types occurs between the types std::map::iterator std::multimap::iterator

[Bug other/62168] error in configure: line 21572: test: =: unary operator expected

2014-08-18 Thread manfred99 at gmx dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62168 --- Comment #1 from Manfred Schwarb --- The script in question is gcc/configure, not toplevel configure. The script error location corrsponds to line 2120 in gcc/configure.ac. The code in question was introduced in revision 205392 by hjl.

[Bug target/62111] ICE when building Linux kernel for sh64

2014-08-18 Thread dhowells at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62111 --- Comment #10 from dhowells at redhat dot com --- This is the reduced test case for comment 7: extern void string_get_size(unsigned long long size); void sd_read_capacity(unsigned long long capacity) { string_get_size(capacity << -1); }

[Bug libstdc++/62169] map iterators under _GLIBCXX_DEBUG diverge

2014-08-18 Thread terra at gnome dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62169 --- Comment #2 from M Welinder --- Created attachment 33347 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33347&action=edit Preprocessed source code for debug case

[Bug libstdc++/62169] map iterators under _GLIBCXX_DEBUG diverge

2014-08-18 Thread terra at gnome dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62169 --- Comment #1 from M Welinder --- Created attachment 33346 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33346&action=edit Preprocessed source code for normal case

[Bug libstdc++/62169] New: map iterators under _GLIBCXX_DEBUG diverge

2014-08-18 Thread terra at gnome dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62169 Bug ID: 62169 Summary: map iterators under _GLIBCXX_DEBUG diverge Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstd

[Bug target/62111] ICE when building Linux kernel for sh64

2014-08-18 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62111 --- Comment #9 from Oleg Endo --- (In reply to dhowe...@redhat.com from comment #7) > Having said that, if I use make -k, I can get this: > > ../drivers/scsi/sd.c: In function 'sd_init_command': > ../drivers/scsi/sd.c:1139:1: error: unrecognizab

[Bug bootstrap/62077] --with-build-config=bootstrap-lto fails

2014-08-18 Thread venkataramanan.kumar at amd dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62077 --- Comment #51 from Venkataramanan --- (In reply to rguent...@suse.de from comment #35) > On Thu, 14 Aug 2014, venkataramanan.kumar at amd dot com wrote: > > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62077 > > > > --- Comment #34 from Ven

[Bug target/62111] ICE when building Linux kernel for sh64

2014-08-18 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62111 --- Comment #8 from Kazumoto Kojima --- A reduced test case is always welcome.

[Bug other/62168] New: error in configure: line 21572: test: =: unary operator expected

2014-08-18 Thread manfred99 at gmx dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62168 Bug ID: 62168 Summary: error in configure: line 21572: test: =: unary operator expected Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: minor

[Bug target/62111] ICE when building Linux kernel for sh64

2014-08-18 Thread dhowells at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62111 --- Comment #7 from dhowells at redhat dot com --- Having said that, if I use make -k, I can get this: ../drivers/scsi/sd.c: In function 'sd_init_command': ../drivers/scsi/sd.c:1139:1: error: unrecognizable insn: } ^ (insn 1335 1334 9 190 (set

[Bug target/62111] ICE when building Linux kernel for sh64

2014-08-18 Thread dhowells at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62111 --- Comment #6 from dhowells at redhat dot com --- (In reply to Kazumoto Kojima from comment #5) > ... > > even though general_extend_operand doesn't permit (truncate (mem ...)). > An easy workaround might be to disable truncate in general_exten

[Bug rtl-optimization/62004] [if-conversion] dead type-unsafe load replaces type-safe load

2014-08-18 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62004 vries at gcc dot gnu.org changed: What|Removed |Added Keywords||alias Status|ASSIG

[Bug tree-optimization/62167] New: [tail-merge] dead type-unsafe load replaces type-safe load

2014-08-18 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62167 Bug ID: 62167 Summary: [tail-merge] dead type-unsafe load replaces type-safe load Product: gcc Version: 4.8.4 Status: UNCONFIRMED Severity: normal Pri

[Bug target/61996] [SH] -musermode conflicts with -matomic-model=soft-imask

2014-08-18 Thread dhowells at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61996 --- Comment #1 from dhowells at redhat dot com --- Is this something I can add to the compiler build without a patch?

[Bug rtl-optimization/62030] wrong code due to ifcvt merging two stores which have different aliasing sets

2014-08-18 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62030 vries at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|--

[Bug tree-optimization/61964] [4.8/4.9 regression] krb5 database propagation enters infinite loop; reduced test case

2014-08-18 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61964 Bug 61964 depends on bug 62030, which changed state. Bug 62030 Summary: wrong code due to ifcvt merging two stores which have different aliasing sets https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62030 What|Removed

[Bug middle-end/62090] [5 Regression] ice in compute_may_aliases

2014-08-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62090 --- Comment #8 from Richard Biener --- Ok, same for sprintf. Testing a patch.

[Bug sanitizer/62089] Sanitizer may fail to instrument struct accesses

2014-08-18 Thread ygribov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62089 --- Comment #2 from ygribov at gcc dot gnu.org --- Author: ygribov Date: Mon Aug 18 08:23:47 2014 New Revision: 214086 URL: https://gcc.gnu.org/viewcvs?rev=214086&root=gcc&view=rev Log: 2014-08-18 Yury Gribov PR sanitizer/62089 gcc/

[Bug other/60465] Compiling glibc-2.17,2.18 with gcc-4.8.2 and binutils-2.23.2,2.24 results in segfaults in _start / elf_get_dynamic_info

2014-08-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60465 --- Comment #22 from Richard Biener --- (In reply to Mike Frysinger from comment #18) > thanks for your help Eric. new bisection shows r187042 as a possible > culprit. feel free to de-cc yourself :). > > Richard: any thoughts here ? this chan

[Bug middle-end/62090] [5 Regression] ice in compute_may_aliases

2014-08-18 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62090 David Binderman changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug middle-end/62090] [5 Regression] ice in compute_may_aliases

2014-08-18 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62090 --- Comment #6 from David Binderman --- Created attachment 33345 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33345&action=edit C source code For the attached code, compiled by gcc trunk dated 20140817, the following crash message is pro

[Bug middle-end/60546] [4.8/4.9] O2 & asan enable generates wrong insns

2014-08-18 Thread cand at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60546 Lauri Kasanen changed: What|Removed |Added CC||cand at gmx dot com --- Comment #23 from

[Bug c++/61721] GCC 4.8-4.10 miscompiles webkit hashing

2014-08-18 Thread cand at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61721 Lauri Kasanen changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---