[Bug c++/62222] 'tuple_element_t' was not declared in this scope

2014-08-21 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=6 --- Comment #4 from Andrew Pinski --- (In reply to tower120 from comment #3) > Oh I see. > > Well, what gcc version is that, then? > http://patchwork.ozlabs.org/patch/339121/ 5.x.

[Bug c++/62222] 'tuple_element_t' was not declared in this scope

2014-08-21 Thread tower120 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=6 --- Comment #3 from tower120 --- Oh I see. Well, what gcc version is that, then? http://patchwork.ozlabs.org/patch/339121/

[Bug c++/62222] 'tuple_element_t' was not declared in this scope

2014-08-21 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=6 --- Comment #2 from Andrew Pinski --- GCC 4.9 has only partial C++14 support.

[Bug c++/62222] 'tuple_element_t' was not declared in this scope

2014-08-21 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=6 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/62215] Updating .mod files on Win32 fails

2014-08-21 Thread jb at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62215 --- Comment #6 from Janne Blomqvist --- (In reply to Steve Kargl from comment #3) > Not having a copyright assignment won't interfere with this > patch being applied. I'm waiting for confirmation from Janne > that I can revert the changes in his

[Bug libgcc/56846] _Unwind_Backtrace on ARM and noexcept

2014-08-21 Thread joey.ye at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56846 --- Comment #5 from Joey Ye --- This issue was predicted back to when _Unwind_Backtrace was enabled on ARM. http://gcc.gnu.org/ml/gcc/2007-08/msg00235.html "This will keep going if the personality routine returns _URC_FAILURE. Do you need anythi

[Bug tree-optimization/62217] Extra iteration peeled during cunroll. Makes VRP warn.

2014-08-21 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62217 --- Comment #1 from Andrew Pinski --- Actually it is a bad interaction between DOM and complete unrolling. : # i_14 = PHI if (i_14 == b_6(D)) goto ; else goto ; : g_x[b_6(D)] = *x1_7(D); i_11 = i_14 + 1; goto ; : __

[Bug rtl-optimization/62208] ICE with LTO on valid code at -O3 on x86_64-linux-gnu in trunc_int_for_mode, at explow.c:56

2014-08-21 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62208 --- Comment #3 from Uroš Bizjak --- I can also confirm the ICE on Fedora 20 with: $ ld --version GNU ld version 2.23.2 Copyright 2012 Free Software Foundation, Inc. $ ./xgcc -B ./gcc -flto -m32 -O3 pr62208.c pr62208.c: In function ‘main’: pr62

[Bug c++/62222] New: 'tuple_element_t' was not declared in this scope

2014-08-21 Thread tower120 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=6 Bug ID: 6 Summary: 'tuple_element_t' was not declared in this scope Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c++/62221] Explicit base destructor call acccepted

2014-08-21 Thread potswa at mac dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62221 David Krauss changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/60262] explicit destructor call via Derived to destructor of Base accepted without using a qualified-id

2014-08-21 Thread potswa at mac dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60262 David Krauss changed: What|Removed |Added CC||potswa at mac dot com --- Comment #1 from

[Bug c++/62221] New: Explicit base destructor call acccepted

2014-08-21 Thread potswa at mac dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62221 Bug ID: 62221 Summary: Explicit base destructor call acccepted Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug rtl-optimization/62208] ICE with LTO on valid code at -O3 on x86_64-linux-gnu in trunc_int_for_mode, at explow.c:56

2014-08-21 Thread su at cs dot ucdavis.edu
e-werror --enable-multilib Thread model: posix gcc version 5.0.0 20140821 (experimental) [trunk revision 214255] (GCC) $ $ ld -v GNU gold (GNU Binutils for Ubuntu 2.22) 1.11 $ $ gcc-trunk -flto -m32 -O3 small.c small.c: In function ‘main’: small.c:21:1: internal compiler error: in trunc_int_for_

[Bug lto/62213] [5 Regression] ICE in lto for test case 20081120-1

2014-08-21 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62213 Jan Hubicka changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/62220] New: missed optimization wrt module for loop variable

