[Bug tree-optimization/66828] [5/6 Regression] gcc/tree-ssa-math-opts.c:2182:38: runtime error: left shift of 72057594037927936 by 8 places cannot be represented in type 'long int'

2015-07-28 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66828 --- Comment #9 from Thomas Preud'homme --- Author: thopre01 Date: Tue Jul 28 06:54:50 2015 New Revision: 226298 URL: https://gcc.gnu.org/viewcvs?rev=226298&root=gcc&view=rev Log: 2015-07-28 Thomas Preud'homme PR tree-optimization/66828

[Bug other/67042] New: gcc/hwint.h:250:19: runtime error: left shift of 8589934588 by 32 places cannot be represented in type 'long int'

2015-07-28 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67042 Bug ID: 67042 Summary: gcc/hwint.h:250:19: runtime error: left shift of 8589934588 by 32 places cannot be represented in type 'long int' Product: gcc Version: unk

[Bug target/67037] [4.9 Regression] Wrong code at -O1 and above on ARM

2015-07-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67037 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.4

[Bug middle-end/67034] [6 Regression] FAIL: gcc.c-torture/compile/pr39928-1.c

2015-07-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67034 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.0

[Bug middle-end/67035] [6 Regression] FAIL: gcc.c-torture/compile/pr54713-3.c

2015-07-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67035 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.0

[Bug bootstrap/67030] [6 Regression] ARM bootstrap failure due to [-Werror=tautological-compare]

2015-07-28 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67030 --- Comment #15 from ktkachov at gcc dot gnu.org --- Yeah, that problem is fixed. Now bootstrap fails due to: gcc/vec.h:307:3: error: attempt to free a non-heap object 'intersecting' [-Werror=free-nonheap-object] ::free (v); ^ But that mus

[Bug bootstrap/67030] [6 Regression] ARM bootstrap failure due to [-Werror=tautological-compare]

2015-07-28 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67030 --- Comment #16 from Marek Polacek --- Yeah, that doesn't look related to this warning at all. Thanks for checking.

[Bug fortran/65766] gFortran Compiler SEGFAULTING on compiling simple program

2015-07-28 Thread t56xjcu6dh at snkmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65766 Louis Krupp changed: What|Removed |Added CC||t56xjcu6dh at snkmail dot com --- Comment

[Bug fortran/65766] gFortran Compiler SEGFAULTING on compiling simple program

2015-07-28 Thread t56xjcu6dh at snkmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65766 --- Comment #3 from Louis Krupp --- Created attachment 36080 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36080&action=edit Proposed patch The problem is with substrings of allocatable string components of derived types. The code seems

[Bug target/67037] [4.9 Regression] Wrong code at -O1 and above on ARM

2015-07-28 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67037 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com --- Comm

[Bug target/67037] [4.9 Regression] Wrong code at -O1 and above on ARM

2015-07-28 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67037 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug other/66827] [6 Regression] left shifts of negative value warnings due to C++14 switch

2015-07-28 Thread miyuki at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66827 Mikhail Maltsev changed: What|Removed |Added CC||miyuki at gcc dot gnu.org --- Comment

[Bug c++/53132] Missing top level in diagnostic's instantiation stack

2015-07-28 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53132 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|paolo.carlin

[Bug c++/67041] [C++14] Variable template initialized by call to lambda does not compile

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

[Bug target/66062] under O2 optimization level , aarch64 compiler give informance : internal compiler error: in expand_assignment, at expr.c:4838

2015-07-28 Thread ssaraswati at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66062 --- Comment #4 from Sujoy --- (In reply to Markus Trippelsdorf from comment #3) > gcc-4.8 isn't supported anymore. > I cannot reproduce the issue with 4.9.3 or above. Thanks for checking. Yes, looks like this got fixed with PR65680.

[Bug debug/67043] New: [6 Regression] -fcompare-debug failure with -O3

2015-07-28 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67043 Bug ID: 67043 Summary: [6 Regression] -fcompare-debug failure with -O3 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: deb

[Bug target/66062] under O2 optimization level , aarch64 compiler give informance : internal compiler error: in expand_assignment, at expr.c:4838

2015-07-28 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66062 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug debug/67043] [6 Regression] -fcompare-debug failure with -O3

2015-07-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67043 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.0 --- Comment #1 from Richard Biener

