[Bug web/61782] always_inline incorrectly documented

2014-07-16 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61782 --- Comment #7 from rguenther at suse dot de --- On Tue, 15 Jul 2014, daniel.santos at pobox dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61782 > > --- Comment #6 from Daniel Santos --- > (In reply to Richard Biener from comme

[Bug web/61782] always_inline incorrectly documented

2014-07-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61782 --- Comment #9 from Richard Biener --- Author: rguenth Date: Wed Jul 16 07:53:59 2014 New Revision: 212581 URL: https://gcc.gnu.org/viewcvs?rev=212581&root=gcc&view=rev Log: 2014-07-16 Richard Biener PR other/61782 * doc/extend.texi

[Bug web/61782] always_inline incorrectly documented

2014-07-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61782 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug sanitizer/61771] Regressions in ASan testsuite on ARM Linux

2014-07-16 Thread kcc at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61771 --- Comment #5 from Kostya Serebryany --- > > Of course, it would be awesome if we could synchronize > > (and document somewhere) FP stack layout between GCC and Clang Isn't this what ARM should be doing? >> Perhaps we should just disable fast u

[Bug c++/61811] [4.10 Regression] Firefox LTO build error due to undefined symbols

2014-07-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61811 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.10.0 --- Comment #2 from Richard Bien

[Bug bootstrap/61809] [4.10 regression] fold-const.c:14865:47: error: 'DECL_ARGUMENT' was not declared in this scope

2014-07-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61809 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.10.0

[Bug c++/61811] [4.10 Regression] Firefox LTO build error due to undefined symbols

2014-07-16 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61811 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug sanitizer/61771] Regressions in ASan testsuite on ARM Linux

2014-07-16 Thread y.gribov at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61771 --- Comment #6 from Yury Gribov --- (In reply to Kostya Serebryany from comment #5) > >> Perhaps we should just disable fast unwind on ARM? > You will slowdown asan to the point where Valgrind will become preferable Unless you choose to default-

[Bug c++/61811] [4.10 Regression] Firefox LTO build error due to undefined symbols

2014-07-16 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61811 --- Comment #4 from Markus Trippelsdorf --- Maybe -fdump-ipa-cgraph and scanning for _ZN8nsRefPtrIN3CSF21CC_SIPCCCallMediaDataEED2Ev is enough?

[Bug rtl-optimization/61801] sched2 miscompiles syscall sequence with -g

2014-07-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61801 --- Comment #7 from Richard Biener --- It's combine combining 120 into 123 and on the way via propagate_for_debug replacing reg:SI 126 with the asm in the debug_insn. (insn 120 119 122 15 (parallel [ (set (reg:SI 126 [ resultvar ])

[Bug preprocessor/61817] New: Inconsistent location of tokens in the expansion list of a built-in macro

2014-07-16 Thread dodji at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61817 Bug ID: 61817 Summary: Inconsistent location of tokens in the expansion list of a built-in macro Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: norm

[Bug preprocessor/61817] Inconsistent location of tokens in the expansion list of a built-in macro

2014-07-16 Thread dodji at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61817 Dodji Seketeli changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/61804] rejects-valid if parenthesized temporary is incremented

2014-07-16 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61804 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug preprocessor/60723] Line directives with incorrect system header flag

2014-07-16 Thread dodji at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60723 --- Comment #20 from Dodji Seketeli --- > In a function-like macro expansion, regular tokens are line-marked as being > expanded at the opening parenthesis, while builtins are line-marked as being > expanded at the closing parenthesis (both of th

[Bug rtl-optimization/61801] sched2 miscompiles syscall sequence with -g

2014-07-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61801 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/61818] New: unused code fails to be removed after dom1, thread updated

2014-07-16 Thread manjian2006 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61818 Bug ID: 61818 Summary: unused code fails to be removed after dom1, thread updated Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severity: normal Pri

[Bug bootstrap/61792] [4.10 Regression] Bootstrap error with undeclared function isl_ast_expr_get_val

2014-07-16 Thread manfred99 at gmx dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61792 --- Comment #10 from Manfred Schwarb --- Dominique, you are right. The issue is not with isl-0.12 and isl-0.13. It is isl-0.11 that is missing these include files. So with the above mentioned check-in, building GCC using isl-0.11 does no longer

[Bug preprocessor/60723] Line directives with incorrect system header flag

2014-07-16 Thread dodji at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60723 --- Comment #21 from Dodji Seketeli --- Author: dodji Date: Wed Jul 16 10:33:36 2014 New Revision: 212638 URL: https://gcc.gnu.org/viewcvs?rev=212638&root=gcc&view=rev Log: PR preprocessor/60723 - missing system-ness marks for macro tokens When

