[Bug inline-asm/68084] Inverted conditions generated for x86 inline assembly "flag output constraints"

2015-10-25 Thread gccbugzilla at limegreensocks dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68084 David changed: What|Removed |Added CC||gccbugzilla@limegreensocks. |

[Bug target/68081] Cygwin GCC cannot compile program that uses __builtin_ia32_rdseed64_step

2015-10-25 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68081 --- Comment #4 from Marc Glisse --- For intrinsics, gcc mostly considers Intel as the standard, so the documentation would be https://software.intel.com/en-us/node/523865 .

[Bug c++/68087] [5/6 Regression] ICE with constexpr in array with negative index

2015-10-25 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68087 Markus Trippelsdorf changed: What|Removed |Added Keywords||ice-on-invalid-code

[Bug target/68088] [6 Regression] ICE: RTL check: expected code 'reg', have 'subreg' in rhs_regno, at rtl.h:1782 @ aarch64

2015-10-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68088 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug inline-asm/68084] Inverted conditions generated for x86 inline assembly "flag output constraints"

2015-10-25 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68084 Uroš Bizjak changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/68087] [5/6 Regression] ICE with constexpr in array with negative index

2015-10-25 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68087 --- Comment #2 from Markus Trippelsdorf --- Perhaps: diff --git a/gcc/cp/constexpr.c b/gcc/cp/constexpr.c index ebca411..0828a90 100644 --- a/gcc/cp/constexpr.c +++ b/gcc/cp/constexpr.c @@ -1782,8 +1782,7 @@ cxx_eval_array_reference (const

[Bug fortran/66927] [6 Regression] ICE in gfc_conf_procedure_call

2015-10-25 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66927 --- Comment #9 from vehre at gcc dot gnu.org --- Author: vehre Date: Sun Oct 25 12:28:57 2015 New Revision: 229294 URL: https://gcc.gnu.org/viewcvs?rev=229294=gcc=rev Log: gcc/fortran/ChangeLog: 2015-10-25 Andre Vehreschild

[Bug fortran/67044] ICE: in aggregate_value_p, at function.c:2068

2015-10-25 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67044 --- Comment #3 from vehre at gcc dot gnu.org --- Author: vehre Date: Sun Oct 25 12:28:57 2015 New Revision: 229294 URL: https://gcc.gnu.org/viewcvs?rev=229294=gcc=rev Log: gcc/fortran/ChangeLog: 2015-10-25 Andre Vehreschild

[Bug fortran/61830] [4.9/5/6 regression] Memory leak with assignment to array of derived types with allocatable components

2015-10-25 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61830 --- Comment #5 from Dominique d'Humieres --- The ICE is fixed by the patch submitted at https://gcc.gnu.org/ml/fortran/2015-10/msg00117.html.

[Bug c++/68087] New: ICE with constexpr in array with negative index

2015-10-25 Thread roger.ferrer at bsc dot es
: c++ Assignee: unassigned at gcc dot gnu.org Reporter: roger.ferrer at bsc dot es Target Milestone: --- Hi, GCC 6.0.0 20151025 and 5.2 crash with an ICE with the following code: -- ice.cc constexpr char c[] = "hello"; constexpr const char *p =

[Bug target/68088] New: [6 Regression] ICE: RTL check: expected code 'reg', have 'subreg' in rhs_regno, at rtl.h:1782 @ aarch64