[Bug target/64402] mep-elf ICE in pre_and_rev_post_order_compute, at cfganal.c:1022

2015-07-28 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64402 Yaakov Selkowitz changed: What|Removed |Added Version|4.9.2 |5.2.0 --- Comment #1 from Yaakov Selk

[Bug debug/67043] [6 Regression] -fcompare-debug failure with -O3

2015-07-28 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67043 --- Comment #2 from Markus Trippelsdorf --- (In reply to Richard Biener from comment #1) > Does the testcase you reduced this from end up generating different code? No. (It was reduced from the Linux kernel: kernel/locking/rtmutex.c).

[Bug middle-end/67027] [gomp4] FAIL: gfortran.dg/goacc/modules.f95 -O (internal compiler error)

2015-07-28 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67027 Nathan Sidwell changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug middle-end/67027] [gomp4] FAIL: gfortran.dg/goacc/modules.f95 -O (internal compiler error)

2015-07-28 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67027 Nathan Sidwell changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug debug/67043] [6 Regression] -fcompare-debug failure with -O3

2015-07-28 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67043 --- Comment #3 from Markus Trippelsdorf --- Created attachment 36081 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36081&action=edit unreduced testcase Unreduced testcase is attached. % gcc --save-temps -c -fno-partial-inlining -O3 -fco

[Bug rtl-optimization/67028] combine bug. Different assumptions about subreg in different places.

2015-07-28 Thread notasas at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67028 notasas at gmail dot com changed: What|Removed |Added CC||notasas at gmail dot com --- C

[Bug fortran/64921] [4.9/5/6 Regression] FAIL: gfortran.dg/class_allocate_18.f90

2015-07-28 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64921 --- Comment #22 from Mikael Morin --- (In reply to rguent...@suse.de from comment #21) > Transfer.4 _is_ null in the case we segfault. So the guard us clearly wrong. > OK, let's try something else. Are you positive transfer.4 is null? I don't s

[Bug fortran/64921] [4.9/5/6 Regression] FAIL: gfortran.dg/class_allocate_18.f90

2015-07-28 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64921 --- Comment #23 from rguenther at suse dot de --- On Tue, 28 Jul 2015, mikael at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64921 > > --- Comment #22 from Mikael Morin --- > (In reply to rguent...@suse.de from commen

[Bug debug/67043] [6 Regression] -fcompare-debug failure with -O3

2015-07-28 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67043 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/64921] [4.9/5/6 Regression] FAIL: gfortran.dg/class_allocate_18.f90

2015-07-28 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64921 --- Comment #24 from Uroš Bizjak --- (In reply to Mikael Morin from comment #22) > (In reply to rguent...@suse.de from comment #21) > > Transfer.4 _is_ null in the case we segfault. So the guard us clearly > > wrong. > > > OK, let's try someth

[Bug c++/67026] GCC incorrectly rejects well-formed constexpr function definition

2015-07-28 Thread anders.granlund.0 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67026 --- Comment #3 from Anders Granlund --- (In reply to Andrew Pinski from comment #2) > Actually wait. I think this is invalid and clang is incorrect in not > rejecting it. Because you have a call to a non constexpr in a constexpr > function; doe

[Bug sanitizer/63927] AddressSanitizer painfully slow on ppc64

2015-07-28 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63927 Bill Schmidt changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/67032] Geode optimizations incorrectly return -NaN

2015-07-28 Thread joshkel at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67032 --- Comment #8 from Josh Kelley --- Adding -mno-mmx prevents the error. Thank you very much for your help.

[Bug c++/66135] trailing return type error for generic lambda

2015-07-28 Thread ensadc at mailnesia dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66135 ensadc at mailnesia dot com changed: What|Removed |Added CC||ensadc at mailnesia dot com

[Bug tree-optimization/66851] support double reduction in parloops

2015-07-28 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66851 vries at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--

[Bug tree-optimization/66851] support double reduction in parloops

2015-07-28 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66851 --- Comment #4 from vries at gcc dot gnu.org --- https://gcc.gnu.org/ml/gcc-cvs/2015-07/msg01090.html Author: vries Date: Tue Jul 28 07:54:04 2015 New Revision: 226300 URL: https://gcc.gnu.org/viewcvs?rev=226300&root=gcc&view=rev Log: Handle dou

[Bug sanitizer/63927] AddressSanitizer painfully slow on ppc64

