[Bug c++/61538] g++ compiled binary, linked to glibc libpthread, hangs on SGI MIPS R1x000 systems on Linux

2014-07-14 Thread kumba at gentoo dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61538 --- Comment #14 from Joshua Kinard --- (In reply to Andrew Pinski from comment #13) > What is the kernel version? There has been some recent (this year) fixes > inside the kernel for futex. > > Though I admit I have seen this just recently when

[Bug libfortran/60324] Handle arbitrarily long path names

2014-07-14 Thread jb at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60324 --- Comment #7 from Janne Blomqvist --- (In reply to Rich Townsend from comment #6) > This change introduces a dependency on strndup -- which, alas, is absent > from libSystem in OS X 10.6 (Snow Leopard), although later releases of OS X > include

[Bug c++/61538] g++ compiled binary, linked to glibc libpthread, hangs on SGI MIPS R1x000 systems on Linux

2014-07-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61538 --- Comment #13 from Andrew Pinski --- What is the kernel version? There has been some recent (this year) fixes inside the kernel for futex. Though I admit I have seen this just recently when debugging a program where I did next over a pthread_

[Bug libstdc++/61720] std::regex_search matches incorrectly

2014-07-14 Thread timshen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61720 --- Comment #1 from Tim Shen --- Author: timshen Date: Tue Jul 15 04:28:51 2014 New Revision: 212539 URL: https://gcc.gnu.org/viewcvs?rev=212539&root=gcc&view=rev Log: PR libstdc++/61720 * include/bits/regex_executor.tcc (_Executor<>::_M

[Bug target/61737] ICE when building libgcc for cris cross-compiler

2014-07-14 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61737 --- Comment #9 from Hans-Peter Nilsson --- (In reply to Hans-Peter Nilsson from comment #8) > This symbol_ref must be wrapped inside a CONST by the middle-end. Uh, strike that, I'm hallucinating.

[Bug target/61737] ICE when building libgcc for cris cross-compiler

2014-07-14 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61737 --- Comment #8 from Hans-Peter Nilsson --- (In reply to dhowe...@redhat.com from comment #0) > ../../../gcc-4.9.0-20140702/libgcc/libgcc2.c: In function ‘__subvsi3’: > ../../../gcc-4.9.0-20140702/libgcc/libgcc2.c:122:1: error: unrecognizable > in

[Bug fortran/61632] Memory corruption on error when writing formatted data

2014-07-14 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61632 --- Comment #14 from Jerry DeLisle --- (In reply to Dominique d'Humieres from comment #10) --- snip --- > > Is the printing of 'YYY' supposed to happen? Its sort of like Steve said earlier. The coder is choosing to ignore an error condition

[Bug fortran/61632] Memory corruption on error when writing formatted data

2014-07-14 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61632 --- Comment #13 from Jerry DeLisle --- This: +fmt->format_string_len = strrchr (f->source, ')') - f->source + 1; Is taking the difference between two string pointers, ie memory addresses This: printf("pos 0 =%x, pos ) =%x\n",strchr (f->s

[Bug target/61737] ICE when building libgcc for cris cross-compiler

2014-07-14 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61737 --- Comment #7 from Hans-Peter Nilsson --- (In reply to dhowe...@redhat.com from comment #0) BTW, > Please submit a full bug report, > with preprocessed source if appropriate. > Please include the complete backtrace with any bug report. > See <

[Bug target/61737] ICE when building libgcc for cris cross-compiler

2014-07-14 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61737 Hans-Peter Nilsson changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug target/61737] ICE when building libgcc for cris cross-compiler

2014-07-14 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61737 --- Comment #6 from Hans-Peter Nilsson --- Created attachment 33121 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33121&action=edit Patch to config.gcc Correct patch to config.gcc required to actually build the compiler proper.

[Bug target/61737] ICE when building libgcc for cris cross-compiler

2014-07-14 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61737 Hans-Peter Nilsson changed: What|Removed |Added Last reconfirmed||2014-7-15 --- Comment #5 from Hans-

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

2014-07-14 Thread richard-gccbugzilla at metafoo dot co.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61804 Bug ID: 61804 Summary: rejects-valid if parenthesized temporary is incremented Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Prio

[Bug rtl-optimization/38603] [4.8/4.9/4.10 Regression] reload inheritance mucks up LOAD_EXTEND_OP transformations done by combine

2014-07-14 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38603 Hans-Peter Nilsson changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libfortran/60324] Handle arbitrarily long path names

