[Bug middle-end/59719] Too much space allocated to unions containing variable length arrays

2014-01-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59719 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug middle-end/59741] Union with struct with flexible array member output incorrectly

2014-01-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59741 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/59732] [4.9 Regression] ICE with -fopenmp: invalid address operand in MEM_REF

2014-01-09 Thread burnus at gcc dot gnu.org
|--- |INVALID --- Comment #2 from Tobias Burnus --- (In reply to Marek Polacek from comment #1) > I can't reproduce it with xg++ (GCC) 4.9.0 20140109 (experimental) > configured with --enable-checking=yes,rtl. I cannot reproduce it anymore either; I think I had some patch

[Bug middle-end/28865] Structures with a flexible arrray member have wrong .size

2014-01-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28865 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #12

[Bug middle-end/28865] Structures with a flexible arrray member have wrong .size

2014-01-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28865 --- Comment #13 from Jakub Jelinek --- Runtime testcase that presumably fails on -fsection-anchors targets: struct A { int a; char b[]; }; union B { struct A a; char b[sizeof (struct A) + 31]; }; union B b = { { 1, "123456789012345678901234567890"

[Bug sanitizer/59136] [4.9 Regression] llvm-symbolizer shouldn't be started always

2014-01-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59136 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug sanitizer/59733] [4.9 Regression] bootstrap-asan failed to bootstrap

2014-01-09 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59733 --- Comment #5 from H.J. Lu --- (In reply to Jakub Jelinek from comment #4) > BTW, are you sure you don't have some ulimit imposed limits (say on virtual > address space)? [hjl@gnu-mic-2 gcc]$ ulimit -a core file size (blocks, -c) 0 data

[Bug middle-end/28865] Structures with a flexible arrray member have wrong .size

2014-01-09 Thread bergner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28865 Peter Bergner changed: What|Removed |Added CC||bergner at gcc dot gnu.org --- Comment #1

[Bug ipa/59469] [4.8/4.9 Regression] LLVM build failure with gcc LTO

2014-01-09 Thread rafael.espindola at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59469 Rafael Avila de Espindola changed: What|Removed |Added CC||rafael.espindola at gmail dot

[Bug rtl-optimization/59137] [4.7 Regression] Miscompilation at -O1 on mips/mipsel

2014-01-09 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59137 rsandifo at gcc dot gnu.org changed: What|Removed |Added Summary|[4.7/4.8/4.9 Regression]|[4.7 Regression]

[Bug c++/59742] New: compilation failed for package ‘RcppEigen’

2014-01-09 Thread patrik.dinnetz at sh dot se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59742 Bug ID: 59742 Summary: compilation failed for package ‘RcppEigen’ Product: gcc Version: 4.4.6 Status: UNCONFIRMED Severity: major Priority: P3 Component: c++

[Bug ipa/59226] [4.9 Regression] ICE: in record_target_from_binfo, at ipa-devirt.c:661

2014-01-09 Thread nheghathivhistha at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59226 --- Comment #18 from David Kredba --- It linked! (After appended "__attribute__((used))" to line "void* JIT_STUB cti_vm_throw(STUB_ARGS_DECLARATION);" in qt-everywhere-opensource-src-4.8.5/src/3rdparty/webkit/Source/JavaScriptCore/jit/JITStubs.h.

[Bug lto/59723] [4.9 Regression] ICE: in lto_output_tree, at lto-streamer-out.c:1390 when compiling some Fortran tests with -flto

2014-01-09 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59723 --- Comment #5 from Dominique d'Humieres --- > I don't remember reviewing this LTO change nor approving it. Well ... It was approved by Cary Coutant for the DWARF part at http://gcc.gnu.org/ml/gcc-patches/2013-12/msg00397.html and Jakub Jelinek

[Bug tree-optimization/59622] [4.9 Regression] internal compiler error: verify_gimple failed

