[Bug target/43744] SH: Error: pcrel too far

2014-08-29 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43744 --- Comment #14 from John Paul Adrian Glaubitz --- Hi Kazumoto! (In reply to Kazumoto Kojima from comment #13) > (In reply to John Paul Adrian Glaubitz from comment #12) > > I'm seeing this issue again when compiling binutils-2.24.51.20140818 wi

[Bug target/54418] [4.8 Regression] [SH] Invalid operands for opcode

2014-08-29 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54418 --- Comment #8 from Kazumoto Kojima --- (In reply to John Paul Adrian Glaubitz from comment #6) > I'm seeing this issue again when compiling postgresql-9.4 with gcc-4.9.1, > but I am not sure whether the issues are related. I've filed a new PR62

[Bug target/62312] New: [4.9/5 Regression] [SH] Invalid operands for opcode div0s

2014-08-29 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62312 Bug ID: 62312 Summary: [4.9/5 Regression] [SH] Invalid operands for opcode div0s Product: gcc Version: 4.9.1 Status: UNCONFIRMED Keywords: wrong-code

[Bug c++/62310] fails to consider default initializers (NSDMIs) when checking inheriting constructors

2014-08-29 Thread ppluzhnikov at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62310 Paul Pluzhnikov changed: What|Removed |Added CC||ppluzhnikov at google dot com --- Comm

[Bug target/43744] SH: Error: pcrel too far

2014-08-29 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43744 Kazumoto Kojima changed: What|Removed |Added Known to work|| --- Comment #13 from Kazumoto Kojima

[Bug bootstrap/57125] Build not SMP safe; fails to build bconfig.h

2014-08-29 Thread andrew at ado dot is-a-geek.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57125 --- Comment #6 from Andrew Oakley --- Sorry, this patch doesn't seem sufficient (perhaps I was just lucky for a while). Apologies for the noise.

[Bug other/62311] New: Found a potential copy and paste issue on in gcc/config/cr16.c

2014-08-29 Thread ettl.martin at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62311 Bug ID: 62311 Summary: Found a potential copy and paste issue on in gcc/config/cr16.c Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug c++/62310] New: fails to consider default initializers (NSDMIs) when checking inheriting constructors

2014-08-29 Thread richard-gccbugzilla at metafoo dot co.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62310 Bug ID: 62310 Summary: fails to consider default initializers (NSDMIs) when checking inheriting constructors Product: gcc Version: unknown Status: UNCONFIRMED S

[Bug bootstrap/62304] [5 regression] ICE in follow_jumps, find_dead_or_set_registers

2014-08-29 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62304 --- Comment #6 from Steve Ellcey --- (In reply to Dave Malcolm from comment #5) > Created attachment 33416 [details] > Candidate patch. Bootstrapped on x86_64; seems to work on stage1 cris and > sparc This patch fixed my MIPS build. I am runni

[Bug fortran/62215] Updating .mod files on Win32 fails

2014-08-29 Thread jb at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62215 Janne Blomqvist changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/62302] [5 Regression] Change in the comdat used for constructors

2014-08-29 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62302 Jason Merrill changed: What|Removed |Added Priority|P3 |P1 Status|UNCONFIRMED

[Bug sanitizer/62307] -fsanitize=undefined doesn't pay attention to __attribute__((returns_nonnull))

2014-08-29 Thread samsonov at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62307 --- Comment #3 from Alexey Samsonov --- FYI, Jakub has proposed a patch to add additional check to -fsanitize=undefined that would specifically sanitize functions with returns_nonnull attribute: however, it would sanitize bodies of the function a

[Bug bootstrap/57125] Build not SMP safe; fails to build bconfig.h

2014-08-29 Thread andrew at ado dot is-a-geek.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57125 Andrew Oakley changed: What|Removed |Added CC||andrew at ado dot is-a-geek.net --- Comm

[Bug fortran/62215] Updating .mod files on Win32 fails

