[Bug tree-optimization/65818] [6 Regression] libiberty/vprintf-support.c:41:1: ICE: in expand_i fn_va_arg_1, at tree-stdarg.c:1095

2015-04-22 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65818 vries at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|un

[Bug tree-optimization/65818] [6 Regression] libiberty/vprintf-support.c:41:1: ICE: in expand_i fn_va_arg_1, at tree-stdarg.c:1095

2015-04-22 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65818 --- Comment #5 from vries at gcc dot gnu.org --- Dave, could you please test the patch on hppa? Thanks, - Tom

[Bug rtl-optimization/64818] User specified register don't work correctly in inline-asm operands.

2015-04-22 Thread xguo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64818 --- Comment #1 from xuepeng guo --- Author: xguo Date: Wed Apr 22 07:21:35 2015 New Revision: 222306 URL: https://gcc.gnu.org/viewcvs?rev=222306&root=gcc&view=rev Log: gcc/ChangeLog: 2015-04-22 Hale Wang Terry Guo PR rtl

[Bug tree-optimization/65823] [6 Regression] ICE in gcc.c-torture/execute/stdarg-2.c -O0/-O1 for arm

2015-04-22 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65823 vries at gcc dot gnu.org changed: What|Removed |Added Keywords||patch --- Comment #7 from vrie

[Bug target/55144] opening glibc-c.o: No such file or directory

2015-04-22 Thread aldot at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55144 --- Comment #2 from Bernhard Reutner-Fischer --- Author: aldot Date: Wed Apr 22 08:25:40 2015 New Revision: 222313 URL: https://gcc.gnu.org/viewcvs?rev=222313&root=gcc&view=rev Log: PR target/55144 building all-gcc for bfin-linux-uclibc resulte

[Bug target/47122] vax-*-openbsd* configuration purports to require openbsd-pthread.h

2015-04-22 Thread aldot at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47122 --- Comment #1 from Bernhard Reutner-Fischer --- Author: aldot Date: Wed Apr 22 08:30:15 2015 New Revision: 222314 URL: https://gcc.gnu.org/viewcvs?rev=222314&root=gcc&view=rev Log: PR target/47122: vax-*-openbsd* config.gcc typo Gerald / jsg t

[Bug target/47098] i686-openbsd3.0: OBSD_LIB_SPEC missing

2015-04-22 Thread aldot at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47098 --- Comment #3 from Bernhard Reutner-Fischer --- Author: aldot Date: Wed Apr 22 08:41:13 2015 New Revision: 222315 URL: https://gcc.gnu.org/viewcvs?rev=222315&root=gcc&view=rev Log: PR target/47098 OBSD_LIB_SPEC on i686-openbsd3 missing config-

[Bug target/47098] i686-openbsd3.0: OBSD_LIB_SPEC missing

2015-04-22 Thread aldot at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47098 Bernhard Reutner-Fischer changed: What|Removed |Added Known to work||6.0 Known to fail|5.0

[Bug target/55144] opening glibc-c.o: No such file or directory

2015-04-22 Thread aldot at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55144 Bernhard Reutner-Fischer changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|2013-0

[Bug rtl-optimization/64916] ira.c update_equiv_regs patch causes gcc/testsuite/gcc.target/arm/pr43920-2.c regression

2015-04-22 Thread Alex.Velenko at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64916 --- Comment #7 from Alex Velenko --- Just to note, my fix was earlier, yet none replied: https://gcc.gnu.org/ml/gcc-patches/2015-04/msg00441.html

[Bug target/65837] [arm-linux-gnueabihf] lto1 target specific builtin not available

2015-04-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65837 --- Comment #1 from Richard Biener --- Well, /* Return the ARM builtin for CODE. */ tree arm_builtin_decl (unsigned code, bool initialize_p ATTRIBUTE_UNUSED) { if (code >= ARM_BUILTIN_MAX) return error_mark_node; return arm_builtin_de

[Bug target/65836] [6 Regression] gnat fails to build on aarch64-linux-gnu

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

[Bug target/47122] vax-*-openbsd* configuration purports to require openbsd-pthread.h

2015-04-22 Thread aldot at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47122 Bernhard Reutner-Fischer changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|2012-1

[Bug tree-optimization/65823] [6 Regression] ICE in gcc.c-torture/execute/stdarg-2.c -O0/-O1 for arm

2015-04-22 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65823 --- Comment #8 from vries at gcc dot gnu.org --- Author: vries Date: Wed Apr 22 09:03:01 2015 New Revision: 222318 URL: https://gcc.gnu.org/viewcvs?rev=222318&root=gcc&view=rev Log: Fix va_arg ap_copy nop detection 2015-04-22 Tom de Vries