2014-08-21 Thread drepper.fsp+rhbz at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62220 Bug ID: 62220 Summary: missed optimization wrt module for loop variable Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Componen

[Bug fortran/62135] ICE with invalid SELECT CASE selector

2014-08-21 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62135 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- C

[Bug lto/62213] [5 Regression] ICE in lto for test case 20081120-1

2014-08-21 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62213 --- Comment #3 from Hans-Peter Nilsson --- (In reply to Hans-Peter Nilsson from comment #2) > cris-elf too, (214220:214238]. ...but went away with a commit in (214263:214274].

[Bug fortran/62135] ICE with invalid SELECT CASE selector

2014-08-21 Thread steven at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62135 --- Comment #4 from Steven Bosscher --- (In reply to Anastasios Vathis from comment #2) > In any case, there sould be a " SYNTAX ERROR" issued It's not an error, the case can simply never match. If you compile with -Wall you get a warning: $ gf

[Bug fortran/62214] [4.8/4.9/5 Regression] Problem with spread plus concatenation for characters

2014-08-21 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62214 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/62214] [4.8/4.9/5 Regression] Problem with spread plus concatenation for characters

2014-08-21 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62214 --- Comment #5 from Thomas Koenig --- Author: tkoenig Date: Thu Aug 21 21:20:27 2014 New Revision: 214296 URL: https://gcc.gnu.org/viewcvs?rev=214296&root=gcc&view=rev Log: 2014-08-21 Thomas Koenig Backport from trunk PR fortran/6221

[Bug fortran/62135] ICE with invalid SELECT CASE selector

2014-08-21 Thread steven at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62135 Steven Bosscher changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug fortran/62215] Updating .mod files on Win32 fails

2014-08-21 Thread jeffrey.armstrong at approximatrix dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62215 --- Comment #5 from Jeffrey Armstrong --- While checking for MinGW (or MinGW-W64) (or non-POSIX Cygwin if it's a thing...) would allow this to be fixed for Windows, it would continue to assume that any other C runtime would have a POSIX-compliant

[Bug fortran/62214] [4.8/4.9/5 Regression] Problem with spread plus concatenation for characters

2014-08-21 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62214 --- Comment #4 from Thomas Koenig --- Author: tkoenig Date: Thu Aug 21 19:34:39 2014 New Revision: 214282 URL: https://gcc.gnu.org/viewcvs?rev=214282&root=gcc&view=rev Log: 2014-08-21 Thomas Koenig Backport from trunk PR fortran/6221

[Bug fortran/62076] [4.9/5 Regression] testsuite failure in udr2.90

2014-08-21 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62076 Thomas Koenig changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/62215] Updating .mod files on Win32 fails

2014-08-21 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62215 --- Comment #4 from Tobias Burnus --- Comment on attachment 33373 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33373 Patch to delete existing .mod file prior to updating > /* Module file have changed, replace the old one. */ >+

[Bug fortran/62214] [4.8/4.9/5 Regression] Problem with spread plus concatenation for characters

2014-08-21 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62214 --- Comment #3 from Thomas Koenig --- Author: tkoenig Date: Thu Aug 21 18:52:58 2014 New Revision: 214281 URL: https://gcc.gnu.org/viewcvs?rev=214281&root=gcc&view=rev Log: 2014-08-21 Thomas Koenig PR fortran/62214 * frontend-passes.

[Bug c++/62219] New: [c++11] Spurious error for lambda in a friend function of a class template with a default template parameters

2014-08-21 Thread eric.niebler at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62219 Bug ID: 62219 Summary: [c++11] Spurious error for lambda in a friend function of a class template with a default template parameters Product: gcc Version: 4.9.0 Status: U

[Bug target/62011] False Data Dependency in popcnt instruction

2014-08-21 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62011 Uroš Bizjak changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/62011] False Data Dependency in popcnt instruction

2014-08-21 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62011 Uroš Bizjak changed: What|Removed |Added Target Milestone|--- |4.9.2 --- Comment #13 from Uroš Bizjak --

