[Bug c++/66666] ARM compiled code segmentation fault on multiple inheritance

2015-06-26 Thread antonio.poggiali at datalogic dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=6 --- Comment #2 from Antonio Poggiali antonio.poggiali at datalogic dot com --- (In reply to Ramana Radhakrishnan from comment #1) Obvious dumb question given this is a cross-environnment - I'm assuming that you have the same libstdc++ in both

[Bug target/65711] arm*-linux* link spec passes '-dynamic-linker' even for '-shared'

2015-06-26 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65711 Ramana Radhakrishnan ramana at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug rtl-optimization/65371] arm loop with volatile variable

2015-06-26 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65371 Ramana Radhakrishnan ramana at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug rtl-optimization/66412] [5/6 Regression] ICE on valid code at -O2 and -O3 with -g enabled in simplify_subreg, at simplify-rtx.c:5748

2015-06-26 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66412 --- Comment #9 from uros at gcc dot gnu.org --- Author: uros Date: Fri Jun 26 07:45:07 2015 New Revision: 224994 URL: https://gcc.gnu.org/viewcvs?rev=224994root=gccview=rev Log: PR target/66412 * config/i386/i386.md (various

[Bug c/66682] Lots of macro expansion, very slow compilation

2015-06-26 Thread cr88192 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66682 cr88192 at gmail dot com changed: What|Removed |Added Version|unknown |4.8.2 --- Comment #3 from

[Bug c/66682] Lots of macro expansion, very slow compilation

2015-06-26 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66682 Manuel López-Ibáñez manu at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug fortran/66680] [Regression 5] ICE with openmp, a loop and a type bound procedure

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

[Bug c/66683] New: Large macro with float multiplications fails

2015-06-26 Thread morphex at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66683 Bug ID: 66683 Summary: Large macro with float multiplications fails Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug fortran/66605] -Wunused-parameter causes internal compiler error with gfortran 5.1.0

2015-06-26 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66605 Manuel López-Ibáñez manu at gcc dot gnu.org changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |manu

[Bug c/66682] New: Lots of macro expansion, very slow compilation

2015-06-26 Thread cr88192 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66682 Bug ID: 66682 Summary: Lots of macro expansion, very slow compilation Product: gcc Version: unknown Status: UNCONFIRMED Severity: minor Priority: P3 Component:

[Bug bootstrap/66638] [6 Regression] profiledbootstrap failure on x86-64 with LTO

2015-06-26 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66638 --- Comment #5 from H.J. Lu hjl.tools at gmail dot com --- r225008 gave me: ../../src-trunk/gcc/../libcpp/include/line-map.h: In function ‘linemap_check_ordinary’: ../../src-trunk/gcc/../libcpp/include/line-map.h:325:10: internal compiler error:

[Bug debug/66301] internal compiler error when using -fopt-info

2015-06-26 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66301 --- Comment #6 from Martin Jambor jamborm at gcc dot gnu.org --- Author: jamborm Date: Fri Jun 26 14:59:11 2015 New Revision: 225019 URL: https://gcc.gnu.org/viewcvs?rev=225019root=gccview=rev Log: Fix PR 66301 - check for dump_file in

[Bug c/66682] Lots of macro expansion, very slow compilation

2015-06-26 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66682 --- Comment #2 from Manuel López-Ibáñez manu at gcc dot gnu.org --- Note that this code is not really stand-alone: See https://gcc.gnu.org/bugs/#need

[Bug target/64134] (vector float){0, 0, b, a} Uses stores when it does not need to

2015-06-26 Thread alalaw01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64134 alalaw01 at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c/66682] Lots of macro expansion, very slow compilation

2015-06-26 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66682 Manuel López-Ibáñez manu at gcc dot gnu.org changed: What|Removed |Added CC||manu at gcc

[Bug fortran/66681] New: Wrong result in assigning this_image() to a complex coarray

2015-06-26 Thread damian at sourceryinstitute dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66681 Bug ID: 66681 Summary: Wrong result in assigning this_image() to a complex coarray Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug bootstrap/66638] [6 Regression] profiledbootstrap failure on x86-64 with LTO

2015-06-26 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66638 Markus Trippelsdorf trippels at gcc dot gnu.org changed: What|Removed |Added Status|NEW