2014-08-29 Thread jb at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62215 --- Comment #9 from Janne Blomqvist --- Author: jb Date: Fri Aug 29 20:49:16 2014 New Revision: 214743 URL: https://gcc.gnu.org/viewcvs?rev=214743&root=gcc&view=rev Log: PR 62215 Unlink old module file before renaming. 2014-08-29 Jeffrey Armst

[Bug fortran/62215] Updating .mod files on Win32 fails

2014-08-29 Thread jb at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62215 --- Comment #8 from Janne Blomqvist --- Author: jb Date: Fri Aug 29 20:46:15 2014 New Revision: 214742 URL: https://gcc.gnu.org/viewcvs?rev=214742&root=gcc&view=rev Log: PR 62215 Reinstate unlinking old module file before renaming. 2014-08-29

[Bug c++/62306] [4.9/5 Regression?] Change in the comdat used for constructors

2014-08-29 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62306 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/62309] -fno-automatic with -finit-local prevents initialization of automatics in recursive functions

2014-08-29 Thread fritzoreese at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62309 Fritz Reese changed: What|Removed |Added CC||fritzoreese at gmail dot com --- Comment #

[Bug fortran/62309] New: -fno-automatic with -finit-local prevents initialization of automatics in recursive functions

2014-08-29 Thread fritzoreese at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62309 Bug ID: 62309 Summary: -fno-automatic with -finit-local prevents initialization of automatics in recursive functions Product: gcc Version: 4.8.3 Status: UNCONFIRMED

[Bug target/54418] [4.8 Regression] [SH] Invalid operands for opcode

2014-08-29 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54418 --- Comment #7 from John Paul Adrian Glaubitz --- (In reply to John Paul Adrian Glaubitz from comment #6) > > The full buildlog can be found here [1]. Forgot the actual link: http://buildd.debian-ports.org/status/fetch.php?pkg=postgresql-9.4&arc

[Bug target/43744] SH: Error: pcrel too far

2014-08-29 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43744 John Paul Adrian Glaubitz changed: What|Removed |Added CC||glaubitz at physik dot fu-be

[Bug target/54418] [4.8 Regression] [SH] Invalid operands for opcode

2014-08-29 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54418 John Paul Adrian Glaubitz changed: What|Removed |Added CC||glaubitz at physik dot fu-be

[Bug c++/58678] [4.9 Regression] pykde4-4.11.2 link error (devirtualization too trigger happy)

2014-08-29 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678 --- Comment #64 from Jason Merrill --- (In reply to Markus Trippelsdorf from comment #63) I expect my patch will also fix it for you, then.

[Bug c++/58678] [4.9 Regression] pykde4-4.11.2 link error (devirtualization too trigger happy)

2014-08-29 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678 --- Comment #63 from Markus Trippelsdorf --- Hmm, I've tested the following with 4.9 branch: diff --git a/gcc/ipa.c b/gcc/ipa.c index ebaa82dbfe41..b55b8ccab4ac 100644 --- a/gcc/ipa.c +++ b/gcc/ipa.c @@ -980,11 +980,6 @@ function_and_variable_vi

[Bug c++/58678] [4.9 Regression] pykde4-4.11.2 link error (devirtualization too trigger happy)

2014-08-29 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678 --- Comment #62 from Jason Merrill --- Created attachment 33417 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33417&action=edit Patch #5 Like so. This patch fixes the bug in both 4.9 and trunk, but only when the linker plugin isn't used.

[Bug bootstrap/62304] [5 regression] ICE in follow_jumps, find_dead_or_set_registers

2014-08-29 Thread dmalcolm at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62304 --- Comment #5 from Dave Malcolm --- Created attachment 33416 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33416&action=edit Candidate patch. Bootstrapped on x86_64; seems to work on stage1 cris and sparc

[Bug bootstrap/61078] [5 Regression] ESA mode bootstrap failure since r209897

