[Bug debug/61923] [4.8/4.9/4.10 Regression] -fcompare-debug errors while building Linux kernel.

2014-07-28 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61923 --- Comment #3 from Markus Trippelsdorf --- Created attachment 33200 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33200&action=edit original testcase The issue is more visible with the original attached testcase: markus@x4 linux % diff

[Bug tree-optimization/61938] Vectorization not happening .

2014-07-28 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61938 --- Comment #1 from Andrew Pinski --- array[selectvector[i]] is not handled.

[Bug middle-end/61913] ICE in common_handle_option with -Wodr

2014-07-28 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61913 --- Comment #12 from Jan Hubicka --- > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61913 > > --- Comment #6 from Manuel López-Ibá??ez --- > (In reply to Marek Polacek from comment #5) > > (In reply to Manuel López-Ibá??ez from comment #4) > >

Re: [Bug middle-end/61913] ICE in common_handle_option with -Wodr

2014-07-28 Thread Jan Hubicka
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61913 > > --- Comment #6 from Manuel López-Ibá??ez --- > (In reply to Marek Polacek from comment #5) > > (In reply to Manuel López-Ibá??ez from comment #4) > > > It is pretty strange that you need a Var() if it is not used anywhere. > > > > It is, w

Re: [Bug middle-end/61913] ICE in common_handle_option with -Wodr

2014-07-28 Thread Jan Hubicka
> > It seems quite a major deficiency if we are going to keep adding warnings to > > LTO, which are never tested and there is a high chance they are not working > > at all. Is there a PR about it? Is Jan or someone else working on it? > > I don't know about such PR. Neither do I know whether Jan'

[Bug middle-end/61913] ICE in common_handle_option with -Wodr

2014-07-28 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61913 --- Comment #11 from Jan Hubicka --- > > It seems quite a major deficiency if we are going to keep adding warnings to > > LTO, which are never tested and there is a high chance they are not working > > at all. Is there a PR about it? Is Jan or so

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

2014-07-28 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57868 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

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

2014-07-28 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60615 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/60616] bad location from -Wunused-parameter

2014-07-28 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60616 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/60862] bad location in invalid conversion error

2014-07-28 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60862 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug tree-optimization/61929] Graphite: Banerjee and Omega differ on distance vectors (internal compiler error in compute_affine_dependence)

2014-07-28 Thread gcc at crg4 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61929 --- Comment #3 from Charles Greathouse --- This appears to also block -floop-parallelize-all from functioning in these cases.

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

2014-07-28 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61940 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/61929] Graphite: Banerjee and Omega differ on distance vectors (internal compiler error in compute_affine_dependence)

2014-07-28 Thread gcc at crg4 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61929 Charles Greathouse changed: What|Removed |Added Known to fail||4.8.3, 4.9.1 --- Comment #2 from Ch

[Bug target/59837] [ARM] ICE when building linux-linaro-tracking

2014-07-28 Thread zhenqiang.chen at linaro dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59837 --- Comment #2 from zhenqiang.chen at linaro dot org --- The commit (r208511) fix the issue. 2014-03-12 Christian Bruel PR target/60264 * config/arm/arm.c (arm_emit_vfp_multi_reg_pop): Emit a REG_CFA_DEF_CFA

[Bug tree-optimization/61929] Graphite: Banerjee and Omega differ on distance vectors (internal compiler error in compute_affine_dependence)

2014-07-28 Thread gcc at crg4 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61929 Charles Greathouse changed: What|Removed |Added Keywords||ice-checking, |

[Bug target/59837] [ARM] ICE when building linux-linaro-tracking

2014-07-28 Thread zhenqiang.chen at linaro dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59837 zhenqiang.chen at linaro dot org changed: What|Removed |Added Status|WAITING |RESOLVED Resol

[Bug c++/61941] New: Mis-parsing of warn_unused_result function with ref-qualifiers

2014-07-28 Thread thiago at kde dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61941 Bug ID: 61941 Summary: Mis-parsing of warn_unused_result function with ref-qualifiers Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal

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

2014-07-28 Thread martin at steghoefer dot eu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61940 Bug ID: 61940 Summary: Wrong error location for error in initialization list Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3 Compon

[Bug c++/36631] [4.3 Regression] attribute always_inline -> sorry, unimplemented: recursive inlining

2014-07-28 Thread daniel.santos at pobox dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36631 --- Comment #15 from Daniel Santos --- ack, undoing, so sorry!