2015-07-28 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63927 --- Comment #9 from Markus Trippelsdorf --- (In reply to Bill Schmidt from comment #8) > Patch submitted as http://reviews.llvm.org/D11552. Wow. Very nice speedup for such a simple patch. Would be great if could be cherry-picked directly.

[Bug c++/66859] [cilk+] internal compiler error: in lower_stmt

2015-07-28 Thread t at sharklasers dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66859 JD changed: What|Removed |Added Known to fail||5.1.0, 5.2.0 --- Comment #1 from JD --- Same issue

[Bug fortran/67044] New: ICE on valid code

2015-07-28 Thread mrestelli at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67044 Bug ID: 67044 Summary: ICE on valid code Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unass

[Bug c/66098] #pragma diagnostic 'ignored' not fully undone by pop for strict-overflow

2015-07-28 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66098 Manuel López-Ibáñez changed: What|Removed |Added CC||steffen.muething at iwr dot uni-he

[Bug c/66711] GCC does not correctly restore diagnostic state after pragma GCC diagnostic pop with -Werror

2015-07-28 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66711 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug fortran/44672] [F08] ALLOCATE with SOURCE and no array-spec

2015-07-28 Thread pbregener at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44672 pbregener at gmail dot com changed: What|Removed |Added CC||pbregener at gmail dot com -

[Bug bootstrap/67030] [6 Regression] ARM bootstrap failure due to [-Werror=tautological-compare]

2015-07-28 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67030 --- Comment #17 from ktkachov at gcc dot gnu.org --- (In reply to Marek Polacek from comment #16) > Yeah, that doesn't look related to this warning at all. Thanks for checking. Yeah, turns out that was due to a private patch of mine. Clean trunk

[Bug bootstrap/66521] xgcc: cc1plus segfaults when compiling libstdc++-v3/src/c++11/ostream-inst.cc

2015-07-28 Thread ctice at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66521 --- Comment #4 from ctice at gcc dot gnu.org --- Created attachment 36082 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36082&action=edit Tentative patch to fix this issue. I believe the attached patch will fix this problem. I would appre

[Bug target/63679] [5/6 Regression][AArch64] Failure to constant fold.

2015-07-28 Thread alalaw01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63679 alalaw01 at gcc dot gnu.org changed: What|Removed |Added CC||alalaw01 at gcc dot gnu.org

[Bug target/63679] [5/6 Regression][AArch64] Failure to constant fold.

2015-07-28 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63679 --- Comment #33 from Andrew Pinski --- (In reply to alalaw01 from comment #32) > and the optimized tree is: > > foo () > { > int vect_sum_9.6; > int stmp_sum_9.5; > vector(4) int vect_sum_9.4; > const vector(4) int vect__8.3; > const i

[Bug rtl-optimization/67045] New: [ICE][PPCLE64] internal compiler error: in choose_multiplier, at expmed.c:3373

2015-07-28 Thread gary at intrepid dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67045 Bug ID: 67045 Summary: [ICE][PPCLE64] internal compiler error: in choose_multiplier, at expmed.c:3373 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: no

[Bug rtl-optimization/67045] [ICE][PPC64LE] internal compiler error: in choose_multiplier, at expmed.c:3373

2015-07-28 Thread gary at intrepid dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67045 --- Comment #1 from Gary Funck --- Additional info, this failed when trying to build the stage 2 target libgcc. make[3]: Leaving directory '/home/gfunck/gcc-trunk/bld/powerpc64le-unknown-linu x-gnu/libgcc' Makefile:15864: recipe for target 'all-

[Bug c++/67018] [c++-concepts] Failure to partially order function templates by constraints

2015-07-28 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67018 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug sanitizer/63927] AddressSanitizer painfully slow on ppc64

2015-07-28 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63927 --- Comment #10 from Bill Schmidt --- The fix was accepted and committed upstream in the LLVM compiler-rt project. Jakub, is applying this patch to GCC's libsanitizer ok?

[Bug c++/67018] [c++-concepts] Failure to partially order function templates by constraints

2015-07-28 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67018 --- Comment #3 from Jason Merrill --- Author: jason Date: Tue Jul 28 20:07:48 2015 New Revision: 226327 URL: https://gcc.gnu.org/viewcvs?rev=226327&root=gcc&view=rev Log: PR c++/67018 * tree.c (cp_tree_equal): Allow local paramet