2014-01-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59622 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ipa/59469] [4.8/4.9 Regression] LLVM build failure with gcc LTO

2014-01-09 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59469 Markus Trippelsdorf changed: What|Removed |Added CC||trippels at gcc dot gnu.org --- Com

[Bug fortran/55932] [F03] ICE for structure constructor with scalar allocatable component

2014-01-09 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55932 --- Comment #6 from janus at gcc dot gnu.org --- (In reply to janus from comment #5) > The following is sufficient to get rid of the ICE: Unfortunately it produces several testsuite failures: alloc_comp_class_1.f90 alloc_comp_class_2.f90 class_19

[Bug target/59371] [4.8/4.9 Regression] Performance regression in GCC 4.8 and later versions.

2014-01-09 Thread ma...@linux-mips.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59371 --- Comment #10 from Maciej W. Rozycki --- (In reply to Jakub Jelinek from comment #9) Jakub, The fix has corrected the evaluation of `i++' however it has regressed the evaluation of `i < c'. This is because in the loop `i' is only ever assign

[Bug ipa/59469] [4.8/4.9 Regression] LLVM build failure with gcc LTO

2014-01-09 Thread rafael.espindola at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59469 --- Comment #26 from Rafael Avila de Espindola --- > Yes, is see the weak symbol both in BasicBlock.o and Function.o. > However it gets optimized away when I link them with "-flto -O3" into > libLLVMCore.so (see comment 0). That optimization seem

[Bug rtl-optimization/59743] New: [4.9 Regression] ICE: Segmentation fault

2014-01-09 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59743 Bug ID: 59743 Summary: [4.9 Regression] ICE: Segmentation fault Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-opt

[Bug fortran/59700] [4.8/4.9 Regression] Misleading/buggy runtime error message: Bad integer for item 0 in list input

2014-01-09 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59700 --- Comment #7 from Dominique d'Humieres --- > I've started to write a testcase, but the counting of items is > still wrong. Look for the XXX comment in the following code. > ... Confirmed. Replacing the 'call abort' with 'print *, msg', 4.7.4 (

[Bug lto/59723] [4.9 Regression] ICE: in lto_output_tree, at lto-streamer-out.c:1390 when compiling some Fortran tests with -flto

2014-01-09 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59723 --- Comment #6 from Tobias Burnus --- (In reply to Richard Biener from comment #4) > (In reply to Dominique d'Humieres from comment #3) > > It could be due to r205679: > > Very likely. This obviously wasn't tested at all ... which implies that

[Bug sanitizer/59733] [4.9 Regression] bootstrap-asan failed to bootstrap

2014-01-09 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59733 --- Comment #6 from H.J. Lu --- Created attachment 31788 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31788&action=edit strace -o log -e mmap,munmap

[Bug rtl-optimization/59137] [4.7 Regression] Miscompilation at -O1 on mips/mipsel

2014-01-09 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59137 --- Comment #7 from rsandifo at gcc dot gnu.org --- Author: rsandifo Date: Thu Jan 9 19:58:52 2014 New Revision: 206489 URL: http://gcc.gnu.org/viewcvs?rev=206489&root=gcc&view=rev Log: gcc/ PR rtl-optimization/59137 * reorg.c (steal_de

[Bug c++/59742] compilation failed for package ‘RcppEigen’

2014-01-09 Thread patrik.dinnetz at sh dot se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59742 --- Comment #1 from patrikdinnetz --- source file to large attach

[Bug other/58996] [4.9 regression] build failure in libcilkrts

2014-01-09 Thread bviyer at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58996 Balaji V. Iyer changed: What|Removed |Added CC||bviyer at gmail dot com --- Comment #2 f

[Bug ipa/59469] [4.8/4.9 Regression] LLVM build failure with gcc LTO

2014-01-09 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59469 --- Comment #27 from Markus Trippelsdorf --- Created attachment 31789 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31789&action=edit BasicBlock.ii reduced