[Bug libfortran/59513] [4.8/4.9/4.10 Regression] Fortran runtime error: Sequential READ or WRITE not allowed after EOF marker, possibly use REWIND or BACKSPACE

2014-07-16 Thread manfred99 at gmx dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59513 --- Comment #25 from Manfred Schwarb --- OK, thanks Jerry and Dominique for the explanations. It seems the correct syntax then is: READ(lun,END=100) buffer GOTO 101 100 BACKSPACE(lun) 101 WRITE(lun,*) "whatever" Not that the abo

[Bug libfortran/59513] [4.8/4.9/4.10 Regression] Fortran runtime error: Sequential READ or WRITE not allowed after EOF marker, possibly use REWIND or BACKSPACE

2014-07-16 Thread manfred99 at gmx dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59513 --- Comment #26 from Manfred Schwarb --- I just tested g77. As suspected, g77 is in line with gfortran 4.5. It happily accepts the following and does not throw an error in the END clause case: READ(lun,END=100) buffer 100 WRITE(lun,*) "wh

[Bug bootstrap/61809] [4.10 regression] fold-const.c:14865:47: error: 'DECL_ARGUMENT' was not declared in this scope

2014-07-16 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61809 Dmitry G. Dyachenko changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/61819] New: ICE in gfc_conv_descriptor_data_get

2014-07-16 Thread sfilippone at uniroma2 dot it
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61819 Bug ID: 61819 Summary: ICE in gfc_conv_descriptor_data_get Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran

[Bug fortran/61819] ICE in gfc_conv_descriptor_data_get

2014-07-16 Thread sfilippone at uniroma2 dot it
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61819 --- Comment #1 from Salvatore Filippone --- Created attachment 33127 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33127&action=edit test case

[Bug fortran/61819] ICE in gfc_conv_descriptor_data_get

2014-07-16 Thread sfilippone at uniroma2 dot it
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61819 --- Comment #2 from Salvatore Filippone --- Same ICE with a fresh trunk as of today.

[Bug tree-optimization/61818] unused code fails to be removed after dom1, thread updated

2014-07-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61818 Richard Biener changed: What|Removed |Added Keywords||missed-optimization Status|

[Bug c++/61015] Stack corruption with templates and pass-by-reference

2014-07-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61015 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/61748] imm-devirt-2.C failed on arm-linux

2014-07-16 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61748 Rainer Orth changed: What|Removed |Added Target|arm-none-linux-gnueabihf, |arm-none-linux-gnueabihf,

[Bug bootstrap/61792] [4.10 Regression] Bootstrap error with undeclared function isl_ast_expr_get_val

2014-07-16 Thread grosser at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61792 --- Comment #11 from Tobias Grosser --- (In reply to Manfred Schwarb from comment #10) > Dominique, you are right. > The issue is not with isl-0.12 and isl-0.13. > > It is isl-0.11 that is missing these include files. So with the > above mention

[Bug middle-end/61748] imm-devirt-2.C failed on arm-linux

2014-07-16 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61748 Dominique d'Humieres changed: What|Removed |Added CC||hubicka at ucw dot cz --- Comment

[Bug other/56811] [4.8/4.9/4.10 Regression] libbacktrace causes undefined symbol "_Unwind_GetIPInfo" on ia64-hpux

2014-07-16 Thread d.v.a at ngs dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56811 --- Comment #13 from __vic --- (In reply to Alexander from comment #12) > fixed in GCC 4.8.3 What about 4.9 branch?

[Bug middle-end/61748] imm-devirt-2.C failed on arm-linux

2014-07-16 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61748 --- Comment #4 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #3 from Dominique d'Humieres --- > I have silenced the failure with the following patch > > --- ../_clean/gcc/testsuite/g++.dg/ipa/imm-devirt-2.C2014-07-05 > 23:22:52.0

[Bug ipa/61820] New: 32-bit g++.dg/ipa/pr61160-3.C execution failure

2014-07-16 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61820 Bug ID: 61820 Summary: 32-bit g++.dg/ipa/pr61160-3.C execution failure Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug ipa/61820] 32-bit g++.dg/ipa/pr61160-3.C execution failure

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

[Bug middle-end/61748] imm-devirt-2.C failed on arm-linux