[Bug c++/67018] [c++-concepts] Failure to partially order function templates by constraints

2015-07-28 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67018 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug sanitizer/63927] AddressSanitizer painfully slow on ppc64

2015-07-28 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63927 --- Comment #11 from Jakub Jelinek --- (In reply to Bill Schmidt from comment #10) > The fix was accepted and committed upstream in the LLVM compiler-rt project. > Jakub, is applying this patch to GCC's libsanitizer ok? After proper testing it i

[Bug c++/66962] [concepts] overloaded function causing memory blow-up and ICE

2015-07-28 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66962 --- Comment #15 from Jason Merrill --- (In reply to Eric Niebler from comment #9) > Jason, is there anything I can do in my code to avoid the quadratic > explosion while we wait for Andrew to fix the bug? In concepts, !(A && B) is not equivalent

[Bug c++/66962] [concepts] overloaded function causing memory blow-up and ICE

2015-07-28 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66962 --- Comment #16 from Jason Merrill --- (In reply to Jason Merrill from comment #15) > So, converting A || B to !(!A && !B) will avoid the explosion at the cost of > limiting subsumption. Or even !!(A || B).

[Bug preprocessor/67046] New: Segmentation fault when a preprocessor directive follows the argument to _Pragma

2015-07-28 Thread dsabogal.ufl at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67046 Bug ID: 67046 Summary: Segmentation fault when a preprocessor directive follows the argument to _Pragma Product: gcc Version: 5.2.0 Status: UNCONFIRMED Severity

[Bug target/64375] m32c ICE building newlib in calls.cL3638

2015-07-28 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64375 Yaakov Selkowitz changed: What|Removed |Added CC||yselkowi at redhat dot com --- Commen

[Bug c++/67019] [c++-concepts] ICE: canonical types differ for identical types

2015-07-28 Thread Casey at Carter dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67019 Casey Carter changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/66963] __builtin_constant_p and __builtin_choose_expr do not agree on what is a constexpr with -O2

2015-07-28 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66963 --- Comment #5 from joseph at codesourcery dot com --- This is by design. __builtin_choose_expr requires an integer constant expression which must be evaluated before the type of the result can be known; __builtin_constant_p is for optimizatio

[Bug c++/67021] [c++-concepts] ICE in finish_member_declaration

2015-07-28 Thread Casey at Carter dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67021 Casey Carter changed: What|Removed |Added Keywords|ice-on-valid-code | --- Comment #1 from Casey Carter --- Th

[Bug c++/67047] New: GCC accepts ill-formed program with enumerator not representable in uintmax_t

2015-07-28 Thread anders.granlund.0 at gmail dot com
tried this with gcc HEAD 6.0.0 20150728 here: http://melpon.org/wandbox/permlink/8EVR4wM7TqLBTrVG

[Bug c++/67047] GCC accepts ill-formed program with enumerator not representable in uintmax_t

2015-07-28 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67047 --- Comment #1 from Andrew Pinski --- So the enum is an unsigned type so UINTMAX_MAX +1 is 0 as it is always representable due to the rules of unsigned types and wrapping. Unless I miss-understand how this is supposed to work and the wrapping ru

[Bug c++/67047] GCC accepts ill-formed program with enumerator not representable in uintmax_t

2015-07-28 Thread anders.granlund.0 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67047 --- Comment #2 from Anders Granlund --- (In reply to Andrew Pinski from comment #1) > So the enum is an unsigned type so UINTMAX_MAX +1 is 0 as it is always > representable due to the rules of unsigned types and wrapping. Unless I > miss-underst

[Bug c++/67047] GCC accepts ill-formed program with enumerator not representable in uintmax_t

2015-07-28 Thread anders.granlund.0 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67047 --- Comment #3 from Anders Granlund --- It seems like the increment of the enumerator x triggered the use of the following compiler extension: https://gcc.gnu.org/onlinedocs/gcc/_005f_005fint128.html This without any error messages. That is not

[Bug c++/67048] New: GCC rejects well-formed program using empty anonymous enum specifier in a variable declaration

2015-07-28 Thread anders.granlund.0 at gmail dot com
HEAD 6.0.0 20150728 here: http://melpon.org/wandbox/permlink/BXXfLL4WOU5lBOfk