2014-07-14 Thread townsend at astro dot wisc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60324 Rich Townsend changed: What|Removed |Added CC||townsend at astro dot wisc.edu --- Comme

[Bug c++/61623] [4.10 Regression] ICE: verify_symtab failed: Two symbols with same comdat_group are not linked by the same_comdat_group list.

2014-07-14 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61623 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/56947] [4.7 Regression] Bogus 'XX' was not declared in this scope

2014-07-14 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56947 --- Comment #7 from Jason Merrill --- Author: jason Date: Mon Jul 14 20:39:35 2014 New Revision: 212524 URL: https://gcc.gnu.org/viewcvs?rev=212524&root=gcc&view=rev Log: PR c++/61445 PR c++/56947 * pt.c (instantiate_decl): Don't che

[Bug c++/61445] [4.10 Regression][C++11] ice in instantiate_decl at cp/pt.c:19770

2014-07-14 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61445 --- Comment #4 from Jason Merrill --- Author: jason Date: Mon Jul 14 20:39:35 2014 New Revision: 212524 URL: https://gcc.gnu.org/viewcvs?rev=212524&root=gcc&view=rev Log: PR c++/61445 PR c++/56947 * pt.c (instantiate_decl): Don't che

[Bug c++/61445] [4.10 Regression][C++11] ice in instantiate_decl at cp/pt.c:19770

2014-07-14 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61445 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug other/61796] gcc arm hardfloat

2014-07-14 Thread luka.perkov at sartura dot hr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61796 --- Comment #3 from Luka Perkov --- Hi Hans-Peter, (In reply to Hans-Peter Nilsson from comment #1) > I think you need to mention the options you passed to "configure". Does not > "--with-float=hard" work? I'd also expect a target triplet > arm

[Bug other/61796] gcc arm hardfloat

2014-07-14 Thread luka.perkov at sartura dot hr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61796 Luka Perkov changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/61632] Memory corruption on error when writing formatted data

2014-07-14 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61632 --- Comment #12 from Dominique d'Humieres --- A little bit less clumsy if (f != NULL) -fmt->format_string = f->source; +fmt->format_string_len = strrchr (f->source, ')') - f->source + 1; I don't understand why +fmt->format_strin

[Bug target/61794] internal error: unrecognizable insn, from avx512 extract instruction

2014-07-14 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61794 Uroš Bizjak changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/61737] ICE when building libgcc for cris cross-compiler

2014-07-14 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61737 --- Comment #4 from Hans-Peter Nilsson --- (In reply to Hans-Peter Nilsson from comment #3) > (In reply to dhowe...@redhat.com from comment #1) > > Index: gcc/config.gcc > > === > >

[Bug tree-optimization/61757] [4.10 Regression] genmodes failure with enable-checking

2014-07-14 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61757 --- Comment #32 from Jeffrey A. Law --- No, we don't have that information available in any reasonable form. That's one of the things I need to investigate. One of the possibilities is to flip things on their side a bit. The old code started r

[Bug tree-optimization/61757] [4.10 Regression] genmodes failure with enable-checking

2014-07-14 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61757 --- Comment #31 from rguenther at suse dot de --- On July 14, 2014 8:57:31 PM CEST, law at redhat dot com wrote: >https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61757 > >Jeffrey A. Law changed: > > What|Removed |

[Bug target/61737] ICE when building libgcc for cris cross-compiler

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

[Bug tree-optimization/61757] [4.10 Regression] genmodes failure with enable-checking

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

[Bug c++/61803] error reports macro location first, but should not

2014-07-14 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61803 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/61632] Memory corruption on error when writing formatted data

2014-07-14 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61632 --- Comment #11 from Dominique d'Humieres --- > Its not really a glitch. In this case reversion has occurred so i can only > approximate where in the string the error occured. I can improve on it with: > > offset = fmt->reversion_ok ? fmt->fo

[Bug other/61796] gcc arm hardfloat

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

[Bug tree-optimization/61757] [4.10 Regression] genmodes failure with enable-checking

2014-07-14 Thread pthaugen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61757 --- Comment #29 from Pat Haugen --- (In reply to Segher Boessenkool from comment #21) > (In reply to Pat Haugen from comment #19) > > So in the case where MIN_INT32 is passed (sign extended), the upper 32 bits > > are '1' so r212352 returns a val

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

2014-07-14 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61144 Alexander Monakov changed: What|Removed |Added Attachment #32830|0 |1 is obsolete|

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

