[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 rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |6.0

[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 rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |6.0

[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 mikpelinux at gmail dot com changed: What|Removed |Added CC|

[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 thopre01 at gcc dot gnu.org --- Author: thopre01 Date: Tue Jul 28 06:54:50 2015 New Revision: 226298 URL: https://gcc.gnu.org/viewcvs?rev=226298root=gccview=rev Log: 2015-07-28 Thomas Preud'homme

[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 miyuki at gcc dot gnu.org changed: What|Removed |Added CC||miyuki at gcc

[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 ssaraswati at gmail dot com --- (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

[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 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 rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.9.4

[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 t56xjcu6dh at snkmail dot com changed: What|Removed |Added CC||t56xjcu6dh at

[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 mpolacek at gcc dot gnu.org --- Yeah, that doesn't look related to this warning at all. Thanks for checking.

[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:

[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 paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[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 pinskia at gcc dot gnu.org --- 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

[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 anders.granlund.0 at gmail dot com --- 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

[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 yselkowi at redhat dot com changed: What|Removed |Added CC||yselkowi at

[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
message was expected. I have 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 anders.granlund.0 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67047 --- Comment #2 from Anders Granlund anders.granlund.0 at gmail dot com --- (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

[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 Casey at Carter dot net changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[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 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;

[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 Casey at Carter dot net changed: What|Removed |Added Keywords|ice-on-valid-code | --- Comment #1

[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 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

[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 t56xjcu6dh at snkmail dot com --- Created attachment 36080 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=36080action=edit Proposed patch The problem is with substrings of allocatable string components of

[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 redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[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 joshkel at gmail dot com --- Adding -mno-mmx prevents the error. Thank you very much for your help.

[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 trippels at gcc dot gnu.org --- (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

[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 anders.granlund.0 at gmail dot com --- (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

[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 wschmidt at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[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

[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=226300root=gccview=rev Log: Handle

[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 timshen at gcc dot gnu.org --- Author: timshen Date: Wed Jul 29 03:45:35 2015 New Revision: 226336 URL: https://gcc.gnu.org/viewcvs?rev=226336root=gccview=rev Log: PR libstdc++/67015 *

[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 segher at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[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 t at sharklasers dot com changed: What|Removed |Added Known to fail||5.1.0, 5.2.0 --- Comment

[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 manu at gcc dot gnu.org changed: What|Removed |Added CC|

[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 manu at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[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:

[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 rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |6.0 ---

[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 yselkowi at redhat dot com changed: What|Removed |Added Version|4.9.2 |5.2.0 ---

[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 trippels at gcc dot gnu.org --- (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:

[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 trippels at gcc dot gnu.org --- Created attachment 36081 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=36081action=edit unreduced testcase Unreduced testcase is attached. % gcc --save-temps -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 mikael at gcc dot gnu.org --- (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

[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 ubizjak at gmail dot com --- (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,

[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:

[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 ---

[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 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 mikael at gcc dot gnu.org

[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 nathan at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[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 nathan at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[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 trippels at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED

[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 trippels at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[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:

[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 alm at sibmail dot ru --- 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

[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 wschmidt at gcc dot gnu.org --- Author: wschmidt Date: Wed Jul 29 03:33:10 2015 New Revision: 226335 URL: https://gcc.gnu.org/viewcvs?rev=226335root=gccview=rev Log: 2015-07-28 Bill Schmidt

[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 wschmidt at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[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 timshen at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[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 gary at intrepid dot com changed: What|Removed |Added CC||segher at gcc dot

[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 alm at sibmail dot ru changed: What|Removed |Added CC||alm at sibmail dot ru

[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 timshen at gcc dot gnu.org --- Author: timshen Date: Wed Jul 29 04:30:25 2015 New Revision: 226337 URL: https://gcc.gnu.org/viewcvs?rev=226337root=gccview=rev Log: Backport from mainline 2015-07-29

[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 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=36082action=edit Tentative patch to fix this issue. I believe the attached patch will fix this problem. I would

[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 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 pinskia at gcc dot gnu.org --- (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

[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:

[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 jakub at gcc dot gnu.org --- (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?

[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 gary at intrepid dot com --- 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'

[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 jason at gcc dot gnu.org --- Author: jason Date: Tue Jul 28 20:07:48 2015 New Revision: 226327 URL: https://gcc.gnu.org/viewcvs?rev=226327root=gccview=rev Log: PR c++/67018 * tree.c

[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 jason at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[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 jason at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last

[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 wschmidt at gcc dot gnu.org --- The fix was accepted and committed upstream in the LLVM compiler-rt project. Jakub, is applying this patch to GCC's libsanitizer ok?

[Bug fortran/67039] Documentation of pseudorandom number intrinsics is incorrect

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

[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 trippels at gcc dot gnu.org changed: What|Removed |Added CC|

[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 trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66828 --- Comment #8 from Markus Trippelsdorf trippels at gcc dot gnu.org --- (In reply to Thomas Preud'homme from comment #7) (In reply to Thomas Preud'homme from comment #6) Created attachment 36078 [details] Use unsigned type for inc to have

[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 jason at gcc dot gnu.org --- (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

[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 jason at gcc dot gnu.org --- (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