2014-08-29 Thread krebbel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61078 --- Comment #7 from Andreas Krebbel --- (In reply to jgreenhalgh from comment #6) > As mentioned in the original patch submission [1], the effect is to allow > removal the removal of temporary registers when shuffling arguments for a > call. Ok.

[Bug c++/58678] [4.9 Regression] pykde4-4.11.2 link error (devirtualization too trigger happy)

2014-08-29 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678 --- Comment #61 from Jason Merrill --- Yes, for 4.9 probably better to remove the DECL_COMDAT check from ipa_visibility; there's really no need for it, as all artificial virtuals are implicitly inline and thus would always have DECL_COMDAT set if

[Bug bootstrap/62301] [5 Regression] PowerPC bootstrap broken since r214654

2014-08-29 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62301 --- Comment #9 from Bill Schmidt --- Thanks, Richard!

[Bug c++/55004] [meta-bug] constexpr issues

2014-08-29 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55004 Bug 55004 depends on bug 54002, which changed state. Bug 54002 Summary: [C++0x] Initializing constexpr static member using constexpr static method fails https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54002 What|Removed

[Bug c++/54002] [C++0x] Initializing constexpr static member using constexpr static method fails

2014-08-29 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54002 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/54002] [C++0x] Initializing constexpr static member using constexpr static method fails

2014-08-29 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54002 --- Comment #5 from paolo at gcc dot gnu.org --- Author: paolo Date: Fri Aug 29 15:58:26 2014 New Revision: 214734 URL: https://gcc.gnu.org/viewcvs?rev=214734&root=gcc&view=rev Log: 2014-08-29 Paolo Carlini PR c++/54002 * g++.dg/cpp0

[Bug bootstrap/62304] [5 regression] ICE in follow_jumps, find_dead_or_set_registers

2014-08-29 Thread dmalcolm at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62304 --- Comment #4 from Dave Malcolm --- (In reply to Dave Malcolm from comment #3) > Do you have preprocessed source handy for the reorg.c crash? No need; I've reproduced it locally now.

[Bug bootstrap/62301] [5 Regression] PowerPC bootstrap broken since r214654

2014-08-29 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62301 rsandifo at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolutio

[Bug c++/54002] [C++0x] Initializing constexpr static member using constexpr static method fails

2014-08-29 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54002 --- Comment #4 from Paolo Carlini --- I'm adding the testcase to the testsuite and closing the bug.

[Bug bootstrap/62301] [5 Regression] PowerPC bootstrap broken since r214654

2014-08-29 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62301 --- Comment #7 from rsandifo at gcc dot gnu.org --- Author: rsandifo Date: Fri Aug 29 15:51:13 2014 New Revision: 214733 URL: https://gcc.gnu.org/viewcvs?rev=214733&root=gcc&view=rev Log: gcc/ PR bootstrap/62301 * rtlanal.c (rtx_referen

[Bug sanitizer/62307] -fsanitize=undefined doesn't pay attention to __attribute__((returns_nonnull))

2014-08-29 Thread zackw at panix dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62307 --- Comment #2 from Zack Weinberg --- (In reply to Marc Glisse from comment #1) > -fsanitize=null seems to imply -fno-delete-null-pointer-checks, so I assume > this is on purpose. It would actually be quite natural for the sanitizer to > insert a

[Bug other/62248] Configure error with --with-fpu=fp-armv8

2014-08-29 Thread yroux at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62248 Yvan Roux changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug bootstrap/62301] [5 Regression] PowerPC bootstrap broken since r214654

2014-08-29 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62301 --- Comment #6 from Bill Schmidt --- Ah...I've been staring at the two versions for so long and that never leaped out at me. :) Thanks, Richard!

[Bug other/62248] Configure error with --with-fpu=fp-armv8