[Bug target/65836] [6 Regression] gnat fails to build on aarch64-linux-gnu

2015-04-22 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65836 ktkachov at gcc dot gnu.org changed: What|Removed |Added Keywords||build Status|UN

[Bug libgcc/65833] Attempting to convert 128 bit integers to 128 bit decimal floating-point results in an unresolved symbol

2015-04-22 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65833 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org Com

[Bug testsuite/65767] Test pr65276 failed on arm-none-eabi

2015-04-22 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65767 --- Comment #4 from amker at gcc dot gnu.org --- Author: amker Date: Wed Apr 22 09:37:52 2015 New Revision: 222319 URL: https://gcc.gnu.org/viewcvs?rev=222319&root=gcc&view=rev Log: Backport from trunk r55 2015-04-21 Bin Cheng

[Bug c/63357] Warn for P && P and P || P (same expression used multiple times in a condition)

2015-04-22 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63357 Marek Polacek changed: What|Removed |Added Depends on||61534 --- Comment #5 from Marek Polacek

[Bug c++/65843] New: multiple use of const variable in lamba in template function causes compile error

2015-04-22 Thread darklin20 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65843 Bug ID: 65843 Summary: multiple use of const variable in lamba in template function causes compile error Product: gcc Version: 5.0 Status: UNCONFIRMED Severity:

[Bug c/65842] combine is overly cautious when operating on side effect operands references

2015-04-22 Thread zhongyunde at huawei dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65842 --- Comment #1 from vfdff --- (gdb) p debug_rtx (newpat) (set (reg:SI 191 [ g_123$6+4 ]) (and:SI (mem/c:SI (pre_modify:SI (reg/f:SI 164) (plus:SI (reg/f:SI 164) (const_int -12 [0xfff4]))) [4 g_123+4 S4

[Bug c++/65843] [5/6 Regression] multiple use of const variable in lamba in template function causes compile error

2015-04-22 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65843 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid Status|UNCON

[Bug tree-optimization/65818] [6 Regression] libiberty/vprintf-support.c:41:1: ICE: in expand_i fn_va_arg_1, at tree-stdarg.c:1095

2015-04-22 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65818 --- Comment #6 from dave.anglin at bell dot net --- On 2015-04-22, at 3:15 AM, vries at gcc dot gnu.org wrote: > could you please test the patch on hppa? Started. Thanks for the patch. Dave -- John David Anglindave.ang...@bell.net

[Bug lto/65844] New: [5 Regression] ICE (verify_cgraph_node failed) on i686-linux-gnu

2015-04-22 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65844 Bug ID: 65844 Summary: [5 Regression] ICE (verify_cgraph_node failed) on i686-linux-gnu Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal

[Bug c++/61940] Wrong error location for error in initialization list

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61940 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #2 from Jakub Jelinek -

[Bug libffi/65726] [5/6 Regression] libffi fails to build when not bootstrapping: configure: error: C++ preprocessor "/lib/cpp" fails sanity check

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65726 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #4 from Jakub Jelinek -

[Bug target/65162] [5/6 Regression][SH] Redundant tests when storing bswapped T bit result in unaligned mem

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65162 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #2 from Jakub Jelinek -

[Bug target/61821] gcc.target/i386/pr61599-1.c FAILs with Sun as

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61821 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #1 from Jakub Jelinek -

[Bug c++/65598] Fix column location for 'explicit'

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65598 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #4 from Jakub Jelinek -

[Bug ada/48002] internal error on calling inherited, overloaded and abstract subprograms with string literal

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48002 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #3 from Jakub Jelinek -

[Bug c/61864] Feature Request, -Wcovered-switch-default to identify "dead" default branch

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61864 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #3 from Jakub Jelinek -

[Bug target/65582] [5/6 Regression] testsuite lto issue: xgcc.exe: warning: '-x lto' after last input file has no effect, fatal error: no input files

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65582 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #7 from Jakub Jelinek -

[Bug target/59828] Broken assembly on ppc* with two -mcpu= options

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59828 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #3 from Jakub Jelinek -

[Bug debug/65779] [5/6 Regression] undefined local symbol on powerpc [regression]

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65779 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #7 from Jakub Jelinek -

[Bug target/62247] [5/6 Regression] FAIL: g++.dg/abi/anon3.C -std=c++98 scan-assembler .weak(_definition)

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62247 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #11 from Jakub Jelinek

[Bug middle-end/65289] [5/6 regression] ICE when compiling libjpegturbo with -floop-nest-optimize

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65289 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #4 from Jakub Jelinek -

[Bug lto/65745] [5/6 Regression] lto ICE (Segmentation fault) on powerpc64le-linux-gnu

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65745 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #2 from Jakub Jelinek -

