[Bug c++/77739] [5/6/7 Regression] internal compiler error: in create_tmp_var, at gimple-expr.c:524

2016-11-23 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77739 --- Comment #6 from Jakub Jelinek --- Author: jakub Date: Wed Nov 23 15:54:39 2016 New Revision: 242766 URL: https://gcc.gnu.org/viewcvs?rev=242766&root=gcc&view=rev Log: PR c++/77739 * cp-gimplify.c (cp_gimplify_tree) : Pass

[Bug c/78380] GCC crash with internal compiler error: in gen_reg_rtx, at emit-rtl.c:1025

2016-11-23 Thread egall at gwmail dot gwu.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78380 Eric Gallager changed: What|Removed |Added CC||egall at gwmail dot gwu.edu --- Comment

[Bug c++/71450] [5/6/7 Regression] ICE on invalid C++11 code on x86_64-linux-gnu: in tree check: expected record_type or union_type or qual_union_type, have template_type_parm in lookup_base, at cp/se

2016-11-23 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71450 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Wed Nov 23 15:59:25 2016 New Revision: 242767 URL: https://gcc.gnu.org/viewcvs?rev=242767&root=gcc&view=rev Log: PR c++/71450 * pt.c (tsubst_copy): Return error_mark_node

[Bug bootstrap/78390] [7 Regression] Bootstrap failure: match.pd: cannot determine type of operand

2016-11-23 Thread matz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78390 Michael Matz changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ipa/78494] Issues pointed out by valgrind --tool=exp-dhat

2016-11-23 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78494 --- Comment #4 from Markus Trippelsdorf --- Created attachment 40133 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40133&action=edit full output for top 100 allocation points

[Bug sanitizer/69278] Confusion option handling for -sanitize-recovery=alll

2016-11-23 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69278 --- Comment #6 from Martin Liška --- Behavior was changed in between clang 3.7.1 and 3.8.1: https://godbolt.org/g/poL2cY.

[Bug fortran/66227] [5/6/7 Regression] [OOP] EXTENDS_TYPE_OF n returns wrong result for polymorphic variable allocated to extended type

2016-11-23 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66227 --- Comment #9 from janus at gcc dot gnu.org --- Author: janus Date: Wed Nov 23 16:26:38 2016 New Revision: 242768 URL: https://gcc.gnu.org/viewcvs?rev=242768&root=gcc&view=rev Log: 2016-11-23 Janus Weil Backport from trunk PR

[Bug c++/71450] [5/6 Regression] ICE on invalid C++11 code on x86_64-linux-gnu: in tree check: expected record_type or union_type or qual_union_type, have template_type_parm in lookup_base, at cp/sear

2016-11-23 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71450 Jakub Jelinek changed: What|Removed |Added Summary|[5/6/7 Regression] ICE on |[5/6 Regression] ICE on

[Bug c++/77739] [5/6 Regression] internal compiler error: in create_tmp_var, at gimple-expr.c:524

2016-11-23 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77739 Jakub Jelinek changed: What|Removed |Added Known to work||7.0 Summary|[5/6/7 Regression

[Bug middle-end/78461] [7 Regression] ICE: in operator+=, at gimple-ssa-sprintf.c:214

2016-11-23 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78461 --- Comment #5 from Martin Sebor --- Author: msebor Date: Wed Nov 23 16:44:16 2016 New Revision: 242769 URL: https://gcc.gnu.org/viewcvs?rev=242769&root=gcc&view=rev Log: PR middle-end/78461 - [7 Regression] ICE: in operator+= gcc/testsuite/Cha

[Bug middle-end/78461] [7 Regression] ICE: in operator+=, at gimple-ssa-sprintf.c:214

2016-11-23 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78461 Martin Sebor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/66227] [5/6/7 Regression] [OOP] EXTENDS_TYPE_OF n returns wrong result for polymorphic variable allocated to extended type

2016-11-23 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66227 --- Comment #10 from janus at gcc dot gnu.org --- Author: janus Date: Wed Nov 23 16:46:31 2016 New Revision: 242770 URL: https://gcc.gnu.org/viewcvs?rev=242770&root=gcc&view=rev Log: 2016-11-23 Janus Weil Backport from trunk P