2014-08-29 Thread yroux at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62248 --- Comment #3 from Yvan Roux --- Author: yroux Date: Fri Aug 29 15:41:52 2014 New Revision: 214731 URL: https://gcc.gnu.org/viewcvs?rev=214731&root=gcc&view=rev Log: 2014-08-29 Yvan Roux Backport from mainline 2014-08-27 Yv

[Bug bootstrap/62304] [5 regression] ICE in follow_jumps, find_dead_or_set_registers

2014-08-29 Thread dmalcolm at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62304 --- Comment #3 from Dave Malcolm --- Do you have preprocessed source handy for the reorg.c crash?

[Bug target/62281] gcc doesn't conform to Solaris 32-bit ABI by expecting 16-byte stack alignment

2014-08-29 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62281 --- Comment #7 from joseph at codesourcery dot com --- FWIW, I recommended to Sun in Mar 2006 that the kernel should ensure 16-byte alignment for both signal handlers and process startup (apparently this resulted in Sun bug 6397812, "Problem wi

[Bug rtl-optimization/62308] New: A bug with aarch64 big-endian

2014-08-29 Thread yml6087582 at 163 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62308 Bug ID: 62308 Summary: A bug with aarch64 big-endian Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: rtl-optimization

[Bug bootstrap/62301] [5 Regression] PowerPC bootstrap broken since r214654

2014-08-29 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62301 rsandifo at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirme

[Bug sanitizer/62307] -fsanitize=undefined doesn't pay attention to __attribute__((returns_nonnull))

2014-08-29 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62307 Marc Glisse changed: What|Removed |Added Keywords||missed-optimization --- Comment #1 from Ma

[Bug target/62281] gcc doesn't conform to Solaris 32-bit ABI by expecting 16-byte stack alignment

2014-08-29 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62281 Rainer Orth changed: What|Removed |Added CC||ro at gcc dot gnu.org Target Milestone|-

[Bug sanitizer/62307] New: -fsanitize=undefined doesn't pay attention to __attribute__((returns_nonnull))

2014-08-29 Thread zackw at panix dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62307 Bug ID: 62307 Summary: -fsanitize=undefined doesn't pay attention to __attribute__((returns_nonnull)) Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severity:

[Bug c++/62306] New: [4.9/5 Regression?] Change in the comdat used for constructors

2014-08-29 Thread rafael.espindola at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62306 Bug ID: 62306 Summary: [4.9/5 Regression?] Change in the comdat used for constructors Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal P

[Bug bootstrap/62301] [5 Regression] PowerPC bootstrap broken since r214654

2014-08-29 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62301 --- Comment #4 from Bill Schmidt --- Unfortunately that was not sufficient -- same SEGVs are still occurring.

[Bug bootstrap/62301] [5 Regression] PowerPC bootstrap broken since r214654

2014-08-29 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62301 --- Comment #3 from Bill Schmidt --- Looks like a subtle logic change in the patch: + FOR_EACH_SUBRTX (iter, array, body, ALL) +if (const_rtx y = *iter) + { + /* Check if a label_ref Y refers to label X. */ + if (GET_CODE

[Bug c++/54126] ICE on constexpr move ctor with const ref type instead of error

2014-08-29 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54126 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug c++/55004] [meta-bug] constexpr issues

2014-08-29 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55004 Bug 55004 depends on bug 54126, which changed state. Bug 54126 Summary: ICE on constexpr move ctor with const ref type instead of error https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54126 What|Removed |Added ---

[Bug bootstrap/62301] [5 Regression] PowerPC bootstrap broken since r214654

2014-08-29 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62301 --- Comment #2 from Bill Schmidt --- Example backtrace for segv: #0 0x4d5a28a0 in ?? () #1 0x10370128 in mem_loc_descriptor(rtx_def*, machine_mode, machine_mode, var_init_status) () #2 0x103704f4 in mem_loc_descriptor(

[Bug c++/56991] constexpr std::initializer_list rejects too complex initialization