[Bug target/62011] False Data Dependency in popcnt instruction

2014-08-21 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62011 --- Comment #12 from uros at gcc dot gnu.org --- Author: uros Date: Thu Aug 21 18:03:49 2014 New Revision: 214279 URL: https://gcc.gnu.org/viewcvs?rev=214279&root=gcc&view=rev Log: Backport from mainline 2014-08-19 H.J. Lu * confi

[Bug c/47781] warnings from custom printf format specifiers

2014-08-21 Thread philipp_s...@redfish-solutions.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47781 --- Comment #10 from Philip Prindeville --- On Aug 21, 2014, at 11:06 AM, joseph at codesourcery dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47781 > > --- Comment #9 from joseph at codesourcery dot com dot com> --- > On Thu,

[Bug fortran/62215] Updating .mod files on Win32 fails

2014-08-21 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62215 --- Comment #3 from Steve Kargl --- On Thu, Aug 21, 2014 at 05:21:50PM +, jeffrey.armstrong at approximatrix dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62215 > > --- Comment #2 from Jeffrey Armstrong com> --- > I do not h

[Bug fortran/62215] Updating .mod files on Win32 fails

2014-08-21 Thread jeffrey.armstrong at approximatrix dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62215 --- Comment #2 from Jeffrey Armstrong --- I do not have a copyright assignment on file, but this patch is pretty minor. I'm willing to fill one out (after I read it, of course), but it shouldn't hold up this patch. The new lines in the patch ar

[Bug c/47781] warnings from custom printf format specifiers

2014-08-21 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47781 --- Comment #9 from joseph at codesourcery dot com --- On Thu, 21 Aug 2014, philipp_s...@redfish-solutions.com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47781 > > --- Comment #8 from Philip Prindeville > --- > (In reply to jos...@

[Bug fortran/62214] [4.8/4.9/5 Regression] Problem with spread plus concatenation for characters

2014-08-21 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62214 Thomas Koenig changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c/62198] spurious warning - initialization discards qualifier from pointer target type for pointer to array

2014-08-21 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62198 --- Comment #5 from joseph at codesourcery dot com --- It's not possible for an array type to be qualified, so you need a cast to avoid the warning.

[Bug fortran/62215] Updating .mod files on Win32 fails

2014-08-21 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62215 kargl at gcc dot gnu.org changed: What|Removed |Added CC||jb at gcc dot gnu.org,

[Bug target/62218] gcc produces invalid SH instruction (stc r2,sr) when building libgcc

2014-08-21 Thread dhowells at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62218 --- Comment #5 from dhowells at redhat dot com --- (In reply to dhowe...@redhat.com from comment #0) > A gcc build for SH produces an invalid opcode when building libgcc. It > produces "stc sr,rN" when it should produce "ldc sr,rN". Sorry, that

[Bug target/62218] gcc produces invalid SH instruction (stc r2,sr) when building libgcc

2014-08-21 Thread dhowells at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62218 --- Comment #4 from dhowells at redhat dot com --- The following multilib subdirs are configured: mb m2 m2e m4 m4-single m4-single-only mb/m2 mb/m2e mb/m4 mb/m4-single mb/m4-single-only mb/m2a mb/m2a-single The problem occurs on the first (mb).

[Bug target/62218] gcc produces invalid SH instruction (stc r2,sr) when building libgcc

2014-08-21 Thread dhowells at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62218 --- Comment #3 from dhowells at redhat dot com --- The gcc sources are: %global DATE 20140717 %global SVNREV 212747 %global gcc_version 4.9.1 only one patch is applied, attachment 33366 from bug 61996.

[Bug target/62218] gcc produces invalid SH instruction (stc r2,sr) when building libgcc

2014-08-21 Thread dhowells at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62218 --- Comment #2 from dhowells at redhat dot com --- The build is configured thus: AR_FOR_TARGET=/usr/bin/sh-linux-gnu-ar \ AS_FOR_TARGET=/usr/bin/sh-linux-gnu-as \ DLLTOOL_FOR_TARGET=/usr/bin/sh-linux-gnu-dlltool \ LD_FOR_TARGET=/usr/bin/sh-linux