[Bug fortran/66227] [5/6/7 Regression] [OOP] EXTENDS_TYPE_OF n returns wrong result for polymorphic variable allocated to extended type

2016-11-23 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66227 janus at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|--

[Bug sanitizer/69278] Confusion option handling for -sanitize-recovery=alll

2016-11-23 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69278 --- Comment #7 from Martin Liška --- Well, the actual difference is that they enabled by default -fsanitize-recover=address: ~/bin/llvm/bin/clang -fsanitize=address /tmp/leak.c ; grep store leak.s callq __asan_report_store4_noabort

[Bug sanitizer/69278] Confusion option handling for -sanitize-recovery=alll

2016-11-23 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69278 --- Comment #8 from Martin Liška --- (In reply to Martin Liška from comment #7) > Well, the actual difference is that they enabled by default > -fsanitize-recover=address: > > ~/bin/llvm/bin/clang -fsanitize=address /tmp/leak.c ; grep store leak

[Bug c/78380] GCC crash with internal compiler error: in gen_reg_rtx, at emit-rtl.c:1025

2016-11-23 Thread elmar at yasara dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78380 --- Comment #2 from Elmar --- > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71009 might also be related I checked, but the workaround in bug 71009 to use -fmath-errno doesn't work for me.

[Bug target/78458] [7 Regression] LRA ICE building libgcc for powerpc-linux-gnuspe e500v2

2016-11-23 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78458 --- Comment #12 from joseph at codesourcery dot com --- Applying also the third patch Index: gcc/config/rs6000/rs6000.c === --- gcc/config/rs6000/rs6000.c (revision 242751) +++ gcc

[Bug sanitizer/69278] Confusion option handling for -sanitize-recovery=alll

2016-11-23 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69278 --- Comment #9 from Jakub Jelinek --- You've already changed that behavior in r240491 (but also broke -fsanitize=undefined at the same time, will fix momentarily).

[Bug sanitizer/69278] Confusion option handling for -sanitize-recovery=alll

2016-11-23 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69278 --- Comment #10 from Jakub Jelinek --- Created attachment 40134 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40134&action=edit gcc7-pr69278.patch Untested fix for that.

[Bug target/63250] Complex fp16 arithmetic uses nonexistent libgcc functions

2016-11-23 Thread jgreenhalgh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63250 --- Comment #5 from James Greenhalgh --- Author: jgreenhalgh Date: Wed Nov 23 17:36:21 2016 New Revision: 242784 URL: https://gcc.gnu.org/viewcvs?rev=242784&root=gcc&view=rev Log: [Patch ARM 17/17] Enable _Float16 for ARM and fix PR target/63250

[Bug target/78362] [7 Regression] ICE: RTL check: expected code 'reg', have 'subreg' in rhs_regno, at rtl.h:1804 during libgomp build

2016-11-23 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78362 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3

[Bug middle-end/78153] strlen return value can be assumed to be less than PTRDIFF_MAX

2016-11-23 Thread prathamesh3492 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78153 --- Comment #1 from prathamesh3492 at gcc dot gnu.org --- Author: prathamesh3492 Date: Wed Nov 23 18:04:14 2016 New Revision: 242786 URL: https://gcc.gnu.org/viewcvs?rev=242786&root=gcc&view=rev Log: 2016-11-23 Prathamesh Kulkarni PR

[Bug regression/78497] New: compiling with -save-temps adds -Wimplicit-fallthrough warnings

2016-11-23 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78497 Bug ID: 78497 Summary: compiling with -save-temps adds -Wimplicit-fallthrough warnings Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal

[Bug libgcc/57058] Bootstrap problems on AIX (libgcc configure, 64-bit)

2016-11-23 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57058 David Edelsohn changed: What|Removed |Added CC||dje at gcc dot gnu.org --- Comment #1 f

[Bug tree-optimization/77673] [5/6/7 Regression] 4-byte load generated instead of 1-byte load, possibly reading past the end of object