2015-10-25 Thread zsojka at seznam dot cz
checking-yes-rtl-df-disable-bootstrap-disable-graphite-aarch64/ --without-cloog --without-ppl --without-isl --host=x86_64-pc-linux-gnu --target=aarch64-unknown-linux-gnu --build=x86_64-pc-linux-gnu --with-sysroot=/home/aarch64-chroot Thread model: posix gcc version 6.0.0 20151025 (experimental) (GC

[Bug target/68088] [6 Regression] ICE: RTL check: expected code 'reg', have 'subreg' in rhs_regno, at rtl.h:1782 @ aarch64

2015-10-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68088 --- Comment #1 from Andrew Pinski --- Note it might also effect arm*-*-* too but only with -mcpu=cortext-a57 .

[Bug target/68081] Cygwin GCC cannot compile program that uses __builtin_ia32_rdseed64_step

2015-10-25 Thread noloader at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68081 --- Comment #7 from Jeffrey Walton --- (In reply to Marc Glisse from comment #6) > This comment makes no sense (sorry, couldn't find a nice way to say it). > > > Intel builds software > > We are talking about gcc, not Intel software.

[Bug fortran/61819] [4.9/4.10 Regression] ICE in gfc_conv_descriptor_data_get

2015-10-25 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61819 Dominique d'Humieres changed: What|Removed |Added Status|RESOLVED|NEW Resolution|DUPLICATE

[Bug fortran/66927] [6 Regression] ICE in gfc_conf_procedure_call

2015-10-25 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66927 --- Comment #10 from vehre at gcc dot gnu.org --- Author: vehre Date: Sun Oct 25 13:02:32 2015 New Revision: 229295 URL: https://gcc.gnu.org/viewcvs?rev=229295=gcc=rev Log: Added missing testcases of r229294 for patch of PR fortran/66927.

[Bug fortran/68078] segfault with allocate and stat for derived types with default initialization

2015-10-25 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68078 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last

[Bug fortran/68078] segfault with allocate and stat for derived types with default initialization

2015-10-25 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68078 Joost VandeVondele changed: What|Removed |Added Status|WAITING |NEW --- Comment #2 from Joost

[Bug target/68081] Cygwin GCC cannot compile program that uses __builtin_ia32_rdseed64_step

2015-10-25 Thread noloader at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68081 --- Comment #5 from Jeffrey Walton --- (In reply to Marc Glisse from comment #4) > For intrinsics, gcc mostly considers Intel as the standard, so the > documentation would be https://software.intel.com/en-us/node/523865 . Thanks Andrew. Please

[Bug target/68081] Cygwin GCC cannot compile program that uses __builtin_ia32_rdseed64_step

2015-10-25 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68081 --- Comment #6 from Marc Glisse --- This comment makes no sense (sorry, couldn't find a nice way to say it). > Intel builds software We are talking about gcc, not Intel software. Documentation is not fast or slow. > Microsoft has lots of

[Bug inline-asm/68084] Inverted conditions generated for x86 inline assembly "flag output constraints"

2015-10-25 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68084 Uroš Bizjak changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug inline-asm/68084] Inverted conditions generated for x86 inline assembly "flag output constraints"

2015-10-25 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68084 --- Comment #3 from uros at gcc dot gnu.org --- Author: uros Date: Sun Oct 25 13:21:01 2015 New Revision: 229296 URL: https://gcc.gnu.org/viewcvs?rev=229296=gcc=rev Log: PR target/68084 * config/i386/i386.c (ix86_md_asm_adjust)

[Bug inline-asm/68014] ICE when using Flag Output Operands

2015-10-25 Thread gccbugzilla at limegreensocks dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68014 David changed: What|Removed |Added Severity|minor |enhancement --- Comment #1 from David --- In

[Bug fortran/67171] [6 regression] sourced allocation

2015-10-25 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67171 --- Comment #9 from Paul Thomas --- Author: pault Date: Sun Oct 25 21:31:12 2015 New Revision: 229303 URL: https://gcc.gnu.org/viewcvs?rev=229303=gcc=rev Log: 2015-01-25 Paul Thomas PR fortran/67171 *

[Bug fortran/61819] [4.9/4.10 Regression] ICE in gfc_conv_descriptor_data_get

2015-10-25 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61819 --- Comment #13 from Paul Thomas --- Author: pault Date: Sun Oct 25 21:31:12 2015 New Revision: 229303 URL: https://gcc.gnu.org/viewcvs?rev=229303=gcc=rev Log: 2015-01-25 Paul Thomas PR fortran/67171 *

[Bug fortran/61830] [4.9/5/6 regression] Memory leak with assignment to array of derived types with allocatable components