2014-07-14 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61144 Alexander Monakov changed: What|Removed |Added CC||amonakov at gcc dot gnu.org --- Comm

[Bug fortran/56218] [OOP] Segfault with allocatable intent(out) derived type argument having allocatable component

2014-07-14 Thread townsend at astro dot wisc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56218 --- Comment #4 from Rich Townsend --- Seems to work fine on 4.10 (20140710).

[Bug c/61803] New: error reports macro location first, but should not

2014-07-14 Thread tromey at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61803 Bug ID: 61803 Summary: error reports macro location first, but should not Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug c++/60608] Template argument problem

2014-07-14 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60608 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug web/61782] always_inline incorrectly documented

2014-07-14 Thread daniel.santos at pobox dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61782 --- Comment #2 from Daniel Santos --- Hmm, I suppose I wasn't considering that interpretation of the language. Your clarification helps though, and actually sounds pretty good: "always_inline forces inlining of the function under all circumstance

[Bug preprocessor/44317] ,##__VA_ARGS__ comma not eaten with -std=c++0x

2014-07-14 Thread emsr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44317 --- Comment #6 from emsr at gcc dot gnu.org --- Created attachment 33119 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33119&action=edit Patch to pedwarn. This doesn't have the right column pointed out. Also, the message (and that given by

[Bug preprocessor/44317] ,##__VA_ARGS__ comma not eaten with -std=c++0x

2014-07-14 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44317 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

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

2014-07-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61801 Bug ID: 61801 Summary: sched2 miscompiles syscall sequence with -g Product: gcc Version: 4.8.3 Status: UNCONFIRMED Keywords: wrong-code Severity: normal Priorit

[Bug lto/61802] New: AArch64 execute.exp failures with LTO after r212467

2014-07-14 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61802 Bug ID: 61802 Summary: AArch64 execute.exp failures with LTO after r212467 Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug fortran/61632] Memory corruption on error when writing formatted data

2014-07-14 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61632 --- Comment #10 from Dominique d'Humieres --- The following code program p call ss0() end program p subroutine ss0 CHARACTER(3), save :: ZTYP(3) DATA ZTYP /'XXX','YYY','ZZZ'/ write(*,600,IOSTAT=iosa) 'AA

[Bug ipa/61800] [4.10 Regression] ICE: Segmentation fault during Firefox build

2014-07-14 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61800 Markus Trippelsdorf changed: What|Removed |Added Target Milestone|--- |4.10.0 --- Comment #1 from Markus

[Bug target/56858] alpha looks for NOTE_INSN_EH_REGION notes that cannot exist

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

[Bug c/61779] gcc -Og fails with impossible constraint on legal C code

2014-07-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61779 --- Comment #3 from Richard Biener --- Author: rguenth Date: Mon Jul 14 13:52:38 2014 New Revision: 212521 URL: https://gcc.gnu.org/viewcvs?rev=212521&root=gcc&view=rev Log: 2014-07-14 Richard Biener PR tree-optimization/61779 * tree

[Bug fortran/41227] COMMON block, BIND(C) and LTO interoperability issues

2014-07-14 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41227 --- Comment #22 from Tobias Burnus --- (In reply to rguent...@suse.de from comment #19) > > Well, Bill Long of Cray seems to agree with my interpretation, cf. > > http://mailman.j3-fortran.org/pipermail/j3/2010-February/003358.html > > But that

[Bug ipa/61800] New: [4.10 Regression] ICE: Segmentation fault during Firefox build

2014-07-14 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61800 Bug ID: 61800 Summary: [4.10 Regression] ICE: Segmentation fault during Firefox build Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/61780] [4.8/4.9 Regression] Wrong code when shifting elements of a multidimensional array

2014-07-14 Thread paul.richard.thomas at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61780 --- Comment #6 from paul.richard.thomas at gmail dot com --- Dear Richie, Thanks for doing that. I was going to do 4.8 as soon as I had a moment and would have changed the summary then. As it happens, I was distracted by other activities (rewir

[Bug fortran/41227] COMMON block, BIND(C) and LTO interoperability issues

2014-07-14 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41227 --- Comment #21 from Francois-Xavier Coudert --- (In reply to Tobias Burnus from comment #18) > By your argument, > int i; > and > struct { int i; } a; > are interoperable. No. The standard only defines interoperability as a one-to-one mappi

[Bug fortran/41227] COMMON block, BIND(C) and LTO interoperability issues

2014-07-14 Thread tobi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41227 --- Comment #20 from Tobias Schlüter --- Let's please not invent new semantics. There are two things to distinguish: 1) legacy code, where no interoperability semantics were defined 2) new code, where the semantics are defined I don't know much