2016-11-23 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77673 --- Comment #7 from Thomas Preud'homme --- (In reply to Thomas Preud'homme from comment #6) > (In reply to Thomas Preud'homme from comment #5) > > Got a patch, testing it now. > > Bootstrapped and testsuite came back clean. Trying to turn the co

[Bug regression/78497] compiling with -save-temps adds -Wimplicit-fallthrough warnings

2016-11-23 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78497 --- Comment #1 from Andrew Pinski --- I don't think there is much to be done here. I doubt we care so much about people using -save-temps and getting more warnings.

[Bug inline-asm/78487] asm cpuid code and -fgcse crashes

2016-11-23 Thread s-beyer at gmx dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78487 Stephan Beyer changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/77907] [6/7 Regression] Add "const" to argument of constexpr constructor causes the object to be left in unconstructed state

2016-11-23 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77907 --- Comment #6 from Jakub Jelinek --- Author: jakub Date: Wed Nov 23 18:45:27 2016 New Revision: 242790 URL: https://gcc.gnu.org/viewcvs?rev=242790&root=gcc&view=rev Log: PR c++/77907 * cp-gimplify.c (cp_fold) : When calling cons

[Bug c++/77907] [6 Regression] Add "const" to argument of constexpr constructor causes the object to be left in unconstructed state

2016-11-23 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77907 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug tree-optimization/78482] [5/6/7 Regression] wrong code at -O3 in both 32-bit and 64-bit modes on x86_64-linux-gnu

2016-11-23 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78482 Segher Boessenkool changed: What|Removed |Added CC||segher at gcc dot gnu.org --- Comme

[Bug tree-optimization/78482] [5/6/7 Regression] wrong code at -O3 in both 32-bit and 64-bit modes on x86_64-linux-gnu

2016-11-23 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78482 David Edelsohn changed: What|Removed |Added CC||dje at gcc dot gnu.org --- Comment #7 f

[Bug tree-optimization/78482] [5/6/7 Regression] wrong code at -O3 in both 32-bit and 64-bit modes on x86_64-linux-gnu

2016-11-23 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78482 --- Comment #8 from Andrew Pinski --- (In reply to David Edelsohn from comment #7) > Yep, timing out on AIX also. Is this assuming signed char? Looks like it from the code. char c, d; for (; c >= 0; c--) Simple fix is to just change char

[Bug tree-optimization/78482] [5/6/7 Regression] wrong code at -O3 in both 32-bit and 64-bit modes on x86_64-linux-gnu

2016-11-23 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78482 --- Comment #9 from Jakub Jelinek --- Created attachment 40135 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40135&action=edit gcc7-pr78482-test.patch Does this patch fix that? In addition to changing char to signed char, I've changed th

[Bug preprocessor/78498] New: valgrind conditional jump or move depends on uninitialised value(s) in format_type_warning

2016-11-23 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78498 Bug ID: 78498 Summary: valgrind conditional jump or move depends on uninitialised value(s) in format_type_warning Product: gcc Version: 7.0 Status: UNCONFIRMED

[Bug target/78230] Compile pr66178.c fail for mips64el-elf with N64 abi

2016-11-23 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78230 --- Comment #3 from Jeffrey A. Law --- Author: law Date: Wed Nov 23 19:20:33 2016 New Revision: 242792 URL: https://gcc.gnu.org/viewcvs?rev=242792&root=gcc&view=rev Log: PR target/78230 * gcc.dg/torture/pr66178.c (test): Use uint

[Bug target/78230] Compile pr66178.c fail for mips64el-elf with N64 abi

2016-11-23 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78230 Jeffrey A. Law changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug middle-end/69183] ICE when using OpenMP PRIVATE keyword in OMP DO loop not explicitly encapsulated in OMP PARALLEL region

2016-11-23 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69183 --- Comment #6 from Jakub Jelinek --- Author: jakub Date: Wed Nov 23 19:28:41 2016 New Revision: 242793 URL: https://gcc.gnu.org/viewcvs?rev=242793&root=gcc&view=rev Log: PR middle-end/69183 * omp-low.c (build_outer_var_ref): Cha

[Bug fortran/78499] New: ICE in gfc_typename, at fortran/misc.c:158