[Bug target/62218] gcc produces invalid SH instruction (stc r2,sr) when building libgcc

2014-08-21 Thread dhowells at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62218 --- Comment #1 from dhowells at redhat dot com --- Created attachment 33375 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33375&action=edit Assembly output from test case

[Bug target/62218] New: gcc produces invalid SH instruction (stc r2,sr) when building libgcc

2014-08-21 Thread dhowells at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62218 Bug ID: 62218 Summary: gcc produces invalid SH instruction (stc r2,sr) when building libgcc Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severity: normal

[Bug target/61996] [SH] -musermode conflicts with -matomic-model=soft-imask

2014-08-21 Thread dhowells at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61996 --- Comment #4 from dhowells at redhat dot com --- That seems to work, thanks.

[Bug sanitizer/62216] UBSan can read past valid memory region

2014-08-21 Thread y.gribov at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62216 --- Comment #3 from Yury Gribov --- Reported upstream: http://llvm.org/bugs/show_bug.cgi?id=20721

[Bug fortran/62214] [4.8/4.9/5 Regression] Problem with spread plus concatenation for characters

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

[Bug sanitizer/62216] UBSan can read past valid memory region

2014-08-21 Thread y.gribov at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62216 --- Comment #2 from Yury Gribov --- Ok, I'll fw this to their tracker.

[Bug lto/62061] [5 Regression] FAIL: g++.dg/lto/20100302 cp_lto_20100302_0.o-cp_lto_20100302_1.o link, -flto -fabi-version=2

2014-08-21 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62061 Jan Hubicka changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug tree-optimization/62091] [5 Regression] ice in before_dom_children

2014-08-21 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62091 --- Comment #15 from Jan Hubicka --- Author: hubicka Date: Thu Aug 21 13:49:07 2014 New Revision: 214271 URL: https://gcc.gnu.org/viewcvs?rev=214271&root=gcc&view=rev Log: PR tree-optimization/62091 * g++.dg/ipa/devirt-37.C: Update temp

[Bug lto/62213] [5 Rgression] ICE in lto for test case 20081120-1

2014-08-21 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62213 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at gcc dot gnu.org --- Comment #

[Bug tree-optimization/62217] New: Extra iteration peeled during cunroll. Makes VRP warn.

2014-08-21 Thread kyukhin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62217 Bug ID: 62217 Summary: Extra iteration peeled during cunroll. Makes VRP warn. Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug sanitizer/62216] UBSan can read past valid memory region

2014-08-21 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62216 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug sanitizer/62216] New: UBSan can read past valid memory region

2014-08-21 Thread y.gribov at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62216 Bug ID: 62216 Summary: UBSan can read past valid memory region Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: sanitizer

[Bug fortran/62215] New: Updating .mod files on Win32 fails

2014-08-21 Thread jeffrey.armstrong at approximatrix dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62215 Bug ID: 62215 Summary: Updating .mod files on Win32 fails Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran

[Bug target/52435] ICE in arm_select_dominance_cc_mode, at config/arm/arm.c:10625

2014-08-21 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52435 Matthias Klose changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/62111] ICE when building Linux kernel for sh64

2014-08-21 Thread dhowells at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62111 --- Comment #15 from dhowells at redhat dot com --- That fixes the ICE.

[Bug fortran/62214] New: Problem with spread plus concatenation for characters

2014-08-21 Thread oliver.fuhrer at ginko dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62214 Bug ID: 62214 Summary: Problem with spread plus concatenation for characters Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Comp

[Bug middle-end/62084] [avr] ICE: in convert_debug_memory_address

2014-08-21 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62084 Georg-Johann Lay changed: What|Removed |Added CC||gjl at gcc dot gnu.org Compo

[Bug target/62111] ICE when building Linux kernel for sh64