[Bug bootstrap/61914] [4.10 Regression] wide-int change breaks x32 bootstrap

2014-07-28 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61914 --- Comment #3 from H.J. Lu --- Created attachment 33198 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33198&action=edit A patch

[Bug target/61844] ICE when building libgcc for sh64 cross-compiler

2014-07-28 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61844 --- Comment #11 from Oleg Endo --- (In reply to dhowe...@redhat.com from comment #2) > Created attachment 33144 [details] > Old, no-longer functional patch to libgcc > > I was given the attached patch when I was on gcc-4.7 but it doesn't seem to

[Bug target/61844] ICE when building libgcc for sh64 cross-compiler

2014-07-28 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61844 --- Comment #10 from Oleg Endo --- Created attachment 33197 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33197&action=edit a possible fix (In reply to Kazumoto Kojima from comment #9) > The testcase in #7 can be compiled successfully whe

[Bug c/61939] New: warn when __attribute__((aligned(x))) is ignored

2014-07-28 Thread daniel.santos at pobox dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61939 Bug ID: 61939 Summary: warn when __attribute__((aligned(x))) is ignored Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c/61938] New: Vectorization not happening .

2014-07-28 Thread harmeeksingh at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61938 Bug ID: 61938 Summary: Vectorization not happening . Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assig

[Bug c++/61937] New: Misleading errors due to constructor template deducing argument as void

2014-07-28 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61937 Bug ID: 61937 Summary: Misleading errors due to constructor template deducing argument as void Product: gcc Version: 4.10.0 Status: UNCONFIRMED Keywords: diagno

[Bug bootstrap/61914] [4.10 Regression] wide-int change breaks x32 bootstrap

2014-07-28 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61914 --- Comment #2 from H.J. Lu --- This works: diff --git a/gcc/gengtype.c b/gcc/gengtype.c index ffe3f94..ce143ad 100644 --- a/gcc/gengtype.c +++ b/gcc/gengtype.c @@ -599,7 +599,8 @@ create_user_defined_type (const char *type_name, struct fileloc

[Bug tree-optimization/22401] DOM messes up the profiling info

2014-07-28 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=22401 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com --- Comment #3 fr

[Bug bootstrap/61914] [4.10 Regression] wide-int change breaks x32 bootstrap

2014-07-28 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61914 H.J. Lu changed: What|Removed |Added Target|x32-*-* | Status|UNCONFIRMED

[Bug c++/60850] pedantic warning behavior when casting void* to ptr-to-func

2014-07-28 Thread tony at kelman dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60850 --- Comment #9 from Tony Kelman --- Sure. In a configure.ac, (in this case using autoconf 2.59, not sure the most recent version for which this applies) a macro like AC_CHECK_DECL([rand],[AC_DEFINE([HAVE_RAND],[1],

[Bug c++/60850] pedantic warning behavior when casting void* to ptr-to-func

2014-07-28 Thread daniel.gutson at tallertechnologies dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60850 --- Comment #8 from Daniel Gutson --- Could you please detail *exactly* what the problem is, what the output error is and what does autotools do in its probe? Thanks.

[Bug middle-end/61913] ICE in common_handle_option with -Wodr

2014-07-28 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61913 --- Comment #10 from Marek Polacek --- (In reply to Manuel López-Ibáñez from comment #9) > It doesn't seem to be the same bug at all. The other one does not ICE, just > ignores -Wno-. I understand why -Wno- is ignored, but I don't understand why

[Bug c++/61935] Missing "unused variable" warning in 4.9 but it was in g++ 4.8

2014-07-28 Thread galdralag at bk dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61935 Vyacheslav changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|DUPLICATE

[Bug middle-end/61913] ICE in common_handle_option with -Wodr

2014-07-28 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61913 --- Comment #9 from Manuel López-Ibáñez --- (In reply to Marek Polacek from comment #8) > (In reply to Manuel López-Ibáñez from comment #6) > > (In reply to Marek Polacek from comment #5) > > > (In reply to Manuel López-Ibáñez from comment #4) >

[Bug middle-end/61913] ICE in common_handle_option with -Wodr

2014-07-28 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61913 --- Comment #8 from Marek Polacek --- (In reply to Manuel López-Ibáñez from comment #6) > (In reply to Marek Polacek from comment #5) > > (In reply to Manuel López-Ibáñez from comment #4) > > > It is pretty strange that you need a Var() if it is

[Bug middle-end/61913] ICE in common_handle_option with -Wodr