2016-11-23 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78499 Bug ID: 78499 Summary: ICE in gfc_typename, at fortran/misc.c:158 Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran

[Bug fortran/78499] ICE in gfc_typename, at fortran/misc.c:158

2016-11-23 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78499 --- Comment #1 from Gerhard Steinmetz --- Whereas : $ cat z2.f90 program p type t end type type(t) :: x = 0 end $ gfortran-7-20161120 z2.f90 z2.f90:4:17: type(t) :: x = 0 1 Error: Can't convert INTEGER(4) to T

[Bug fortran/78500] New: ICE in gfc_check_vardef_context, at fortran/expr.c:5289

2016-11-23 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78500 Bug ID: 78500 Summary: ICE in gfc_check_vardef_context, at fortran/expr.c:5289 Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority

[Bug fortran/78500] ICE in gfc_check_vardef_context, at fortran/expr.c:5289

2016-11-23 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78500 --- Comment #1 from Gerhard Steinmetz --- Whereas : $ cat z2.f90 type(t) function f() f = 1 end $ gfortran-7-20161120 -c z2.f90 z2.f90:1:0: type(t) function f() Error: The type for function 'f' at (1) is not accessible z2.f90:2:3:

[Bug tree-optimization/78482] [5/6/7 Regression] wrong code at -O3 in both 32-bit and 64-bit modes on x86_64-linux-gnu

2016-11-23 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78482 --- Comment #10 from Jakub Jelinek --- Author: jakub Date: Wed Nov 23 19:50:23 2016 New Revision: 242794 URL: https://gcc.gnu.org/viewcvs?rev=242794&root=gcc&view=rev Log: PR tree-optimization/78482 * gcc.dg/torture/pr78482.c (c,

[Bug sanitizer/69278] Confusion option handling for -sanitize-recovery=alll

2016-11-23 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69278 --- Comment #11 from Jakub Jelinek --- Author: jakub Date: Wed Nov 23 19:51:27 2016 New Revision: 242795 URL: https://gcc.gnu.org/viewcvs?rev=242795&root=gcc&view=rev Log: PR sanitizer/69278 * opts.c (parse_sanitizer_options): Fo

[Bug target/78012] -mfpxx produces assembly code using odd FP registers on MIPS

2016-11-23 Thread ma...@linux-mips.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78012 Maciej W. Rozycki changed: What|Removed |Added CC||matthew.fortune at imgtec dot com -

[Bug fortran/78500] ICE in gfc_check_vardef_context, at fortran/expr.c:5289

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

[Bug fortran/69604] ICE in gfc_add_modify_loc, at fortran/trans.c:159

2016-11-23 Thread anlauf at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69604 --- Comment #11 from Harald Anlauf --- While reducing PR 78290, I found another example giving a similar traceback: % gfc-trunk gfcbug136.f90 gfcbug136.f90:13:0: ip=>ta%i !!! Works if you comment this line out !!! internal compiler error: i

[Bug fortran/78297] ICE in finish_equivalences, at fortran/trans-common.c:1246

2016-11-23 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78297 --- Comment #3 from kargl at gcc dot gnu.org --- Author: kargl Date: Wed Nov 23 21:44:05 2016 New Revision: 242802 URL: https://gcc.gnu.org/viewcvs?rev=242802&root=gcc&view=rev Log: 2016-11-23 Steven G. Kargl PR fortran/78297

[Bug fortran/78499] ICE in gfc_typename, at fortran/misc.c:158

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

[Bug middle-end/78501] New: [7 regression] SEGV in vrp_val_max

2016-11-23 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78501 Bug ID: 78501 Summary: [7 regression] SEGV in vrp_val_max Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end

[Bug middle-end/78501] [7 regression] SEGV in vrp_val_max

2016-11-23 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78501 Rainer Orth changed: What|Removed |Added Target Milestone|--- |7.0

[Bug fortran/78297] ICE in finish_equivalences, at fortran/trans-common.c:1246

2016-11-23 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78297 --- Comment #4 from kargl at gcc dot gnu.org --- Author: kargl Date: Wed Nov 23 22:16:53 2016 New Revision: 242806 URL: https://gcc.gnu.org/viewcvs?rev=242806&root=gcc&view=rev Log: 2016-11-23 Steven G. Kargl PR fortran/78297