2014-08-29 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56991 --- Comment #6 from paolo at gcc dot gnu.org --- Author: paolo Date: Fri Aug 29 13:12:02 2014 New Revision: 214729 URL: https://gcc.gnu.org/viewcvs?rev=214729&root=gcc&view=rev Log: 2014-08-29 Paolo Carlini PR c++/56991 * g++.dg/cpp0

[Bug c++/55004] [meta-bug] constexpr issues

2014-08-29 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55004 Bug 55004 depends on bug 56991, which changed state. Bug 56991 Summary: constexpr std::initializer_list rejects too complex initialization https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56991 What|Removed |Added

[Bug c++/56991] constexpr std::initializer_list rejects too complex initialization

2014-08-29 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56991 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug lto/62026] [4.9/5 Regression] Crash in lto_get_decl_name_mapping

2014-08-29 Thread smf.linux at ntlworld dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62026 --- Comment #7 from Stuart Foster --- (In reply to Markus Trippelsdorf from comment #6) > (In reply to Stuart Foster from comment #5) > > (In reply to Markus Trippelsdorf from comment #4) > > > *** Bug 62303 has been marked as a duplicate of this

[Bug tree-optimization/62291] PRE uses too much memory and compile-time

2014-08-29 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62291 --- Comment #2 from Richard Biener --- As said in the mail for the just applied patch: "The second patch (once done) will refactor insertion phase to do a dominator walk similar to what elimination does computing AVAIL_OUT on-the-fly (and only k

[Bug c++/57764] class static constexpr variables cannot be references

2014-08-29 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57764 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/55004] [meta-bug] constexpr issues

2014-08-29 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55004 Bug 55004 depends on bug 57764, which changed state. Bug 57764 Summary: class static constexpr variables cannot be references https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57764 What|Removed |Added --

[Bug c++/57764] class static constexpr variables cannot be references

2014-08-29 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57764 --- Comment #3 from paolo at gcc dot gnu.org --- Author: paolo Date: Fri Aug 29 12:47:19 2014 New Revision: 214728 URL: https://gcc.gnu.org/viewcvs?rev=214728&root=gcc&view=rev Log: 2014-08-29 Paolo Carlini PR c++/57764 * g++.dg/cpp0

[Bug c++/57764] class static constexpr variables cannot be references

2014-08-29 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57764 --- Comment #2 from Paolo Carlini --- This is fixed in 4.9.0 and mainline. I'm adding the testcase and closing the bug.

[Bug tree-optimization/62291] PRE uses too much memory and compile-time

2014-08-29 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62291 --- Comment #1 from Richard Biener --- Author: rguenth Date: Fri Aug 29 12:39:50 2014 New Revision: 214727 URL: https://gcc.gnu.org/viewcvs?rev=214727&root=gcc&view=rev Log: 2014-08-29 Richard Biener PR tree-optimization/62291 * tree

[Bug c++/62305] New: throw segfaults on 64bit Cygwin

2014-08-29 Thread dominik.stras...@onespin-solutions.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62305 Bug ID: 62305 Summary: throw segfaults on 64bit Cygwin Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: critical Priority: P3 Component: c++ A

[Bug c++/59938] [C++11] Bogus "... is not a constant expression"

2014-08-29 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59938 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/55004] [meta-bug] constexpr issues

2014-08-29 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55004 Bug 55004 depends on bug 59938, which changed state. Bug 59938 Summary: [C++11] Bogus "... is not a constant expression" https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59938 What|Removed |Added ---

[Bug c++/59938] [C++11] Bogus "... is not a constant expression"

2014-08-29 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59938 --- Comment #2 from paolo at gcc dot gnu.org --- Author: paolo Date: Fri Aug 29 12:24:17 2014 New Revision: 214724 URL: https://gcc.gnu.org/viewcvs?rev=214724&root=gcc&view=rev Log: 2014-08-29 Paolo Carlini PR c++/59938 * g++.dg/cpp0

[Bug c++/59938] [C++11] Bogus "... is not a constant expression"