[Bug tree-optimization/66652] try_transform_to_exit_first_loop_alt generates incorrect loop

2015-06-26 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66652 --- Comment #2 from vries at gcc dot gnu.org --- Created attachment 35865 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=35865action=edit follow-up patch for demonstrator patch This patch in addition allows transform_to_exit_first_loop_alt

[Bug debug/66301] internal compiler error when using -fopt-info

2015-06-26 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66301 --- Comment #7 from Martin Jambor jamborm at gcc dot gnu.org --- Author: jamborm Date: Fri Jun 26 17:13:51 2015 New Revision: 225023 URL: https://gcc.gnu.org/viewcvs?rev=225023root=gccview=rev Log: Fix PR 66301. 2015-06-26 Martin Jambor

[Bug c++/66684] New: [6 Regression] ICE in merge_exception_specifiers, at cp/typeck2.c:2114

2015-06-26 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66684 Bug ID: 66684 Summary: [6 Regression] ICE in merge_exception_specifiers, at cp/typeck2.c:2114 Product: gcc Version: 6.0 Status: UNCONFIRMED Keywords:

[Bug debug/66301] internal compiler error when using -fopt-info

2015-06-26 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66301 Martin Jambor jamborm at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug sanitizer/59009] libsanitizer merge from upstream r191666 breaks bootstrap on powerpc64-linux and aarch64-linux

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59009 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug rtl-optimization/57676] [4.9/5/6 Regression] ICE: Maximum number of LRA constraint passes is achieved (30)

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57676 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug rtl-optimization/21182] [4.9/5/6 Regression] gcc can use registers but uses stack instead

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21182 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug c++/60894] [4.9 Regression] Use of redundant struct keyword in function prototype combined with using statement causes compilation error

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60894 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug c++/29040] missing access control checks in subclasses for nested types

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29040 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug tree-optimization/34723] [4.9/5/6 Regression] Summing variable should be initialized to the first member before the loop

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34723 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug middle-end/24434] [4.9/5/6 Regression] get_varargs_alias_set returns 0 always

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24434 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug target/60410] [4.9/5/6 Regression] -fshort-double ICEs x86_64

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60410 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug middle-end/45273] [4.9/5/6 Regression] The compiler depends on the host double (-fprofile-corection only)

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45273 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug tree-optimization/18501] [4.9/5/6 Regression] Missing 'used uninitialized' warning (CCP)

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18501 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug testsuite/51097] [4.9/5/6 Regression] a lot of FAIL: gcc.dg/vect on i686 avx build 181167 to 181177

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51097 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

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

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64921 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug tree-optimization/66413] [4.9 Regression] ICE at -Os and above with -g enabled on x86_64-linux-gnu

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66413 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug fortran/61765] [4.9/5/6 Regression] Rejects valid BIND(C) ENTRY

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61765 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug ada/32164] [4.9/5/6 Regression] ICE when renaming predefined = and /=

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32164 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug c++/14179] [4.9/5/6 Regression] out of memory while parsing array with many initializers

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14179 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug c++/17232] [DR 1640] classes and class template specializations treated differently w.r.t. core issue #337

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17232 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug driver/14435] [4.9/5/6 Regression] gnatchop cannot use the compiled compiler in Ada's testsuite because of changed GCC_EXEC_PREFIX semantics

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14435 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug fortran/61910] undefined computation in trans-expr.c gfc_conv_cst_int_power

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61910 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug lto/61886] [4.9/5/6 Regression] LTO breaks fread with _FORTIFY_SOURCE=2

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61886 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug fortran/57048] [4.9/5/6 Regression] Handling of C_PTR and C_FUNPTR leads to reject valid

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57048 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug fortran/61907] load of invalid value for 'bool' in trans-array.c trans_array_constructor

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61907 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug middle-end/58479] [4.9/5/6 Regression] slow var-tracking on x86_64-linux at -O1 (and above) with -g, but checking disabled

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58479 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug bootstrap/25470] [4.9/5/6 Regression] fixincludes/ subdirectory not cleaned by make distclean

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25470 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug rtl-optimization/47477] [4.9 regression] Sub-optimal mov at end of method

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47477 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug c++/59498] [DR 1430][4.9/5/6 Regression] Pack expansion error in template alias

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59498 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug libstdc++/40974] [4.9/5/6 Regression] cannot build gcc-4.4.1: fenv_t has not been declared

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40974 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug rtl-optimization/55342] [4.9 Regression] [LRA,x86] Non-optimal code for simple loop with LRA

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55342 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug debug/63505] [4.9 Regression] ICE with -fdebug-types-section in should_move_die_to_comdat, at dwarf2out.c:6702

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63505 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug c/59984] OpenMP and Cilk Plus SIMD pragma makes loop incorrect

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59984 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug libstdc++/57925] discrete_distribution can be improved to O(1) per sampling

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57925 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug tree-optimization/65427] [4.9 Regression] ICE in emit_move_insn with wide vector types

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65427 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug tree-optimization/31130] [4.9/5/6 Regression] VRP no longer derives range for division after negation

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31130 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug bootstrap/50229] [4.9/5/6 Regression] Can't cross compile for i686-apple-darwin10 from x86_64-redhat_linux

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50229 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug fortran/57129] [4.9/5/6 Regression] Improve error message for conflicts between PROCEDURE and DERIVED.

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57129 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug ipa/60871] [4.9 Regression] internal compiler error: in possible_polymorphic_call_targets, at ipa-devirt.c:1510

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60871 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug fortran/57019] [4.9/5/6 Regression] Compiler crashes (and make wrong assignments) at some combinations of pointers

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57019 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug libgcj/55637] FAIL: sourcelocation output - source compiled test

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55637 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug c++/62204] internal compiler error with -Wall

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62204 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug target/38134] [4.9/5/6 Regression] speed regression with many loop invariants

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38134 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug target/60825] [AArch64] int64x1_t, uint64x1_t and float64x1_t are not treated as vector types

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60825 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug java/50045] [4.9/5/6 regression] ICE in gcc/java/lang.c:427 with -fdump-tree-all

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50045 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug preprocessor/39533] [4.9/5/6 Regression] -MM may list a header file twice

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39533 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug lto/59441] ICE in bitmap_element_allocate

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59441 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug java/43055] [4.9/5/6 Regression] 'jc1: internal compiler error: Segmentation fault' using gcj -fprofile-arcs

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43055 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug target/59664] avx512f-ceil-sfix-vec-2.c and avx512f-floor-sfix-vec-2.c FAIL on Solaris9/x86

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59664 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug target/39725] [4.9/5/6 Regression][cond-optab] MIPS pessimizations on floating-point

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39725 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug rtl-optimization/61047] [4.9/5/6 Regression] wrong code at -O1 on x86_64-linux

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61047 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug target/39726] [4.9/5 Regression][cond-optab] ColdFire pessimizations on QImode/HImode tests

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39726 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug fortran/64522] [4.9/5/6 Regression] Free-form source code: -Wline-truncation is no longer enabled by default

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64522 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug tree-optimization/55936] [4.9/5/6 Regression] Missed VRP optimization

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55936 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug c++/56427] [C++11] template template parameter template parameter pack that depends on another parameter pack

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56427 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug tree-optimization/49442] [4.9/5/6 Regression] Misaligned store support pessimization

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49442 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug testsuite/58867] asan and ubsan tests not run for installed testing

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58867 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug tree-optimization/53852] [4.9/5/6 Regression] -ftree-loop-linear: large compile time / memory usage

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53852 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug target/60290] 32-bit g++.dg/cilk-plus/CK/catch_exc.cc FAILs on Solaris/x86

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60290 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug fortran/42954] [4.9/5/6 regression] TARGET_*_CPP_BUILTINS issues with gfortran

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42954 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug c++/66654] [6 Regression] ice in digest_init_r, at cp/typeck2.c:1103

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