[Bug fortran/78298] ICE in lookup_decl_in_outer_ctx, bei omp-low.c:4115

2016-11-23 Thread anlauf at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78298 Harald Anlauf changed: What|Removed |Added CC||anlauf at gmx dot de --- Comment #2 from

[Bug fortran/78297] ICE in finish_equivalences, at fortran/trans-common.c:1246

2016-11-23 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78297 --- Comment #5 from kargl at gcc dot gnu.org --- Author: kargl Date: Wed Nov 23 22:48:54 2016 New Revision: 242811 URL: https://gcc.gnu.org/viewcvs?rev=242811&root=gcc&view=rev Log: 2016-11-23 Steven G. Kargl PR fortran/78297

[Bug fortran/78297] ICE in finish_equivalences, at fortran/trans-common.c:1246

2016-11-23 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78297 kargl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

[Bug c++/78502] New: Analyze 'final'/'override' even for uninstantiated class templates

2016-11-23 Thread jengelh at inai dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78502 Bug ID: 78502 Summary: Analyze 'final'/'override' even for uninstantiated class templates Product: gcc Version: 6.2.1 Status: UNCONFIRMED Severity: normal

[Bug fortran/78500] ICE in gfc_check_vardef_context, at fortran/expr.c:5289

2016-11-23 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78500 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug fortran/78499] ICE in gfc_typename, at fortran/misc.c:158

2016-11-23 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78499 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug fortran/78492] [OOP] Compiler segfault with non_overridable function in generic interface

2016-11-23 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78492 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug target/68467] libgcc, compilation for target m68k-linux breaks in linux_atomic.c

2016-11-23 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68467 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P4 Assignee|unassigned at gcc

[Bug libstdc++/71556] set::get_time() requires leading 0s for %H and friends

2016-11-23 Thread sebunger44 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71556 Sebastian Unger changed: What|Removed |Added CC||sebunger44 at gmail dot com --- Commen

[Bug middle-end/78501] [7 regression] SEGV in vrp_val_max

2016-11-23 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78501 Dominique d'Humieres changed: What|Removed |Added Target|*-*-solaris2.* |*-*-solaris2.*

[Bug fortran/78500] ICE in gfc_check_vardef_context, at fortran/expr.c:5289

2016-11-23 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78500 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org

[Bug c/78503] New: -Wint-in-bool-context false positive on unsigned multiplication

2016-11-23 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78503 Bug ID: 78503 Summary: -Wint-in-bool-context false positive on unsigned multiplication Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal

[Bug c++/78504] New: Bad fixit hint: '_Pragma' does not name a type; did you mean '_Pragma'?

2016-11-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78504 Bug ID: 78504 Summary: Bad fixit hint: '_Pragma' does not name a type; did you mean '_Pragma'? Product: gcc Version: 7.0 Status: UNCONFIRMED Keywords: diagnosti

[Bug target/78458] [7 Regression] LRA ICE building libgcc for powerpc-linux-gnuspe e500v2

2016-11-23 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78458 --- Comment #13 from Peter Bergner --- Author: bergner Date: Thu Nov 24 02:07:51 2016 New Revision: 242818 URL: https://gcc.gnu.org/viewcvs?rev=242818&root=gcc&view=rev Log: gcc/ PR target/78458 * config/rs6000/rs6000.h (HARD_REG

[Bug fortran/78279] ICE in identical_array_ref, at fortran/dependency.c:104

2016-11-23 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78279 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org,

[Bug fortran/78279] ICE in identical_array_ref, at fortran/dependency.c:104

2016-11-23 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78279 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4

[Bug middle-end/78501] [7 regression] SEGV in vrp_val_max

2016-11-23 Thread prathamesh3492 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78501 --- Comment #2 from prathamesh3492 at gcc dot gnu.org --- Hi, From the trace, it seems ptrdiff_type_node is set to NULL for ada ? Either we can guard setting range for CFN_BUILTIN_STRLEN by checking ptrtdiff_type_node is non null, or make vrp_val_

<    1   2