[Bug ipa/59469] [4.8/4.9 Regression] LLVM build failure with gcc LTO

2014-01-09 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59469 --- Comment #28 from Markus Trippelsdorf --- Created attachment 31790 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31790&action=edit Function.ii reduced

[Bug tree-optimization/59622] [4.9 Regression] internal compiler error: verify_gimple failed

2014-01-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59622 --- Comment #18 from Jakub Jelinek --- Author: jakub Date: Thu Jan 9 20:09:33 2014 New Revision: 206492 URL: http://gcc.gnu.org/viewcvs?rev=206492&root=gcc&view=rev Log: PR tree-optimization/59622 * gimple-fold.c (gimple_fold_call): Fix

[Bug fortran/59700] [4.8/4.9 Regression] Misleading/buggy runtime error message: Bad integer for item 0 in list input

2014-01-09 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59700 --- Comment #8 from Dominique d'Humieres --- Do you understand the '++' in 642 dtp->u.p.line_buffer[dtp->u.p.item_count++] = c; ? program foo implicit none character(len=80) msg integer, parameter :: fd = 10 integer i1, i2, i

[Bug middle-end/47735] [4.7/4.8/4.9 Regression] Unnecessary adjustments to stack pointer

2014-01-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47735 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Thu Jan 9 20:12:36 2014 New Revision: 206493 URL: http://gcc.gnu.org/viewcvs?rev=206493&root=gcc&view=rev Log: PR middle-end/47735 * cfgexpand.c (expand_one_var): For SSA_NAMEs, i

[Bug sanitizer/59402] [4.9 Regression] bootstrap failure on x32

2014-01-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59402 --- Comment #5 from Jakub Jelinek --- Hasn't this been fixed by r205736 and r205737 ?

[Bug middle-end/59743] [4.9 Regression] ICE: Segmentation fault

2014-01-09 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59743 Markus Trippelsdorf changed: What|Removed |Added CC||law at gcc dot gnu.org Com

[Bug other/58996] [4.9 regression] build failure in libcilkrts

2014-01-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58996 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3 f

[Bug c++/59742] compilation failed for package ‘RcppEigen’

2014-01-09 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59742 Marc Glisse changed: What|Removed |Added Severity|major |normal --- Comment #2 from Marc Glisse ---

[Bug fortran/59700] [4.8/4.9 Regression] Misleading/buggy runtime error message: Bad integer for item 0 in list input

2014-01-09 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59700 --- Comment #9 from Steve Kargl --- On Thu, Jan 09, 2014 at 08:45:19PM +, dominiq at lps dot ens.fr wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59700 > > --- Comment #8 from Dominique d'Humieres --- > Do you understand the '++' in >

[Bug middle-end/59743] [4.9 Regression] ICE: Segmentation fault

2014-01-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59743 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2 f

[Bug middle-end/59743] [4.9 Regression] ICE: Segmentation fault

2014-01-09 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59743 --- Comment #3 from Jeffrey A. Law --- No worries Jakub. I'll take it as it's clearly mine.

[Bug tree-optimization/59597] [4.9 Regression] Performance degradation on Coremark after r205074

2014-01-09 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59597 Jeffrey A. Law changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |law at redhat dot com --- Comment

[Bug fortran/59700] [4.8/4.9 Regression] Misleading/buggy runtime error message: Bad integer for item 0 in list input

2014-01-09 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59700 --- Comment #10 from Dominique d'Humieres --- > > Do you understand the '++' in > > > > 642 dtp->u.p.line_buffer[dtp->u.p.item_count++] = c; > > > > ? > > It's C post-increment operator. ... The question was not about the syntax, but about

[Bug other/58996] [4.9 regression] build failure in libcilkrts

2014-01-09 Thread bviyer at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58996 --- Comment #4 from Balaji V. Iyer --- Hi Jakub, __cpu_set_t_defined is defined in /usr/include/bits/sched.h in my SUSE machine and in Ubuntu machine. Thanks, Balaji V. Iyer.