[Bug c/49706] No warning for (!x > 1) which is always false

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49706 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #7 from Jakub Jelinek -

[Bug libstdc++/63860] Ill-formed std::pair::swap implementation?

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63860 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #7 from Jakub Jelinek -

[Bug libstdc++/61458] std::aligned_storage is bigger than expected

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61458 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #5 from Jakub Jelinek -

[Bug libstdc++/56383] error with multiple enable_shared_from_this base classes

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56383 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #1 from Jakub Jelinek -

[Bug c++/61990] Incorrect caret location for type mismatches in function calls

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61990 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #2 from Jakub Jelinek -

[Bug middle-end/64182] wide-int rounding division is broken

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64182 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #12 from Jakub Jelinek

[Bug testsuite/65718] [5/6 Regression] g++.dg/lto/pr65276 FAILs

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65718 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #2 from Jakub Jelinek -

[Bug libgomp/65742] [5/6 Regression] Several libgomp.oacc-* failures after r221922.

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65742 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #4 from Jakub Jelinek -

[Bug fortran/65548] [5/6 Regression] gfc_conv_procedure_call

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65548 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #19 from Jakub Jelinek

[Bug target/61397] [4.9/5/6 regression] FAIL: gcc.target/powerpc/p8vector-ldst.c scan-assembler lxsdx

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61397 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #13 from Jakub Jelinek

[Bug target/64792] [5/6 Regression][SH] movu.b movu.w not working

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64792 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #1 from Jakub Jelinek -

[Bug middle-end/64729] gcc.dg/stackprotectexplicit1.c FAILs

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64729 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #1 from Jakub Jelinek -

[Bug middle-end/7651] Define -Wextra strictly in terms of other warning flags

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=7651 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #31 from Jakub Jelinek -

[Bug c++/57466] [DR 1584] Argument deduction fails for 'const T*' when T is function type

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57466 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #9 from Jakub Jelinek -

[Bug target/24012] [4.8/4.9/5/6 regression] #define _POSIX_C_SOURCE breaks #include

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24012 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #15 from Jakub Jelinek

[Bug fortran/64104] [F2003][IEEE] Allow IEEE functions in specification expressions

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64104 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #1 from Jakub Jelinek -

[Bug target/65210] [avr] ICE: when using attributs 'address' and 'io_low'

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65210 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #1 from Jakub Jelinek -

[Bug target/56540] No __SIZEOF__XXX__ macro for __float128

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56540 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #3 from Jakub Jelinek -

[Bug target/57836] large constants evaluated inline

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57836 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #3 from Jakub Jelinek -

[Bug ada/65618] [5/6 Regression] gnat bootstrap comparison failure on mips{,el}-linux-gnu

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65618 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #2 from Jakub Jelinek -

[Bug c++/60608] Template argument problem

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60608 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #6 from Jakub Jelinek -

[Bug target/65564] [5/6 Regression] builtin-bnd-narrow-ptr-bounds-2-nov.c:15:1: internal compiler error: in simplify_subreg, at simplify-rtx.c:5745

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65564 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #6 from Jakub Jelinek -

[Bug go/64900] gotools don't link on Solaris 11/x86

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64900 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #4 from Jakub Jelinek -

[Bug rtl-optimization/65135] [5/6 Regression] Performance regression in pic mode after r220674.

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65135 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #7 from Jakub Jelinek -

[Bug target/65342] [5/6 Regression] FAIL: gfortran.dg/intrinsic_(un)?pack_1.f90 -O1 execution test on powerpc-apple-darwin9 after r210201

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65342 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #17 from Jakub Jelinek

[Bug other/63630] [5.0 Regression] ICE: in spill_failure, at reload1.c:2122. unable to find a register to spill in class 'POINTER_REGS'

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63630 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #2 from Jakub Jelinek -

[Bug c/48116] -Wreturn-type does not work as advertised

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48116 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #6 from Jakub Jelinek -

[Bug target/63891] [5/6 regression] Failure of darwin-weakimport-3.c

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63891 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #7 from Jakub Jelinek -

[Bug target/61551] [NEON] alter costs to allow use of post-indexed addressing modes for VLD{2..4}/VST{2..4}

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61551 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #1 from Jakub Jelinek -

[Bug target/61079] #pragma fini doesn't apply without definition

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61079 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #1 from Jakub Jelinek -

[Bug tree-optimization/64058] [5/6 Regression] Performance degradation after r216304

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64058 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #6 from Jakub Jelinek -

[Bug lto/65559] [5/6 Regression] lto1.exe: internal compiler error: in read_cgraph_and_symbols, at lto/lto.c:2947

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65559 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #16 from Jakub Jelinek

[Bug libstdc++/60555] std::system_category().default_error_condition() doesn't map system errno values to std::generic_category()

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60555 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #3 from Jakub Jelinek -