2014-07-28 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61913 --- Comment #7 from Manuel López-Ibáñez --- (In reply to Marek Polacek from comment #5) > > Also, most of my comments in this review have been ignored: > > > > https://gcc.gnu.org/ml/gcc-patches/2014-07/msg00233.html In particular, the manual d

[Bug middle-end/61913] ICE in common_handle_option with -Wodr

2014-07-28 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61913 --- Comment #6 from Manuel López-Ibáñez --- (In reply to Marek Polacek from comment #5) > (In reply to Manuel López-Ibáñez from comment #4) > > It is pretty strange that you need a Var() if it is not used anywhere. > > It is, we have a bug for i

[Bug libgcc/61843] Segmentation Fault on with avr-ld when linking with AVR C++ Linker

2014-07-28 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61843 Georg-Johann Lay changed: What|Removed |Added Target||avr Status|UNCONFIRMED

[Bug c++/61935] Missing "unused variable" warning in 4.9 but it was in g++ 4.8

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

[Bug c++/38958] 'unused variable' warning emitted when extending the lifetime of a returned RAII type by holding a reference to const despite delayed destructor side-effects. [dtor]

2014-07-28 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38958 Jonathan Wakely changed: What|Removed |Added CC||galdralag at bk dot ru --- Comment #4

[Bug libobjc/61920] [4.8/4.9/4.10 Regression] libobjc has undefined symbols on powerpc*-linux-gnu

2014-07-28 Thread uweigand at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61920 --- Comment #8 from Ulrich Weigand --- Author: uweigand Date: Mon Jul 28 14:33:20 2014 New Revision: 213128 URL: https://gcc.gnu.org/viewcvs?rev=213128&root=gcc&view=rev Log: PR libobjc/61920 * encoding.c (rs6000_special_adjust_field_ali

[Bug libobjc/61920] [4.8/4.9/4.10 Regression] libobjc has undefined symbols on powerpc*-linux-gnu

2014-07-28 Thread uweigand at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61920 --- Comment #7 from Ulrich Weigand --- Author: uweigand Date: Mon Jul 28 14:32:13 2014 New Revision: 213127 URL: https://gcc.gnu.org/viewcvs?rev=213127&root=gcc&view=rev Log: PR libobjc/61920 * encoding.c (rs6000_special_adjust_field_ali

[Bug bootstrap/61320] [4.10 regression] ICE in jcf-parse.c:1622 (parse_class_file

2014-07-28 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61320 --- Comment #62 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #60 from Richard Biener --- [...] > Fix: > > Index: gcc/tree-ssa-loop-ivopts.c > === > --- gcc/tree-ssa-loo

[Bug c++/61936] gcc:g++ template template friends fail to compile.

2014-07-28 Thread modysk at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61936 --- Comment #1 from SK --- Apparently the errors remain under gcc 4.9 http://stackoverflow.com/questions/24996398/gccg-being-bureaucratic-with-template-template-friends.

[Bug middle-end/61913] ICE in common_handle_option with -Wodr

2014-07-28 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61913 --- Comment #5 from Marek Polacek --- (In reply to Manuel López-Ibáñez from comment #4) > It is pretty strange that you need a Var() if it is not used anywhere. It is, we have a bug for it: PR61480. > Also, most of my comments in this review ha

[Bug other/61480] GCC options processing: Init() requires Var() for 'no-' to work as expected

2014-07-28 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61480 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/61936] New: gcc:g++ template template friends fail to compile.

2014-07-28 Thread modysk at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61936 Bug ID: 61936 Summary: gcc:g++ template template friends fail to compile. Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug middle-end/61913] ICE in common_handle_option with -Wodr

2014-07-28 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61913 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Commen

[Bug c++/61935] New: Missing "unused variable" warning in 4.9 but it was in g++ 4.8

2014-07-28 Thread galdralag at bk dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61935 Bug ID: 61935 Summary: Missing "unused variable" warning in 4.9 but it was in g++ 4.8 Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severity: normal

[Bug middle-end/54645] [4.8 Regression] Many testsuite failures

2014-07-28 Thread smith_winston_6079 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54645 Winston Smith changed: What|Removed |Added CC||smith_winston_6079@hotmail.

[Bug middle-end/61762] failure to optimize memcpy from constant string

2014-07-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61762 Richard Biener changed: What|Removed |Added Status|REOPENED|ASSIGNED --- Comment #9 from Richard Bi

[Bug middle-end/61762] failure to optimize memcpy from constant string