[Bug c++/59631] ICE using _Cilk_spawn without -fcilkplus

2014-01-09 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59631 Volker Reichelt changed: What|Removed |Added Keywords|ice-on-valid-code |ice-on-invalid-code Status|

[Bug sanitizer/59402] [4.9 Regression] bootstrap failure on x32

2014-01-09 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59402 --- Comment #6 from H.J. Lu --- (In reply to Jakub Jelinek from comment #5) > Hasn't this been fixed by r205736 and r205737 ? Yes, but I was told to leave it open until it is fixed in upstream: http://gcc.gnu.org/ml/gcc-patches/2013-12/msg00641.

[Bug fortran/59700] [4.8/4.9 Regression] Misleading/buggy runtime error message: Bad integer for item 0 in list input

2014-01-09 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59700 --- Comment #11 from Steve Kargl --- On Thu, Jan 09, 2014 at 09:27:03PM +, dominiq at lps dot ens.fr wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59700 > > --- Comment #10 from Dominique d'Humieres --- > > > Do you understand the '++

[Bug sanitizer/59402] bootstrap failure on x32

2014-01-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59402 Jakub Jelinek changed: What|Removed |Added Summary|[4.9 Regression] bootstrap |bootstrap failure on x32

[Bug fortran/55932] [F03] ICE for structure constructor with scalar allocatable component

2014-01-09 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55932 --- Comment #7 from janus at gcc dot gnu.org --- (In reply to janus from comment #6) > > The following is sufficient to get rid of the ICE: > > Unfortunately it produces several testsuite failures: All of them are fixed by this version: Index: g

[Bug middle-end/59743] [4.9 Regression] ICE: Segmentation fault

2014-01-09 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59743 --- Comment #4 from Jeffrey A. Law --- I see what's going on. Basically the code exhibits undefined behaviour (r.s.high is not defined before its first use in the loop). Thus the first and only reaching def is appearing after the first use. Obv

[Bug middle-end/59743] [4.9 Regression] ICE: Segmentation fault

2014-01-09 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59743 --- Comment #5 from Jeffrey A. Law --- I think we can just check DF_INSN_LUIDs here to catch this case. My systems are busy right now, but I should be able to nail this down as soon as one frees up.

[Bug middle-end/59743] [4.9 Regression] ICE: Segmentation fault

2014-01-09 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59743 --- Comment #6 from Markus Trippelsdorf --- Created attachment 31791 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31791&action=edit original testcase Here's the unreduced original.

[Bug lto/50008] [4.7/4.8/4.9 Regression] type mismatch in array reference, verify_gimple failed

2014-01-09 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50008 Aldy Hernandez changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug other/58996] [4.9 regression] build failure in libcilkrts

2014-01-09 Thread PHHargrove at lbl dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58996 --- Comment #5 from Paul H. Hargrove --- The patch in comment #2 allows the build to complete without the need to --disable-libcilkrts. However, I agree with Jakub (comment #3) that use of a glibc internal macros is a poor idea and a configure-ti

[Bug fortran/59700] [4.8/4.9 Regression] Misleading/buggy runtime error message: Bad integer for item 0 in list input

2014-01-09 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59700 --- Comment #12 from Dominique d'Humieres --- With the second patch there is a regression for gfortran.dg/namelist_46.f90. This seems to be fixed with the following change: @@ -757,14 +757,16 @@ read_logical (st_parameter_dt *dtp, int bad_log

[Bug lto/59723] [4.9 Regression] ICE: in lto_output_tree, at lto-streamer-out.c:1390 when compiling some Fortran tests with -flto

2014-01-09 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59723 --- Comment #7 from Dominique d'Humieres --- > ... which implies that the GCC testsuite needs to be improved with regards > to LTO testing as there was no new failure with the patch. Not GCC, but gfortran. I stumbled on this pr with make -k che