2014-07-16 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61748 --- Comment #5 from Jan Hubicka --- > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61748 > > --- Comment #4 from ro at CeBiTec dot Uni-Bielefeld.DE Uni-Bielefeld.DE> --- > > --- Comment #3 from Dominique d'Humieres --- > > I have silenced the

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

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60871 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #7 from Jakub Jelinek

[Bug lto/60449] Merging function DECLs discards leaf attribute which causes cfg verifier to fail

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60449 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #15 from Jakub Jelinek

[Bug target/60607] -march=native command line option handling breaks LTO option machinery

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60607 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #4 from Jakub Jelinek

[Bug middle-end/60102] [4.9/4.10 Regression] powerpc fp-bit ices at dwf_regno

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60102 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #15 from Jakub Jelinek

[Bug tree-optimization/56787] [4.8 Regression] Vectorization fails because of CLOBBER statements

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56787 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #15 from Jakub Jelinek

[Bug fortran/61766] [4.9/4.10 regression] ICE on trans-array.c

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61766 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #3 from Jakub Jelinek

[Bug middle-end/61776] [4.9/4.10 Regression] ICE: verify_flow_info failed: control flow in the middle of basic block with -fprofile-generate

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61776 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #2 from Jakub Jelinek

[Bug fortran/60529] [4.9/4.10 Regression] [OOP] ICE with allocatable sub-component

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60529 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #4 from Jakub Jelinek

[Bug bootstrap/61763] [4.9 Regression] gcc-4.9.0 "Bootstrap comparison failure!"

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61763 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #3 from Jakub Jelinek

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

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55637 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #18 from Jakub Jelinek

[Bug rtl-optimization/60162] [4.9/4.10 Regression][lra] mlra appears to be using the FP registers for integer values and then moving on to GPR registers.

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60162 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #7 from Jakub Jelinek

[Bug plugins/61176] [4.9/4.10 Regression] plugin builds including gimple.h not building

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61176 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #10 from Jakub Jelinek

[Bug tree-optimization/61194] [4.9/4.10 Regression] vectorization failed with "bit-precision arithmetic not supported" even if conversion to int is requested

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61194 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #16 from Jakub Jelinek

[Bug target/60851] [4.9/4.10 Regression] ICE: in extract_constrain_insn_cached, at recog.c:2117 with -flive-range-shrinkage -mdispatch-scheduler -march=bdver4

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60851 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #6 from Jakub Jelinek

[Bug middle-end/61654] [4.9/4.10 Regression] ICE in release_function_body, at cgraph.c:1699

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61654 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #10 from Jakub Jelinek

[Bug lto/61557] [4.9/4.10 Regression] LTO ICE: verify_flow_info failed (error: control flow in the middle of basic block)

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61557 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #1 from Jakub Jelinek

[Bug testsuite/57413] FAIL: gcc.dg/debug/dwarf2/discriminator.c scan-assembler on x86_64-apple-darwin10, Solaris/x86

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57413 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #7 from Jakub Jelinek

[Bug lto/59441] ICE in bitmap_element_allocate

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59441 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #4 from Jakub Jelinek

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

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58950 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #19 from Jakub Jelinek

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

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58867 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #4 from Jakub Jelinek

[Bug tree-optimization/60172] [4.9/4.10 Regression] ARM performance regression from trunk@207239

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60172 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #24 from Jakub Jelinek

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

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60290 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #4 from Jakub Jelinek

[Bug tree-optimization/61515] [4.9/4.10 Regression] Extremely long compile time for generated code

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61515 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #14 from Jakub Jelinek

[Bug libstdc++/51965] Redundant move constructions in heap algorithms

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51965 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #11 from Jakub Jelinek

[Bug target/59305] [4.9/4.10 Regression] gcc.dg/atomic/c11-atomic-exec-5.c fails with WARNING: program timed out on x86_64-apple-darwin13

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59305 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #23 from Jakub Jelinek

[Bug rtl-optimization/56069] [4.8/4.9/4.10 Regression] RA pessimization

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56069 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #8 from Jakub Jelinek

[Bug go/59432] [4.9/4.10 regression] sync/atomic FAILs on Solaris/x86

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59432 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #4 from Jakub Jelinek

[Bug c++/46206] using typedef-name error with typedef name hiding struct name

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46206 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #8 from Jakub Jelinek

[Bug tree-optimization/55936] [4.8/4.9/4.10 Regression] Missed VRP optimization

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55936 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #7 from Jakub Jelinek

[Bug sanitizer/61021] [4.9/4.10 regression] libsanitizer fails to build with old glibc

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61021 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #5 from Jakub Jelinek