[Bug middle-end/58981] movmem/setmem use mode wider than Pmode for size

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58981 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug other/59490] cilk-plus failure

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59490 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.4 |---

[Bug fortran/61908] load of invalid value for 'expr_t' in interface.c compare_actual_formal

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61908 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.4 |---

[Bug other/59053] cilkplus branch compiler loops

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59053 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.4 |---

[Bug c++/17232] [DR 1640] classes and class template specializations treated differently w.r.t. core issue #337

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17232 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.4 |---

[Bug tree-optimization/62058] Undefined behaviour in tree-data-ref.c with options -O1 -ftree-loop-vectorize

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62058 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.4 |---

[Bug libstdc++/57925] discrete_distribution can be improved to O(1) per sampling

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57925 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.4 |---

[Bug tree-optimization/57994] Constant folding of infinity

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57994 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.4 |---

[Bug ipa/60761] Improve dump_decl for clones

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60761 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.4 |---

[Bug c++/58950] Missing statement has no effect

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58950 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.4 |---

[Bug tree-optimization/61943] tree-ssa-loop-ivopts.c:4148 signed integer overflow

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61943 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.4 |---

[Bug driver/64540] [4.9 regression] Casting to/from long double emits ambiguous fild/fisttp instruction

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64540 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug middle-end/66685] New: [6 Regression] conftest.c:16:1: internal compiler error: in as_a, at is-a.h:192