2015-10-25 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61830 --- Comment #7 from Paul Thomas --- Author: pault Date: Sun Oct 25 21:31:12 2015 New Revision: 229303 URL: https://gcc.gnu.org/viewcvs?rev=229303=gcc=rev Log: 2015-01-25 Paul Thomas PR fortran/67171 *

[Bug c++/68092] New: [possibly concepts] ICE: symtab_node::verify failed. Overloaded function by concept requires

2015-10-25 Thread chrisb2244 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68092 Bug ID: 68092 Summary: [possibly concepts] ICE: symtab_node::verify failed. Overloaded function by concept requires Product: gcc Version: 6.0 Status: UNCONFIRMED

[Bug fortran/61819] [4.9/4.10 Regression] ICE in gfc_conv_descriptor_data_get

2015-10-25 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61819 Paul Thomas changed: What|Removed |Added CC||pault at gcc dot gnu.org --- Comment #14

[Bug fortran/61830] [4.9/5/6 regression] Memory leak with assignment to array of derived types with allocatable components

2015-10-25 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61830 --- Comment #8 from Paul Thomas --- Fixed on trunk - I'll see what I can do for the earlier branches. Thanks for the report Paul

[Bug c++/67918] -fdevirtualize causes binary to crash with Segmentation Fault (CryptoPP involved)

2015-10-25 Thread 11throwaway11 at outlook dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67918 --- Comment #6 from Nameless <11throwaway11 at outlook dot com> --- Another update: In Crypto++ there was a class with a virtual function, in a header file:

[Bug fortran/67528] Wrong result with defined assignment operator and/or parenthesized expressions and allocatable components

2015-10-25 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67528 Dominique d'Humieres changed: What|Removed |Added CC||pault at gcc dot gnu.org ---

[Bug c++/68092] [possibly concepts] ICE: symtab_node::verify failed. Overloaded function by concept requires

2015-10-25 Thread chrisb2244 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68092 --- Comment #2 from Christian Butcher --- Created attachment 36582 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36582=edit main function (1/3) First of 3 files to demonstrate problem. (Not)Compiled with g++ -std=c++1z

[Bug c++/68092] [possibly concepts] ICE: symtab_node::verify failed. Overloaded function by concept requires

2015-10-25 Thread chrisb2244 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68092 --- Comment #4 from Christian Butcher --- Created attachment 36584 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36584=edit Class cpp

[Bug c++/68092] [possibly concepts] ICE: symtab_node::verify failed. Overloaded function by concept requires

2015-10-25 Thread chrisb2244 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68092 --- Comment #3 from Christian Butcher --- Created attachment 36583 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36583=edit Class header

[Bug c++/68094] New: Compiler segmentation fault

2015-10-25 Thread baqwas at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68094 Bug ID: 68094 Summary: Compiler segmentation fault Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug target/68091] [6 Regression] [SH] internal compiler error: in expand_vec_cond_expr, at optabs.c:5391

2015-10-25 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68091 Oleg Endo changed: What|Removed |Added CC||olegendo at gcc dot gnu.org --- Comment #1

[Bug c++/68093] New: [concepts] friend function declarations that differ only by constraints are rejected as redefinitions

2015-10-25 Thread tom at honermann dot net
; TS ts2; auto x = []{ f(ts1); f(ts2); }; $ gcc --version gcc (GCC) 6.0.0 20151025 (experimental) Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY

[Bug fortran/67171] [6 regression] sourced allocation

2015-10-25 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67171 Paul Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/68092] [possibly concepts] ICE: symtab_node::verify failed. Overloaded function by concept requires

2015-10-25 Thread chrisb2244 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68092 --- Comment #1 from Christian Butcher --- Will keep working on a (non-compilable) test case. If someone is interested, can upload full sources for this class

[Bug c++/68092] [possibly concepts] ICE: symtab_node::verify failed. Overloaded function by concept requires

2015-10-25 Thread chrisb2244 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68092 --- Comment #5 from Christian Butcher --- Comment 2 has the wrong error (previous testcase with cout statements) Correct error: class.cpp:13:26: error: Two symbols with same comdat_group are not linked by the same_comdat_group list. template