2014-07-28 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61762 --- Comment #8 from Rainer Orth --- Created attachment 33196 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33196&action=edit -fdump-tree-release_ssa dump on sparc-sun-solaris2.11

[Bug middle-end/61762] failure to optimize memcpy from constant string

2014-07-28 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61762 Rainer Orth changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Bug c/60439] No warning for case overflow in switch statement.

2014-07-28 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60439 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug plugins/61934] New: C++11 generalised attributes and plugins don't work

2014-07-28 Thread tom.k.cook at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61934 Bug ID: 61934 Summary: C++11 generalised attributes and plugins don't work Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug libobjc/61920] [4.8/4.9/4.10 Regression] libobjc has undefined symbols on powerpc*-linux-gnu

2014-07-28 Thread uweigand at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61920 --- Comment #6 from Ulrich Weigand --- Since we didn't backport the actual ABI change to the branches, only the warning, I think it would be consistent to use something like this on the branches: #define rs6000_special_adjust_field_align_p(FIELD

[Bug other/61895] libbacktrace crashes with bus error with empty file argv[0]

2014-07-28 Thread vogt at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61895 --- Comment #1 from Dominik Vogt --- > execv(argv[0], &argv[1]); ^^^ ^^^ 1 2 Sorry.

[Bug middle-end/52478] -ftrapv calls the wrong functions in libgcc

2014-07-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52478 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

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

2014-07-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61801 --- Comment #20 from Richard Biener --- Author: rguenth Date: Mon Jul 28 09:02:39 2014 New Revision: 213121 URL: https://gcc.gnu.org/viewcvs?rev=213121&root=gcc&view=rev Log: 2014-07-28 Richard Biener PR rtl-optimization/61801 * gcc.

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

2014-07-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61801 --- Comment #19 from Richard Biener --- Author: rguenth Date: Mon Jul 28 09:02:23 2014 New Revision: 213120 URL: https://gcc.gnu.org/viewcvs?rev=213120&root=gcc&view=rev Log: 2014-07-28 Richard Biener PR rtl-optimization/61801 * gcc.

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

2014-07-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61801 --- Comment #18 from Richard Biener --- Author: rguenth Date: Mon Jul 28 09:01:54 2014 New Revision: 213119 URL: https://gcc.gnu.org/viewcvs?rev=213119&root=gcc&view=rev Log: 2014-07-28 Richard Biener PR rtl-optimization/61801 * gcc.

[Bug middle-end/61734] [4.10 Regression] Regression in ABS_EXPR recognition

2014-07-28 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61734 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/61734] [4.10 Regression] Regression in ABS_EXPR recognition

2014-07-28 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61734 --- Comment #8 from Eric Botcazou --- Author: ebotcazou Date: Mon Jul 28 08:55:17 2014 New Revision: 213118 URL: https://gcc.gnu.org/viewcvs?rev=213118&root=gcc&view=rev Log: PR middle-end/61734 * fold-const.c (fold_comparison): Disable

[Bug libstdc++/61909] Small function optimization not applied to small objects

2014-07-28 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61909 Jonathan Wakely changed: What|Removed |Added Severity|normal |enhancement --- Comment #1 from Jonath

[Bug middle-end/52478] -ftrapv calls the wrong functions in libgcc

2014-07-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52478 --- Comment #6 from Richard Biener --- Author: rguenth Date: Mon Jul 28 08:47:38 2014 New Revision: 213117 URL: https://gcc.gnu.org/viewcvs?rev=213117&root=gcc&view=rev Log: 2014-07-28 Richard Biener PR middle-end/52478 * optabs.c (g

[Bug middle-end/61919] [4.10 regression] FAIL: gfortran.dg/fmt_g0_6.f08 -O2 execution test

2014-07-28 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61919 rsandifo at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolutio

[Bug middle-end/61268] [4.10 regression] ICE in vt_expand_var_loc_chain, at var-tracking.c:8262

2014-07-28 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61268 Bug 61268 depends on bug 61919, which changed state. Bug 61919 Summary: [4.10 regression] FAIL: gfortran.dg/fmt_g0_6.f08 -O2 execution test https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61919 What|Removed |Ad

[Bug middle-end/61919] [4.10 regression] FAIL: gfortran.dg/fmt_g0_6.f08 -O2 execution test

2014-07-28 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61919 --- Comment #4 from rsandifo at gcc dot gnu.org --- Author: rsandifo Date: Mon Jul 28 08:41:34 2014 New Revision: 213116 URL: https://gcc.gnu.org/viewcvs?rev=213116&root=gcc&view=rev Log: gcc/ PR middle-end/61919 * tree-outof-ssa.c (ins