2014-08-21 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62111 --- Comment #14 from Kazumoto Kojima --- Created attachment 33372 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33372&action=edit A possible patch It seems that the ICE in #c7 came from the negative shift count. I'm not sure that the patc

[Bug c++/62175] [4.9/5 Regression] Internal compiler error in gimplify_modify_expr gimplify.c:4616

2014-08-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62175 --- Comment #6 from Richard Biener --- Ok, so we try to generate a memset from a loop with the number of iterations being (long int) (_3 + 1) >= (long int) _7 + 1 ? ((unsigned long) (_3 + 1) - (unsigned long) _7) - 1 : 0 as this has condition

[Bug target/62111] ICE when building Linux kernel for sh64

2014-08-21 Thread dhowells at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62111 --- Comment #13 from dhowells at redhat dot com --- (In reply to Segher Boessenkool from comment #11) > Re: #c7: > > In sh.c, change "char amount[6]" to "signed char > amount[6]" -- does that help? That shouldn't make any difference to a compil

[Bug tree-optimization/62112] Optimize out malloc when block is unused or write-only

2014-08-21 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62112 Marc Glisse changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/62112] Optimize out malloc when block is unused or write-only

2014-08-21 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62112 --- Comment #5 from Marc Glisse --- Author: glisse Date: Thu Aug 21 09:32:21 2014 New Revision: 214262 URL: https://gcc.gnu.org/viewcvs?rev=214262&root=gcc&view=rev Log: 2014-08-21 Marc Glisse PR tree-optimization/62112 gcc/ * gimple

[Bug target/61031] [5 Regression] ICE building libjava (verify_flow_info failed)

2014-08-21 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61031 Matthias Klose changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

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

2014-08-21 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=7651 --- Comment #30 from Manuel López-Ibáñez --- (In reply to Marek Polacek from comment #29) > I'll look at it if I find some free time, this should be easy. Fine, although this is such a minor issue that it doesn't seem worth your time/skills. I'd

[Bug rtl-optimization/62208] ICE with LTO on valid code at -O3 on x86_64-linux-gnu in trunc_int_for_mode, at explow.c:56

2014-08-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62208 --- Comment #1 from Richard Biener --- Can't reproduce it.

[Bug tree-optimization/62209] [5 Regression] ICE with LTO on valid code on x86_64-linux-gnu

2014-08-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62209 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug lto/62061] [5 Regression] FAIL: g++.dg/lto/20100302 cp_lto_20100302_0.o-cp_lto_20100302_1.o link, -flto -fabi-version=2

2014-08-21 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62061 --- Comment #4 from Uroš Bizjak --- (In reply to Richard Biener from comment #3) > Confirmed on x86_64-linux with -fno-use-linker-plugin. Do you use a linker > plugin on i?86-linux? No, the system is RHEL 5.10 with binutils 2.17.50. These are t

[Bug lto/62213] [5 Rgression] ICE in lto for test case 20081120-1

2014-08-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62213 Richard Biener changed: What|Removed |Added Target|arm*-*-*| Status|UNCONFIRMED

[Bug c++/62175] [4.9/5 Regression] Internal compiler error in gimplify_modify_expr gimplify.c:4616

2014-08-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62175 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Known to work|

[Bug lto/62061] [5 Regression] FAIL: g++.dg/lto/20100302 cp_lto_20100302_0.o-cp_lto_20100302_1.o link, -flto -fabi-version=2

2014-08-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62061 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug lto/62213] New: [5 Rgression] ICE in lto for test case 20081120-1

2014-08-21 Thread tony.wang at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62213 Bug ID: 62213 Summary: [5 Rgression] ICE in lto for test case 20081120-1 Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: l

[Bug c/62184] [C/C++] Extend -Wempty-body to 'while' loops

2014-08-21 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62184 --- Comment #3 from Tobias Burnus --- (In reply to Manuel López-Ibáñez from comment #2) > We had this and it got removed (see PR36478). Perhaps a better > implementation is possible now that we track macro locations. There one had: warn2.cc:6: e

[Bug other/35376] #pragma GCC diagnostic expand function.

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

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

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