[Bug target/68091] New: [6 Regression] [SH] internal compiler error: in expand_vec_cond_expr, at optabs.c:5391

2015-10-25 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68091 Bug ID: 68091 Summary: [6 Regression] [SH] internal compiler error: in expand_vec_cond_expr, at optabs.c:5391 Product: gcc Version: 6.0 Status: UNCONFIRMED

[Bug inline-asm/68095] New: "cc" clobber with Flag Output Operands

2015-10-25 Thread gccbugzilla at limegreensocks dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68095 Bug ID: 68095 Summary: "cc" clobber with Flag Output Operands Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: minor Priority: P3 Component: inline-asm

[Bug middle-end/68079] hppa: pointers to method types need canonicalization before comparison

2015-10-25 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68079 --- Comment #4 from John David Anglin --- Author: danglin Date: Sun Oct 25 15:18:48 2015 New Revision: 229299 URL: https://gcc.gnu.org/viewcvs?rev=229299=gcc=rev Log: PR middle-end/68079 * dojump.c (do_compare_and_jump):

[Bug fortran/66927] [6 Regression] ICE in gfc_conf_procedure_call

2015-10-25 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66927 --- Comment #12 from vehre at gcc dot gnu.org --- I can confirm that issue. Don't know how to fix it yet, though. Looks like the scalarizer is not coping correctly with a AS_DEFERRED array.

[Bug fortran/66927] [6 Regression] ICE in gfc_conf_procedure_call

2015-10-25 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66927 --- Comment #11 from H.J. Lu --- On Linux/ia32, I got spawn [open ...]^M *** Error in `./allocate_with_source_10.exe': free(): invalid next size (fast): 0x09dcebc8 *** Program received signal SIGSEGV: Segmentation fault - invalid memory

[Bug fortran/36192] ICE with wrong index types and bad parens

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

[Bug fortran/61830] [4.9/5/6 regression] Memory leak with assignment to array of derived types with allocatable components

2015-10-25 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61830 Paul Thomas changed: What|Removed |Added CC||pault at gcc dot gnu.org --- Comment #6

[Bug ipa/67600] [5/6 Regression] Segfault when assigning only one char to ostreambuf_iterator compiled with -O2 or -O3

2015-10-25 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67600 H.J. Lu changed: What|Removed |Added CC||hjl.tools at gmail dot com --- Comment #8

[Bug middle-end/68079] hppa: pointers to method types need canonicalization before comparison

2015-10-25 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68079 --- Comment #7 from John David Anglin --- Author: danglin Date: Sun Oct 25 15:45:33 2015 New Revision: 229301 URL: https://gcc.gnu.org/viewcvs?rev=229301=gcc=rev Log: PR middle-end/68079 * dojump.c (do_compare_and_jump):

[Bug fortran/57117] [OOP] ICE for sourced allocation of a polymorphic entity using TRANSPOSE

2015-10-25 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57117 Paul Thomas changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |pault at gcc dot gnu.org ---

[Bug middle-end/68079] hppa: pointers to method types need canonicalization before comparison

2015-10-25 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68079 --- Comment #6 from John David Anglin --- Author: danglin Date: Sun Oct 25 15:42:19 2015 New Revision: 229300 URL: https://gcc.gnu.org/viewcvs?rev=229300=gcc=rev Log: PR middle-end/68079 * dojump.c (do_compare_and_jump):

[Bug middle-end/68079] hppa: pointers to method types need canonicalization before comparison

2015-10-25 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68079 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/68089] New: c++ friend with template

2015-10-25 Thread dushistov at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68089 Bug ID: 68089 Summary: c++ friend with template Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c/68090] New: VLA compound literal -- "confused by earlier errors, bailing out"

2015-10-25 Thread ch3root at openwall dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68090 Bug ID: 68090 Summary: VLA compound literal -- "confused by earlier errors, bailing out" Product: gcc Version: 5.2.0 Status: UNCONFIRMED Severity: normal