[Bug lto/47889] [4.7/4.8/4.9 Regression] Segmentation fault in useless_type_conversion_p, at tree-ssa.c:1228

2014-01-09 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47889 Aldy Hernandez changed: What|Removed |Added Status|NEW |WAITING

[Bug lto/47889] [4.7/4.8/4.9 Regression] Segmentation fault in useless_type_conversion_p, at tree-ssa.c:1228

2014-01-09 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47889 Aldy Hernandez changed: What|Removed |Added CC||aldyh at gcc dot gnu.org --- Comment #10

[Bug lto/47888] [4.7/4.8/4.9 Regression] tree check: expected array_type, have record_type in array_ref_low_bound, at expr.c:6249 / Segmentation fault

2014-01-09 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47888 Aldy Hernandez changed: What|Removed |Added Status|NEW |WAITING CC|

[Bug middle-end/59670] ICE: expected gimple_call(error_mark), have gimple_assign(plus_expr) in gimple_call_internal_p, at gimple.h:2432

2014-01-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59670 --- Comment #2 from Jakub Jelinek --- Author: jakub Date: Thu Jan 9 23:39:06 2014 New Revision: 206503 URL: http://gcc.gnu.org/viewcvs?rev=206503&root=gcc&view=rev Log: PR middle-end/59670 * tree-vect-data-refs.c (vect_analyze_data_refs)

[Bug libstdc++/59680] Compile error in thread.cc

2014-01-09 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59680 --- Comment #2 from Jonathan Wakely --- Author: redi Date: Thu Jan 9 23:39:31 2014 New Revision: 206504 URL: http://gcc.gnu.org/viewcvs?rev=206504&root=gcc&view=rev Log: PR libstdc++/59680 * src/c++11/thread.cc (__sleep_for): Fix call to

[Bug middle-end/59670] ICE: expected gimple_call(error_mark), have gimple_assign(plus_expr) in gimple_call_internal_p, at gimple.h:2432

2014-01-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59670 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/59680] Compile error in thread.cc

2014-01-09 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59680 Jonathan Wakely changed: What|Removed |Added Known to fail||4.8.3 --- Comment #3 from Jonathan Wake

[Bug lto/47889] [4.7/4.8/4.9 Regression] Segmentation fault in useless_type_conversion_p, at tree-ssa.c:1228

2014-01-09 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47889 --- Comment #11 from Dmitry Gorbachev --- GCC 4.7 still crashes on the testcase from attachment 25620: $ gcc -r -nostdlib -flto 1.c 2.c In file included from 1.c:5:0, from :0: 2.c:5:17: warning: type of 's' does not match origina

[Bug lto/50008] [4.7/4.8/4.9 Regression] type mismatch in array reference, verify_gimple failed

2014-01-09 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50008 --- Comment #6 from Dmitry Gorbachev --- Disappeared somewhere between r204654 and r205795. (When configured with checking, both GCC 4.7 and 4.8 still fail.)

[Bug middle-end/59743] [4.9 Regression] ICE: Segmentation fault

2014-01-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59743 --- Comment #7 from Jakub Jelinek --- (In reply to Jeffrey A. Law from comment #5) > I think we can just check DF_INSN_LUIDs here to catch this case. My systems > are busy right now, but I should be able to nail this down as soon as one > frees u

[Bug lto/47889] [4.7/4.8/4.9 Regression] Segmentation fault in useless_type_conversion_p, at tree-ssa.c:1228

2014-01-09 Thread aldyh at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47889 --- Comment #12 from Aldy Hernandez --- On 01/09/14 15:43, d.g.gorbachev at gmail dot com wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47889 > > --- Comment #11 from Dmitry Gorbachev --- > GCC 4.7 still crashes on the testcase from attach

[Bug lto/47889] [4.7 Regression] Segmentation fault in useless_type_conversion_p, at tree-ssa.c:1228