[Bug target/65164] [5/6 Regression][SH] missed subc in integer sign function

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65164 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #1 from Jakub Jelinek -

[Bug target/62631] gcc.dg/tree-ssa/ivopts-lt-2.c FAILs

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62631 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #34 from Jakub Jelinek

[Bug target/62281] gcc doesn't conform to Solaris 32-bit ABI by expecting 16-byte stack alignment

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62281 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #8 from Jakub Jelinek -

[Bug libstdc++/60271] [DR2369] [C++1y] std::max(initializer_list) cannot use std::max_element

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60271 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #9 from Jakub Jelinek -

[Bug c++/60615] bad location in error from initializer

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60615 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #2 from Jakub Jelinek -

[Bug rtl-optimization/64081] [5/6 Regression] r217827 prevents RTL loop unroll

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64081 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #16 from Jakub Jelinek

[Bug middle-end/63184] [4.8/4.9/5/6 Regression] Fails to simplify comparison

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63184 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #3 from Jakub Jelinek -

[Bug middle-end/65702] [5/6 Regression] ICE (tree check: expected ssa_name, have var_decl in expand_gimple_basic_block, at cfgexpand.c:5506) on arm-linux-gnueabihf

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65702 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #7 from Jakub Jelinek -

[Bug tree-optimization/63734] [5.0 regression] FAIL: gcc.dg/torture/vshuf-v8qi.c -O2 (internal compiler error)

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63734 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #3 from Jakub Jelinek -

[Bug debug/65771] ICE (in loc_list_from_tree, at dwarf2out.c:14964) on arm-linux-gnueabihf

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65771 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #14 from Jakub Jelinek

[Bug testsuite/60806] libstdc++ abi check should ignore missing TLS symbols

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60806 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #2 from Jakub Jelinek -

[Bug target/65660] [5 Regression] 252.eon regression on bdver2 with -Ofast

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65660 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #23 from Jakub Jelinek

[Bug target/64331] regcprop propagates registers noted as REG_DEAD

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64331 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #8 from Jakub Jelinek -

[Bug libstdc++/57060] std::this_thread::get_id() == std::thread::id::id() without -pthread

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57060 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #2 from Jakub Jelinek -

[Bug c++/57868] misleading location for invalid variadic template

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57868 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #2 from Jakub Jelinek -

[Bug tree-optimization/65337] [5/6 Regression] bootstrap-lto gnat1 linktime ICE: gcc/ada/exp_aggr.adb:6570:0: internal compiler error: in forward_edge_to_pdom, at tree-ssa-dce.c:1086

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65337 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #4 from Jakub Jelinek -

[Bug tree-optimization/63989] tree-ssa-strlen.c doesn't handle constant pointer plus and array refs if constant offset is smaller than known constant string length

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63989 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #5 from Jakub Jelinek -

[Bug libstdc++/65147] alignment of std::atomic object is not correct

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65147 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #14 from Jakub Jelinek

[Bug middle-end/61828] gcc.dg/strlenopt-8.c XPASSes

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61828 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #1 from Jakub Jelinek -

[Bug other/63426] [meta-bug] Issues found with -fsanitize=undefined

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63426 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #5 from Jakub Jelinek -

[Bug c++/58796] throw nullptr not caught by catch(type*)

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58796 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #5 from Jakub Jelinek -

[Bug libstdc++/52389] Allocation/deallocation across DLL boundary in std::locale

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52389 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #4 from Jakub Jelinek -

[Bug rtl-optimization/49857] Put constant switch-tables into flash

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49857 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #8 from Jakub Jelinek -

[Bug c++/61105] [constexpr] accepts-invalid with new-expression in constant expression

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61105 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #2 from Jakub Jelinek -

[Bug ada/65683] [5/6 regression] access types across "limited with" breaks restriction of No_Elaboration_Code

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65683 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #1 from Jakub Jelinek -

[Bug target/60949] Thumb2 LRA ICE for case pr34856.c

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60949 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #2 from Jakub Jelinek -

[Bug c++/56480] Explicit specialization in a namespace enclosing the specialized template

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56480 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #6 from Jakub Jelinek -

[Bug libstdc++/64054] 27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc FAILs

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64054 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #15 from Jakub Jelinek

[Bug sanitizer/64289] ICE with -fsanitize=float-cast-overflow

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64289 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #3 from Jakub Jelinek -

[Bug target/65689] [5 Regression][AArch64] S constraint fails for inline asm at -O0

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65689 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #11 from Jakub Jelinek

[Bug c/63782] avoid implicit declaration warning for incompatible builtin implicit declaration

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63782 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #2 from Jakub Jelinek -

  1   2   >