[Bug target/60925] [4.9/4.10 Regression] hppa: can't find a register in class 'R1_REGS' while reloading 'asm'

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60925 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #9 from Jakub Jelinek

[Bug c++/61214] [4.9/4.10 regression] Weird interaction between -fvisibility-inlines-hidden, inline virtuals and devirtualization

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61214 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #6 from Jakub Jelinek

[Bug ipa/61659] [4.9/4.10 Regression] Extra undefined symbol because of devirtualization

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61659 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #17 from Jakub Jelinek

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

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56427 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #4 from Jakub Jelinek

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

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61047 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #10 from Jakub Jelinek

[Bug middle-end/61294] [4.9 Regression] erroneous memset used with constant zero length parameter warning

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61294 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #7 from Jakub Jelinek

[Bug libstdc++/61374] string_view::operator string() is buggy

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61374 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #4 from Jakub Jelinek

[Bug rtl-optimization/60045] gcc.dg/atomic/c11-atomic-exec-[23].c compilation times out

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60045 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #2 from Jakub Jelinek

[Bug debug/54114] VTA compile-time performance could be improved

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54114 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #12 from Jakub Jelinek

[Bug other/59490] cilk-plus failure

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59490 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #6 from Jakub Jelinek

[Bug other/59053] cilkplus branch compiler loops

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59053 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #4 from Jakub Jelinek

[Bug libstdc++/51617] [C++0x] async(f) isn't.

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51617 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #9 from Jakub Jelinek

[Bug target/59407] gcc.target/i386/pr58218.c FAILs with Sun as

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59407 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #2 from Jakub Jelinek

[Bug libstdc++/60037] SIGFPE in std::generate_canonical

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60037 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #7 from Jakub Jelinek

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

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57994 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #25 from Jakub Jelinek

[Bug ipa/60990] [4.9/4.10 Regression] ICE: in try_make_edge_direct_virtual_call, at ipa-prop.c:2796 with -O3 -fno-early-inlining -fno-ipa-cp

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60990 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #2 from Jakub Jelinek

[Bug ipa/60761] Improve dump_decl for clones

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60761 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #20 from Jakub Jelinek

[Bug ipa/61144] [4.9/4.10 Regression] Invalid optimizations for extern vars with local weak definitions

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61144 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #27 from Jakub Jelinek

[Bug sanitizer/59758] [4.9/4.10 Regression] bootstrap failure in libsanitizer/asan on sparc-linux-gnu

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59758 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #11 from Jakub Jelinek

[Bug fortran/59781] [4.8/4.9/4.10 Regression] [F03] Incorrect initialisation of derived type

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59781 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #8 from Jakub Jelinek

[Bug tree-optimization/55334] [4.8/4.9/4.10 Regression] mgrid regression (ipa-cp disables vectorization)

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55334 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #36 from Jakub Jelinek

[Bug fortran/59765] [4.9/4.10 Regression] [OOP] ICE on valid with finalizable array components

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59765 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #7 from Jakub Jelinek

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

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58981 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #10 from Jakub Jelinek

[Bug libgomp/60670] omp.h may differ between multilibs

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60670 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #7 from Jakub Jelinek

[Bug go/59431] [4.9/4.10 regression] runtime FAILs on Solaris

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59431 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #6 from Jakub Jelinek

[Bug middle-end/60080] gcc.dg/vect/vect-nop-move.c FAILs

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60080 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #6 from Jakub Jelinek

[Bug go/59453] log/syslog FAILs on Solaris 9

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59453 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #2 from Jakub Jelinek

[Bug rtl-optimization/61641] [4.9/4.10 Regression] undefined label in jump_table_data

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61641 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #4 from Jakub Jelinek

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

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17232 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #23 from Jakub Jelinek

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

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57048 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #5 from Jakub Jelinek

[Bug tree-optimization/59908] Incorrect uninit warning with -fsanitize=address caused by LIM

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59908 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #6 from Jakub Jelinek

[Bug middle-end/61409] [4.9/4.10 regression] -Wmaybe-uninitialized false-positive with -O2

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61409 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #8 from Jakub Jelinek

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

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29040 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #5 from Jakub Jelinek

[Bug middle-end/59507] ICE: in mark_reachable_handlers, at tree-eh.c:3833 with -O -fnon-call-exceptions -fvtable-verify=preinit

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59507 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #4 from Jakub Jelinek

[Bug sanitizer/59402] bootstrap failure on x32

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59402 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #11 from Jakub Jelinek

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

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59498 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.1 |4.9.2 --- Comment #6 from Jakub Jelinek

  1   2   >