2015-06-26 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66685 Bug ID: 66685 Summary: [6 Regression] conftest.c:16:1: internal compiler error: in as_a, at is-a.h:192 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity:

[Bug c++/66654] [6 Regression] ice in digest_init_r, at cp/typeck2.c:1103

2015-06-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66654 --- Comment #4 from Jason Merrill jason at gcc dot gnu.org --- Author: jason Date: Fri Jun 26 20:33:35 2015 New Revision: 225082 URL: https://gcc.gnu.org/viewcvs?rev=225082root=gccview=rev Log: PR c++/66654 * typeck2.c

[Bug c++/66255] [6 Regression] ice in retrieve_specialization

2015-06-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66255 --- Comment #5 from Jason Merrill jason at gcc dot gnu.org --- Author: jason Date: Fri Jun 26 20:33:46 2015 New Revision: 225084 URL: https://gcc.gnu.org/viewcvs?rev=225084root=gccview=rev Log: PR c++/66255 * pt.c

[Bug c++/66067] [6 Regression] tree check ICE: accessed elt 1 of tree_vec with 0 elts in write_template_args, at cp/mangle.c:2574

2015-06-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66067 --- Comment #12 from Jason Merrill jason at gcc dot gnu.org --- Author: jason Date: Fri Jun 26 20:33:41 2015 New Revision: 225083 URL: https://gcc.gnu.org/viewcvs?rev=225083root=gccview=rev Log: PR c++/66067 * mangle.c

[Bug c++/66684] [6 Regression] ICE in merge_exception_specifiers, at cp/typeck2.c:2114

2015-06-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66684 --- Comment #1 from Jason Merrill jason at gcc dot gnu.org --- Author: jason Date: Fri Jun 26 21:31:08 2015 New Revision: 225086 URL: https://gcc.gnu.org/viewcvs?rev=225086root=gccview=rev Log: PR c++/66684 * typeck2.c

[Bug c++/66216] [6 Regression] Defaulted Operators and constructors not working with aligned attribute

2015-06-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66216 --- Comment #3 from Jason Merrill jason at gcc dot gnu.org --- Author: jason Date: Fri Jun 26 21:31:13 2015 New Revision: 225087 URL: https://gcc.gnu.org/viewcvs?rev=225087root=gccview=rev Log: PR c++/66216 * class.c

[Bug preprocessor/8270] [4.9/5/6 Regression] back-slash white space newline with comments, no warning

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=8270 --- Comment #59 from Jakub Jelinek jakub at gcc dot gnu.org --- GCC 4.9.3 has been released.

[Bug tree-optimization/42108] [4.9 Regression] 50% performance regression

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42108 --- Comment #71 from Jakub Jelinek jakub at gcc dot gnu.org --- GCC 4.9.3 has been released.

[Bug preprocessor/58893] [4.9 Regression] command-line:0:0: internal compiler error: Segmentation fault

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58893 --- Comment #16 from Jakub Jelinek jakub at gcc dot gnu.org --- GCC 4.9.3 has been released.

  1   2   3   4   5   6   7   >