[Bug target/67049] New: sh64-elf: internal compiler error: in df_uses_record, at df-scan.c:3001

2015-07-28 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67049 Bug ID: 67049 Summary: sh64-elf: internal compiler error: in df_uses_record, at df-scan.c:3001 Product: gcc Version: 5.2.0 Status: UNCONFIRMED Keywords: ice-on-

[Bug sanitizer/63927] AddressSanitizer painfully slow on ppc64

2015-07-28 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63927 --- Comment #12 from Bill Schmidt --- Author: wschmidt Date: Wed Jul 29 03:33:10 2015 New Revision: 226335 URL: https://gcc.gnu.org/viewcvs?rev=226335&root=gcc&view=rev Log: 2015-07-28 Bill Schmidt PR sanitizer/63927 * saniti

[Bug sanitizer/63927] AddressSanitizer painfully slow on ppc64

2015-07-28 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63927 Bill Schmidt changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libstdc++/67015] "^[a-z0-9][a-z0-9-]*$", std::regex::extended is miscompiled

2015-07-28 Thread timshen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67015 --- Comment #4 from Tim Shen --- Author: timshen Date: Wed Jul 29 03:45:35 2015 New Revision: 226336 URL: https://gcc.gnu.org/viewcvs?rev=226336&root=gcc&view=rev Log: PR libstdc++/67015 * include/bits/regex_compiler.h (_Compiler

[Bug target/67045] [ICE][PPC64LE] internal compiler error: in choose_multiplier, at expmed.c:3373

2015-07-28 Thread gary at intrepid dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67045 Gary Funck changed: What|Removed |Added CC||segher at gcc dot gnu.org Componen

[Bug bootstrap/67022] ia64-hpux failed to compile libcpp/charset.c with -O2 optimization

2015-07-28 Thread alm at sibmail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67022 Alexander changed: What|Removed |Added CC||alm at sibmail dot ru --- Comment #4 from Al

[Bug target/67045] [ICE][PPC64LE] internal compiler error: in choose_multiplier, at expmed.c:3373

2015-07-28 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67045 Segher Boessenkool changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2015-07-28 Thread alm at sibmail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #10 from Alexander --- Have you try to examine core (dwarf-4) produced with this gcc configuration? Trying this has no luck with gdb-7.x (it is not working at all) One solution for me is a globally fallback to dwarf-2 (and use gdb 6.3

[Bug libstdc++/67015] "^[a-z0-9][a-z0-9-]*$", std::regex::extended is miscompiled

2015-07-28 Thread timshen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67015 --- Comment #5 from Tim Shen --- Author: timshen Date: Wed Jul 29 04:30:25 2015 New Revision: 226337 URL: https://gcc.gnu.org/viewcvs?rev=226337&root=gcc&view=rev Log: Backport from mainline 2015-07-29 Tim Shen PR lib

[Bug libstdc++/67015] "^[a-z0-9][a-z0-9-]*$", std::regex::extended is miscompiled

2015-07-28 Thread timshen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67015 Tim Shen changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug sanitizer/63927] AddressSanitizer painfully slow on ppc64

2015-07-28 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63927 Markus Trippelsdorf changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug sanitizer/63927] AddressSanitizer painfully slow on ppc64

2015-07-28 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63927 --- Comment #15 from Markus Trippelsdorf --- Author: trippels Date: Wed Jul 29 06:32:09 2015 New Revision: 226338 URL: https://gcc.gnu.org/viewcvs?rev=226338&root=gcc&view=rev Log: Use fast unwinder for PowerPC 2015-07-29 Markus Trippelsdorf

[Bug sanitizer/63927] AddressSanitizer painfully slow on ppc64

2015-07-28 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63927 Markus Trippelsdorf changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug c/66963] __builtin_constant_p and __builtin_choose_expr do not agree on what is a constexpr with -O2

2015-07-28 Thread nicstange at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66963 --- Comment #6 from Nicolai Stange --- Thank you for your clarifications, Andrew and Joseph. As far as I am concerned, this bug can be marked as resolved/rejected/whatever you like.

[Bug debug/67043] [6 Regression] -fcompare-debug failure with -O3

2015-07-28 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67043 --- Comment #5 from Thomas Preud'homme --- Mmmh, that seems to be because luid are not up-to-date. Running df_recompute_luids before can_move_invariant_reg makes the issue go away.