[Bug tree-optimization/59611] std::copy performs worse than naive implementation when copying a single known byte

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

[Bug rtl-optimization/61799] [4.6/4.7 regression][ia64] r165240 caused GDB stops with SIGTRAP at 0 address

2014-07-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61799 Richard Biener changed: What|Removed |Added Target||ia64-*-* Status|UNCONFIRMED

[Bug fortran/41227] COMMON block, BIND(C) and LTO interoperability issues

2014-07-14 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41227 --- Comment #19 from rguenther at suse dot de --- On Mon, 14 Jul 2014, burnus at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41227 > > --- Comment #17 from Tobias Burnus --- > (In reply to Francois-Xavier Coudert from

[Bug fortran/41227] COMMON block, BIND(C) and LTO interoperability issues

2014-07-14 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41227 --- Comment #18 from Tobias Burnus --- (In reply to Francois-Xavier Coudert from comment #14) > (In reply to rguent...@suse.de from comment #13) > > Does it need to inter-operate with > > extern struct { struct { int i; } a; } a; > No, I don't re

[Bug rtl-optimization/61799] New: [4.6/4.7 regression][ia64] r165240 caused GDB stops with SIGTRAP at 0 address

2014-07-14 Thread emeric.maschino at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61799 Bug ID: 61799 Summary: [4.6/4.7 regression][ia64] r165240 caused GDB stops with SIGTRAP at 0 address Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: m

[Bug c/61779] gcc -Og fails with impossible constraint on legal C code

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

[Bug fortran/41227] COMMON block, BIND(C) and LTO interoperability issues

2014-07-14 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41227 --- Comment #17 from Tobias Burnus --- (In reply to Francois-Xavier Coudert from comment #12) > I disagree with Tobias' reading: it seems to me that the single-variable > common block should be interoperable with both the single-common C struct >

[Bug lto/61786] wrong code by LTO on x86_64-linux-gnu

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

[Bug fortran/41227] COMMON block, BIND(C) and LTO interoperability issues

2014-07-14 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41227 --- Comment #16 from Francois-Xavier Coudert --- (In reply to Richard Biener from comment #15) > Btw, what kind of single-elements can I expect? I suppose they can > be arbitrary (so aggregate as well)? >From the Fortran/C interop side, we can

[Bug lto/61786] wrong code by LTO on x86_64-linux-gnu

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

[Bug fortran/41227] COMMON block, BIND(C) and LTO interoperability issues

2014-07-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41227 --- Comment #15 from Richard Biener --- Ok, the warning is implemented with checking gimple type compatibility in lto/lto-symtab.c: if (!types_compatible_p (TREE_TYPE (prevailing->decl), TREE_TYPE (decl)))

[Bug tree-optimization/61783] [4.10 regression] FAIL: gcc.dg/tree-ssa/20030922-2.c scan-tree-dump-times dom1 "if " 2

2014-07-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61783 --- Comment #2 from Richard Biener --- Author: rguenth Date: Mon Jul 14 10:50:46 2014 New Revision: 212513 URL: https://gcc.gnu.org/viewcvs?rev=212513&root=gcc&view=rev Log: 2014-07-14 Richard Biener PR tree-optimization/61757 PR tre

[Bug tree-optimization/61757] [4.10 Regression] genmodes failure with enable-checking

2014-07-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61757 --- Comment #28 from Richard Biener --- Author: rguenth Date: Mon Jul 14 10:50:46 2014 New Revision: 212513 URL: https://gcc.gnu.org/viewcvs?rev=212513&root=gcc&view=rev Log: 2014-07-14 Richard Biener PR tree-optimization/61757 PR tr

[Bug tree-optimization/61787] wrong code at -Os on x86_64-linux-gnu

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

[Bug tree-optimization/61783] [4.10 regression] FAIL: gcc.dg/tree-ssa/20030922-2.c scan-tree-dump-times dom1 "if " 2

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

[Bug tree-optimization/61787] wrong code at -Os on x86_64-linux-gnu

2014-07-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61787 --- Comment #2 from Richard Biener --- Author: rguenth Date: Mon Jul 14 10:50:46 2014 New Revision: 212513 URL: https://gcc.gnu.org/viewcvs?rev=212513&root=gcc&view=rev Log: 2014-07-14 Richard Biener PR tree-optimization/61757 PR tre

[Bug tree-optimization/61757] [4.10 Regression] genmodes failure with enable-checking

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