2014-01-09 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47889 --- Comment #13 from Dmitry Gorbachev --- It was 4.7.4 20131207 (prerelease).

[Bug lto/47889] [4.7 Regression] Segmentation fault in useless_type_conversion_p, at tree-ssa.c:1228

2014-01-09 Thread aldyh at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47889 --- Comment #14 from Aldy Hernandez --- On 01/09/14 16:01, d.g.gorbachev at gmail dot com wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47889 > > --- Comment #13 from Dmitry Gorbachev --- > It was 4.7.4 20131207 (prerelease). > Can you tr

[Bug target/59744] New: miscompilation of unsigned comparison on aarch64

2014-01-09 Thread michael.hudson at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59744 Bug ID: 59744 Summary: miscompilation of unsigned comparison on aarch64 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: t

[Bug tree-optimization/59745] New: [4.9 Regression] internal compiler error: tree check: expected tree that contains 'typed' structure, have '' in operand_equal_p, at fold-const.c:2

2014-01-09 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59745 Bug ID: 59745 Summary: [4.9 Regression] internal compiler error: tree check: expected tree that contains 'typed' structure, have '' in operand_equal_p, at fold-const

[Bug target/59744] miscompilation of unsigned comparison on aarch64

2014-01-09 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59744 Andrew Pinski changed: What|Removed |Added Keywords||wrong-code Status|UNCONFIRMED

[Bug tree-optimization/59745] [4.9 Regression] internal compiler error: tree check: expected tree that contains 'typed' structure, have '' in operand_equal_p, at fold-const.c:2492

2014-01-09 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59745 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/59746] New: internal compiler error: Segmentation fault

2014-01-09 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59746 Bug ID: 59746 Summary: internal compiler error: Segmentation fault Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortra

[Bug fortran/59700] [4.8/4.9 Regression] Misleading/buggy runtime error message: Bad integer for item 0 in list input

2014-01-09 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59700 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org --- Comment

[Bug middle-end/59743] [4.9 Regression] ICE: Segmentation fault

2014-01-09 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59743 --- Comment #8 from Jeffrey A. Law --- /* The logical uid of the insn in the basic block. This is valid after any call to df_analyze but may rot after insns are added, deleted or moved. */ int luid;

[Bug middle-end/59743] [4.9 Regression] ICE: Segmentation fault

2014-01-09 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59743 Jeffrey A. Law changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/59745] [4.9 Regression] internal compiler error: tree check: expected tree that contains 'typed' structure, have '' in operand_equal_p, at fold-const.c:2492

2014-01-09 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59745 --- Comment #2 from H.J. Lu --- #0 internal_error ( gmsgid=0x14cea90 "tree check: expected tree that contains %qs structure, have %qs in %s, at %s:%d") at /export/gnu/import/git/gcc/gcc/diagnostic.c:1127 #1 0x00e69ab1 in tree_contain

[Bug tree-optimization/59747] New: wrong code at -Os and above on x86_64-linux-gnu in 64-bit mode

2014-01-09 Thread su at cs dot ucdavis.edu
-werror --enable-multilib Thread model: posix gcc version 4.9.0 20140109 (experimental) [trunk revision 206472] (GCC) $ $ gcc-trunk -m64 -O1 small.c; a.out 0 $ gcc-trunk -m32 -Os small.c; a.out 0 $ gcc-4.8 -m64 -Os small.c; a.out 0 $ $ gcc-trunk -m64 -Os small.c; a.out 1

[Bug sanitizer/59061] Port leaksanitizer

2014-01-09 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59061 Joost VandeVondele changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/59746] internal compiler error: Segmentation fault

2014-01-09 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59746 Dominique d'Humieres changed: What|Removed |Added Keywords||error-recovery Status|

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

2014-01-09 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59431 --- Comment #1 from Uroš Bizjak --- This should now be fixed by [1]. [1] http://gcc.gnu.org/ml/gcc-patches/2014-01/msg00565.html

<    1   2