2014-08-29 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59938 --- Comment #1 from Paolo Carlini --- This is already fixed in mainline. I'm addding the testcase and closing the bug.

[Bug c++/60430] static_assert and reference to const/constexpr

2014-08-29 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60430 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/62304] [5 regression] ICE in follow_jumps, find_dead_or_set_registers

2014-08-29 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62304 --- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #1 from Dave Malcolm --- > The crash in find_dead_or_set_registers is the one discussed in: > https://gcc.gnu.org/ml/gcc-patches/2014-08/msg02619.html > and I introduced it

[Bug bootstrap/62304] [5 regression] ICE in follow_jumps, find_dead_or_set_registers

2014-08-29 Thread dmalcolm at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62304 Dave Malcolm changed: What|Removed |Added CC||dmalcolm at redhat dot com --- Comment #1

[Bug bootstrap/62304] [5 regression] ICE in follow_jumps, find_dead_or_set_registers

2014-08-29 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62304 Rainer Orth changed: What|Removed |Added Target Milestone|--- |5.0

[Bug bootstrap/62304] New: [5 regression] ICE in follow_jumps, find_dead_or_set_registers

2014-08-29 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62304 Bug ID: 62304 Summary: [5 regression] ICE in follow_jumps, find_dead_or_set_registers Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal P

[Bug tree-optimization/62291] PRE uses too much memory and compile-time

2014-08-29 Thread steven at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62291 Steven Bosscher changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/58678] [4.9 Regression] pykde4-4.11.2 link error (devirtualization too trigger happy)

2014-08-29 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678 --- Comment #60 from Markus Trippelsdorf --- (In reply to Jason Merrill from comment #59) > (In reply to Markus Trippelsdorf from comment #58) > > These are breaking with -flto because make_decl_local clears DECL_COMDAT, so > the check I added t

[Bug fortran/62298] Internal Compiler Error in fold_convert_loc

2014-08-29 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62298 --- Comment #5 from Dominique d'Humieres --- Workaround: replace res = this with res%buffer = this%buffer res%length = this%len() ...other needed components With these changes the code compiles, but I cann