[Bug fortran/41227] COMMON block, BIND(C) and LTO interoperability issues

2014-07-14 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41227 --- Comment #14 from Francois-Xavier Coudert --- (In reply to rguent...@suse.de from comment #13) > Does it need to inter-operate with > extern struct { struct { int i; } a; } a; No, I don't read anything in the standard that would allow this.

[Bug tree-optimization/61787] wrong code at -Os on x86_64-linux-gnu

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

[Bug fortran/61780] [4.8/4.9 Regression] Wrong code when shifting elements of a multidimensional array

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

[Bug web/61782] always_inline incorrectly documented

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

[Bug tree-optimization/61783] [4.10 regression] FAIL: gcc.dg/tree-ssa/20030922-2.c scan-tree-dump-times dom1 "if " 2

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

[Bug bootstrap/61631] [4.10 regression] ICE unwind-dw2.c:1639:5: internal compiler error: Segmentation fault

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

[Bug fortran/41227] COMMON block, BIND(C) and LTO interoperability issues

2014-07-14 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41227 --- Comment #13 from rguenther at suse dot de --- On Mon, 14 Jul 2014, fxcoudert at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41227 > > --- Comment #12 from Francois-Xavier Coudert > --- > I disagree with Tobias' r

[Bug gcov-profile/61790] [4.10 Regression] gcov-tool.c uses atoll

2014-07-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61790 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Status|UNCONFIRMED

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

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

[Bug c++/60608] Template argument problem

2014-07-14 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60608 --- Comment #4 from Paolo Carlini --- I'm going to save some debugging notes, mostly about non-variadic vs variadic. First one: the tsubst in fn_type_unification: fntype = tsubst (TREE_TYPE (fn), explicit_targs, complain |

[Bug bootstrap/61797] [4.10 regression] 'bool decl_in_symtab_p(const_tree)' defined but not used error breaks x86_64-linux bootstrap

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

[Bug fortran/41227] COMMON block, BIND(C) and LTO interoperability issues

2014-07-14 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41227 --- Comment #12 from Francois-Xavier Coudert --- I disagree with Tobias' reading: it seems to me that the single-variable common block should be interoperable with both the single-common C struct and C variable. The Intel compiler makes both cas

[Bug libgomp/61798] New: OpenMP exit code 155, profiling related?

2014-07-14 Thread kessler at iag dot uni-stuttgart.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61798 Bug ID: 61798 Summary: OpenMP exit code 155, profiling related? Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgomp

[Bug tree-optimization/61757] [4.10 Regression] genmodes failure with enable-checking

2014-07-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61757 Richard Biener changed: What|Removed |Added CC||law at gcc dot gnu.org --- Comment #26

[Bug tree-optimization/61757] [4.10 Regression] genmodes failure with enable-checking

2014-07-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61757 --- Comment #25 from Richard Biener --- Hmm, reverting the record_equality change that is supposed to fix the unrelated testsuite fallout fixes the testcase ...

[Bug tree-optimization/61757] [4.10 Regression] genmodes failure with enable-checking

2014-07-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61757 --- Comment #24 from Richard Biener --- w/o missing return: extern void abort (void); struct X { void *p; int res; } a[32]; int foo (unsigned i, unsigned n, void *q) { if (i + 1 < n && q == a[i + 1].p) { do { ++i; }

[Bug tree-optimization/61757] [4.10 Regression] genmodes failure with enable-checking

2014-07-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61757 --- Comment #23 from Richard Biener --- The first interesting difference is that for : _793 = ASSERT_EXPR <_73, _73 != 18>; switch (_793) , case 0: , case 1: , case 2: , case 3: , case 4 ... 9: , case 10 ... 11: , case 12 ... 17: > : we

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

2014-07-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61294 --- Comment #6 from Jakub Jelinek --- Author: jakub Date: Mon Jul 14 07:36:39 2014 New Revision: 212510 URL: https://gcc.gnu.org/viewcvs?rev=212510&root=gcc&view=rev Log: PR middle-end/61294 gcc/c-family/ * c.opt (Wmemset-transposed-args

[Bug target/61656] Undefined behavior in classify_argument

2014-07-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61656 --- Comment #8 from Jakub Jelinek --- Author: jakub Date: Mon Jul 14 07:31:57 2014 New Revision: 212509 URL: https://gcc.gnu.org/viewcvs?rev=212509&root=gcc&view=rev Log: PR target/61656 * config/i386/i386.c (classify_argument): Don't me