[Bug middle-end/61913] ICE in common_handle_option with -Wodr

2014-07-28 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61913 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/61913] ICE in common_handle_option with -Wodr

2014-07-28 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61913 --- Comment #2 from Marek Polacek --- Author: mpolacek Date: Mon Jul 28 08:33:33 2014 New Revision: 213115 URL: https://gcc.gnu.org/viewcvs?rev=213115&root=gcc&view=rev Log: PR middle-end/61913 * common.opt (Wodr): Add Var. Modified:

[Bug middle-end/61912] Missed (partial) dead store elimination for structures on GIMPLE

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

[Bug bootstrap/61914] [4.10 Regression] wide-int change breaks x32 bootstrap

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

[Bug middle-end/61919] [4.10 regression] FAIL: gfortran.dg/fmt_g0_6.f08 -O2 execution test

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

[Bug ipa/61921] [4.10 Regression] ICE: SIGSEGV in varpool_node::get_constructor(), at varpool.c:275 with -O2 -fipa-pta

2014-07-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61921 --- Comment #4 from Richard Biener --- Author: rguenth Date: Mon Jul 28 08:25:34 2014 New Revision: 213114 URL: https://gcc.gnu.org/viewcvs?rev=213114&root=gcc&view=rev Log: 2014-07-28 Richard Biener PR tree-optimization/61921 * tree

[Bug ipa/61921] [4.10 Regression] ICE: SIGSEGV in varpool_node::get_constructor(), at varpool.c:275 with -O2 -fipa-pta

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

[Bug libobjc/61920] [4.8/4.9/4.10 Regression] libobjc has undefined symbols on powerpc*-linux-gnu

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

[Bug ipa/61921] [4.10 Regression] ICE: SIGSEGV in varpool_node::get_constructor(), at varpool.c:275 with -O2 -fipa-pta

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

[Bug debug/61923] [4.8/4.9/4.10 Regression] -fcompare-debug errors while building Linux kernel.

2014-07-28 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61923 --- Comment #2 from Andrew Pinski --- (In reply to Richard Biener from comment #1) > Looks like a spurious diff though. Not fully because TImode on an instruction means it was issued with a different one.

[Bug ipa/61921] [4.10 Regression] ICE: SIGSEGV in varpool_node::get_constructor(), at varpool.c:275 with -O2 -fipa-pta

2014-07-28 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61921 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |4.10.0

[Bug debug/61923] [4.8/4.9/4.10 Regression] -fcompare-debug errors while building Linux kernel.

2014-07-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61923 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.8.4 --- Comment #1 from Richard Biene

[Bug ipa/61921] [4.10 Regression] ICE: SIGSEGV in varpool_node::get_constructor(), at varpool.c:275 with -O2 -fipa-pta

2014-07-28 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61921 Markus Trippelsdorf changed: What|Removed |Added CC||Joost.VandeVondele at mat dot ethz

[Bug middle-end/61932] [4.10 Regression] ICE with -fipa-pta

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

[Bug fortran/61933] New: Inquire on internal units

2014-07-28 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61933 Bug ID: 61933 Summary: Inquire on internal units Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assi

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

2014-07-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61801 --- Comment #17 from Richard Biener --- Author: rguenth Date: Mon Jul 28 07:59:22 2014 New Revision: 213113 URL: https://gcc.gnu.org/viewcvs?rev=213113&root=gcc&view=rev Log: 2014-07-28 Richard Biener PR rtl-optimization/61801 * gcc.

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

2014-07-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61801 --- Comment #16 from Richard Biener --- Author: rguenth Date: Mon Jul 28 07:54:57 2014 New Revision: 213112 URL: https://gcc.gnu.org/viewcvs?rev=213112&root=gcc&view=rev Log: 2014-07-28 Richard Biener PR rtl-optimization/61801 * gcc.

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

2014-07-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61801 --- Comment #15 from Richard Biener --- Author: rguenth Date: Mon Jul 28 07:54:08 2014 New Revision: 213111 URL: https://gcc.gnu.org/viewcvs?rev=213111&root=gcc&view=rev Log: 2014-07-28 Richard Biener PR rtl-optimization/61801 * gcc.

[Bug middle-end/61932] New: [4.10 Regression] ICE with -fipa-pta

2014-07-28 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61932 Bug ID: 61932 Summary: [4.10 Regression] ICE with -fipa-pta Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end