[Bug libstdc++/62258] uncaught_exception() equals to `true' after rethrow_exception()

2014-08-29 Thread D.Bahadir at GMX dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62258 Deniz Bahadir changed: What|Removed |Added CC||D.Bahadir at GMX dot de --- Comment #3 f

[Bug lto/62026] [4.9/5 Regression] Crash in lto_get_decl_name_mapping

2014-08-29 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62026 --- Comment #6 from Markus Trippelsdorf --- (In reply to Stuart Foster from comment #5) > (In reply to Markus Trippelsdorf from comment #4) > > *** Bug 62303 has been marked as a duplicate of this bug. *** > > Which branch of gcc is this fix in

[Bug lto/62026] [4.9/5 Regression] Crash in lto_get_decl_name_mapping

2014-08-29 Thread smf.linux at ntlworld dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62026 --- Comment #5 from Stuart Foster --- (In reply to Markus Trippelsdorf from comment #4) > *** Bug 62303 has been marked as a duplicate of this bug. *** Which branch of gcc is this fix in ? Thanks

[Bug fortran/60593] ICE with deferred length variable in FORALL

2014-08-29 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60593 --- Comment #5 from Dominique d'Humieres --- This PR is fixed by the patch at https://gcc.gnu.org/ml/fortran/2014-08/msg00114.html. Test that can be executed: character(len=10), target :: c character(len=:), pointer :: p c = 'abcdefghij' p => c

[Bug fortran/44735] ICE on FORALL with character array pointer

2014-08-29 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44735 --- Comment #5 from Dominique d'Humieres --- This PR is fixed by the patch at https://gcc.gnu.org/ml/fortran/2014-08/msg00114.html. Test that can be executed: subroutine bug character(len=10) :: F_string character(len=1), dimension(:), point

[Bug middle-end/61558] [5 Regression] ICE: Segmentation fault

2014-08-29 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61558 Markus Trippelsdorf changed: What|Removed |Added CC||lucdanton at free dot fr --- Comme

[Bug c++/62299] [4.9/5 regression] ICE with __attribute__((__weakref__(""))) and __thread

2014-08-29 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62299 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/62299] [4.9/5 regression] ICE with __attribute__((__weakref__(""))) and __thread

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

[Bug bootstrap/62300] [5 Regression] internal compiler error: in as_a, at is-a.h:192

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

[Bug bootstrap/62301] [5 Regression] PowerPC bootstrap broken since r214654

2014-08-29 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62301 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.0 Summary|PowerPC bootstra

[Bug c++/62302] [5 Regression] Change in the comdat used for constructors

2014-08-29 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62302 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.0 Summary|Change in the co

[Bug middle-end/62292] [5 Regression] FAIL: (geterrorname|getmethodname) run

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

[Bug fortran/62298] Internal Compiler Error in fold_convert_loc

2014-08-29 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62298 --- Comment #4 from Dominique d'Humieres --- The ICE occurs in the functions string_lowercase, string_uppercase, and string_replace, and it is the same as for the test in comment 5 of pr49802. For the record, the attached test is a variant of th

[Bug c++/61484] [C++11] can't initialize constexpr multi-dimentional array of a literal type

2014-08-29 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61484 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/55004] [meta-bug] constexpr issues

2014-08-29 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55004 Bug 55004 depends on bug 61484, which changed state. Bug 61484 Summary: [C++11] can't initialize constexpr multi-dimentional array of a literal type https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61484 What|Removed

[Bug c++/61484] [C++11] can't initialize constexpr multi-dimentional array of a literal type

2014-08-29 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61484 --- Comment #4 from paolo at gcc dot gnu.org --- Author: paolo Date: Fri Aug 29 08:41:16 2014 New Revision: 214718 URL: https://gcc.gnu.org/viewcvs?rev=214718&root=gcc&view=rev Log: 2014-08-29 Paolo Carlini PR c++/61484 * g++.dg/cpp0

[Bug lto/62026] [4.9/5 Regression] Crash in lto_get_decl_name_mapping

2014-08-29 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62026 Markus Trippelsdorf changed: What|Removed |Added CC||smf.linux at ntlworld dot com ---

[Bug c++/62303] g++ 4.9.1 lto1: internal compiler error: Segmentation fault

2014-08-29 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62303 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/61484] [C++11] can't initialize constexpr multi-dimentional array of a literal type

2014-08-29 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61484 --- Comment #3 from Paolo Carlini --- This works in current mainline, I'm adding the testcase and closing the bug.

[Bug c++/62303] New: g++ 4.9.1 lto1: internal compiler error: Segmentation fault

2014-08-29 Thread smf.linux at ntlworld dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62303 Bug ID: 62303 Summary: g++ 4.9.1 lto1: internal compiler error: Segmentation fault Product: gcc Version: lto Status: UNCONFIRMED Severity: normal Prio

[Bug middle-end/62292] [5 Regression] FAIL: (geterrorname|getmethodname) run

2014-08-29 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62292 --- Comment #5 from Richard Biener --- Author: rguenth Date: Fri Aug 29 08:11:57 2014 New Revision: 214716 URL: https://gcc.gnu.org/viewcvs?rev=214716&root=gcc&view=rev Log: 2014-08-29 Richard Biener PR middle-end/62292 * gimple-fold

[Bug fortran/62298] Internal Compiler Error in fold_convert_loc

2014-08-29 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62298 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/62297] Internal Compiler Error in fold_convert_loc

2014-08-29 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62297 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/62298] Internal Compiler Error in fold_convert_loc

2014-08-29 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62298 --- Comment #2 from Dominique d'Humieres --- *** Bug 62297 has been marked as a duplicate of this bug. ***