[Bug tree-optimization/61493] Bug exposed by speculative devirtualizing

2014-06-12 Thread wmi at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61493 --- Comment #1 from wmi at google dot com --- Created attachment 32931 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32931&action=edit testcase

[Bug tree-optimization/61493] New: Bug exposed by speculative devirtualizing

2014-06-12 Thread wmi at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61493 Bug ID: 61493 Summary: Bug exposed by speculative devirtualizing Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-o

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

2014-06-12 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61320 --- Comment #39 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #38 from thopre01 at gcc dot gnu.org --- > I've just wrote a patch that solve a bug that can lead to the kind of issue > you > are running into. I'm doing more testing rig

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

2014-06-12 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61320 --- Comment #38 from thopre01 at gcc dot gnu.org --- I've just wrote a patch that solve a bug that can lead to the kind of issue you are running into. I'm doing more testing right now and will let you know when it's commited if you don't mind tryi

[Bug c++/61492] Nested-name-specifier lookup finds function

2014-06-12 Thread potswa at mac dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61492 --- Comment #1 from David Krauss --- Oops, objects hide enumerations in this context too. enum e { m } e = e::m; // Same error I neglected to check this because I thought I'd used it a while ago, but it turns out I'd worked around the problem.

[Bug c++/61492] New: Nested-name-specifier lookup finds function

2014-06-12 Thread potswa at mac dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61492 Bug ID: 61492 Summary: Nested-name-specifier lookup finds function Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug tree-optimization/61375] [4.10 Regression] ICE in int_cst_value at -O3 in tree-ssa pass when compiling a reference to an __int128 value

2014-06-12 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61375 --- Comment #1 from thopre01 at gcc dot gnu.org --- Author: thopre01 Date: Fri Jun 13 03:17:02 2014 New Revision: 211604 URL: http://gcc.gnu.org/viewcvs?rev=211604&root=gcc&view=rev Log: 2014-06-13 Thomas Preud'homme gcc/ PR tree-opti

[Bug c++/61491] An explicit specialization of a member enumeration of a class template is rejected

2014-06-12 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61491 --- Comment #1 from Ville Voutilainen --- This is part of DR1206: http://open-std.org/JTC1/SC22/WG21/docs/cwg_defects.html#1206

[Bug c++/60731] [4.7/4.8/4.9 Regression] dynamic library not getting reinitialized on multiple calls to dlopen()

2014-06-12 Thread davejohansen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60731 --- Comment #11 from Dave Johansen --- Can this please be reopened? It was determined in the glibc bugzilla that this is a gcc problem because of the incorrect setting of unique flag.

[Bug c++/61491] New: An explicit specialization of a member enumeration of a class template is rejected

2014-06-12 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61491 Bug ID: 61491 Summary: An explicit specialization of a member enumeration of a class template is rejected Product: gcc Version: 4.10.0 Status: UNCONFIRMED Sever

[Bug tree-optimization/61481] Poor optimization of simple small-sized matrix routines with constant data

2014-06-12 Thread cas43 at cs dot stanford.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61481 --- Comment #3 from Craig Schroeder --- Created attachment 32930 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32930&action=edit More practical (but more complex) example I am trying to optimize an auto-differentiation utility. The examp

[Bug target/61423] Incorrect conversion from unsigned int to floating point

2014-06-12 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61423 --- Comment #11 from Jeffrey A. Law --- I expect the REE bug to be fixed tomorrow AM (my time). It's a trivial issue.

[Bug middle-end/61486] ICE with #pragma omp teams

2014-06-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61486 --- Comment #2 from Jakub Jelinek --- Author: jakub Date: Thu Jun 12 21:14:15 2014 New Revision: 211597 URL: http://gcc.gnu.org/viewcvs?rev=211597&root=gcc&view=rev Log: PR middle-end/61486 * gimplify.c (struct gimplify_omp_ctx): Add dis

[Bug middle-end/61486] ICE with #pragma omp teams

2014-06-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61486 --- Comment #1 from Jakub Jelinek --- Author: jakub Date: Thu Jun 12 21:10:11 2014 New Revision: 211596 URL: http://gcc.gnu.org/viewcvs?rev=211596&root=gcc&view=rev Log: PR middle-end/61486 * gimplify.c (struct gimplify_omp_ctx): Add dis

[Bug tree-optimization/60997] -fopenmp conflicts with -floop-interchange

2014-06-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60997 --- Comment #6 from Jakub Jelinek --- Also, the compiler really isn't allowed to interchange the !$OMP DO loop (outermost) with the inner ones, it has different semantics because of the markup. The compiler could still interchange the inner two

[Bug c++/61482] ICE when compiling Firefox ESR 24 with r211488

2014-06-12 Thread tsaunders at mozilla dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61482 Trevor Saunders changed: What|Removed |Added CC||tsaunders at mozilla dot com --- Comme

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

2014-06-12 Thread jacknagel at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60670 jacknagel at gmail dot com changed: What|Removed |Added CC||jacknagel at gmail dot com -

[Bug tree-optimization/60997] -fopenmp conflicts with -floop-interchange

2014-06-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60997 --- Comment #5 from Jakub Jelinek --- That is not possible.

[Bug c++/61489] Wrong warning with -Wmissing-field-initializers.

2014-06-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61489 --- Comment #2 from Jonathan Wakely --- (In reply to Deniz Bahadir from comment #0) > When compiling the following code (in C++11 mode) with > -Wmissing-field-initializers then almost all attempts to initialize > "sockaddr_in" result in compiler-

[Bug tree-optimization/61009] [4.9 Regression] Incorrect jump threading in dom

2014-06-12 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61009 --- Comment #19 from Jeffrey A. Law --- Author: law Date: Thu Jun 12 18:38:29 2014 New Revision: 211589 URL: http://gcc.gnu.org/viewcvs?rev=211589&root=gcc&view=rev Log: PR tree-optimization/61009 * tree-ssa-threadedge.c (thread_thro

[Bug tree-optimization/61289] [4.9 Regression] Bad jump threading generates infinite loop

2014-06-12 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61289 --- Comment #7 from Jeffrey A. Law --- Author: law Date: Thu Jun 12 18:38:20 2014 New Revision: 211588 URL: http://gcc.gnu.org/viewcvs?rev=211588&root=gcc&view=rev Log: Backports from mainline: PR tree-optimization/61289 * tree-ssa-

[Bug tree-optimization/61289] [4.9 Regression] Bad jump threading generates infinite loop

2014-06-12 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61289 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/60997] -fopenmp conflicts with -floop-interchange

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

[Bug tree-optimization/61000] No loop interchange for inner loop along the slow index

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

[Bug driver/47785] GCC with -flto does not pass options to the assembler

2014-06-12 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47785 --- Comment #5 from Dominique d'Humieres --- > This causes compilation of AVX code using GCC 4.9 to fail on OS X Mavericks; > ... Exactly why I have opened pr61168!-(still not fixed).

[Bug driver/47785] GCC with -flto does not pass options to the assembler

2014-06-12 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47785 Dominique d'Humieres changed: What|Removed |Added CC||dominiq at lps dot ens.fr --- Com

[Bug lto/61168] Assembler options (-Wa,*) are not propagated when using -flto

2014-06-12 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61168 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug driver/47785] GCC with -flto does not pass options to the assembler

2014-06-12 Thread m8r-540gv7 at mailinator dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47785 m8r-540gv7 at mailinator dot com changed: What|Removed |Added CC||m8r-540gv7 at mailinato

[Bug c/19820] How to get results from a V2SF ?

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

[Bug tree-optimization/61009] [4.9 Regression] Incorrect jump threading in dom

2014-06-12 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61009 --- Comment #18 from Jeffrey A. Law --- Author: law Date: Thu Jun 12 17:12:18 2014 New Revision: 211586 URL: http://gcc.gnu.org/viewcvs?rev=211586&root=gcc&view=rev Log: PR tree-optimization/61009 * tree-ssa-threadedge.c (thread_thro

[Bug target/56726] i386: MALLOC_ABI_ALIGNMENT is too small (usually)

2014-06-12 Thread chip at pobox dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56726 --- Comment #8 from Chip Salzenberg --- Further research says that the alignment of a malloc(N) will be >= N if there is a basic type that requires alignment N. So we may be able to ramp this up quite a bit.

[Bug middle-end/28831] [4.8/4.9/4.10 Regression] Aggregate copy not elided when using a return value as a pass-by-value parameter

2014-06-12 Thread chip at pobox dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28831 --- Comment #24 from Chip Salzenberg --- In 4.8.2 (Ubuntu trusty), the copy is finally elided. Good job! But stack space is still allocated for the copy that is not made. So it's not all fixed.

[Bug c++/61490] New: accepts-invalid: qualified-name in friend function definition

2014-06-12 Thread filip.roseen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61490 Bug ID: 61490 Summary: accepts-invalid: qualified-name in friend function definition Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug lto/61487] LTO breaks on mips with wireless-tools 0.29

2014-06-12 Thread rose.garcia-eggl2fk at yopmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61487 --- Comment #2 from Rose Garcia --- maybe related (fails also only on mips with -flto) libpcap 1.3.0 (compiled WITH -fPIC) http://www.tcpdump.org/release/libpcap-1.3.0.tar.gz mips-linux-musl-gcc -L/media/3T/x-prefix/mips/lib -isystem /media/3T/x

[Bug c++/61489] Wrong warning with -Wmissing-field-initializers.

2014-06-12 Thread D.Bahadir at GMX dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61489 --- Comment #1 from Deniz Bahadir --- This does not only occur with GCC 4.9.0 but also with older ones like 4.7 and 4.8.

[Bug c++/61489] New: Wrong warning with -Wmissing-field-initializers.

2014-06-12 Thread D.Bahadir at GMX dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61489 Bug ID: 61489 Summary: Wrong warning with -Wmissing-field-initializers. Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c++/61488] New: Regression in template argument substitution in 4.9+

2014-06-12 Thread roland at digitalvampire dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61488 Bug ID: 61488 Summary: Regression in template argument substitution in 4.9+ Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug lto/61487] LTO breaks on mips with wireless-tools 0.29

2014-06-12 Thread rose.garcia-eggl2fk at yopmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61487 --- Comment #1 from Rose Garcia --- i forgot to add that the same works fine with exactly the same toolchain built for armv7l.

[Bug lto/61487] New: LTO breaks on mips with wireless-tools 0.29

2014-06-12 Thread rose.garcia-eggl2fk at yopmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61487 Bug ID: 61487 Summary: LTO breaks on mips with wireless-tools 0.29 Product: gcc Version: 4.8.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto

[Bug libstdc++/61269] includes inside std namespace

2014-06-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61269 --- Comment #6 from Jonathan Wakely --- Great - thanks for confirming it

[Bug target/55033] [4.8/4.9/4.10 Regression] PowerPC section type conflict error

2014-06-12 Thread amodra at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55033 Alan Modra changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug other/61485] "Please use exactly Autoconf 2.64 instead of 2.69" due to hardcoded autoconf/autom4te

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

[Bug other/61485] "Please use exactly Autoconf 2.64 instead of 2.69" due to hardcoded autoconf/autom4te

2014-06-12 Thread vincent-gcc at vinc17 dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61485 Vincent Lefèvre changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug libstdc++/61269] includes inside std namespace

2014-06-12 Thread daniel at constexpr dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61269 --- Comment #5 from Daniel Scharrer --- Yes, after your fix everything works with Clang.

[Bug middle-end/61486] New: ICE with #pragma omp teams

2014-06-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61486 Bug ID: 61486 Summary: ICE with #pragma omp teams Product: gcc Version: 4.9.1 Status: UNCONFIRMED Keywords: openmp Severity: normal Priority: P3 Compon

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

2014-06-12 Thread ams at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60102 Andrew Stubbs changed: What|Removed |Added CC||ams at gcc dot gnu.org --- Comment #13 f

[Bug other/61485] "Please use exactly Autoconf 2.64 instead of 2.69" due to hardcoded autoconf/autom4te

2014-06-12 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61485 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug other/61485] "Please use exactly Autoconf 2.64 instead of 2.69" due to hardcoded autoconf/autom4te

2014-06-12 Thread vincent-gcc at vinc17 dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61485 --- Comment #3 from Vincent Lefèvre --- (In reply to Richard Biener from comment #1) > Why would you do autoreconf? With most projects, this is needed with svn working copies, otherwise some files may become obsolete and one gets weird errors.

[Bug target/24012] [4.8/4.9/4.10 regression] #define _POSIX_C_SOURCE breaks #include

2014-06-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24012 Jonathan Wakely changed: What|Removed |Added Target Milestone|4.8.4 |4.10.0 --- Comment #14 from Jonathan W

[Bug bootstrap/55293] bootstrap failure: invalid conversion from 'char**' to 'const char**' [-fpermissive]

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55293 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |--- --- Comment #18 from Richard Biener

[Bug other/61485] "Please use exactly Autoconf 2.64 instead of 2.69" due to hardcoded autoconf/autom4te

2014-06-12 Thread vincent-gcc at vinc17 dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61485 --- Comment #2 from Vincent Lefèvre --- Sorry, bad copy-paste of a command. The problem can still be reproduced: $ autoreconf2.64 -i $ mkdir gcc-build $ cd gcc-build $ ../configure --enable-maintainer-mode $ touch Makefile.in $ make [...] make[3

[Bug c++/33101] [DR 577] allow typedefs for void in empty parameter list

2014-06-12 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33101 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED CC|gcc-bugs at

[Bug middle-end/57503] [4.7/4.8/4.9/4.10 Regression] Expand uses wrong multiply routine

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57503 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |4.8.4 --- Comment #10 from Richard Bien

[Bug bootstrap/15212] [4.7/4.8/4.9/4.10 Regression] bootstrap fails on interix3

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15212 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |4.8.4 --- Comment #46 from Richard Bien

[Bug debug/55541] [4.7/4.8/4.9/4.10 Regression] unable to see local variables due extra lexical block was generated

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55541 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |4.8.4 --- Comment #8 from Richard Biene

[Bug middle-end/26241] [4.7/4.8/4.9/4.10 Regression] None of the IPA passes are documented in passes.texi

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26241 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |4.8.4 --- Comment #12 from Richard Bien

[Bug tree-optimization/32306] [4.7/4.8/4.9/4.10 Regression] redundant && || not eliminated

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32306 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |4.8.4 --- Comment #25 from Richard Bien

[Bug tree-optimization/49234] [4.7/4.8/4.9/4.10 Regression] -Wstrict-overflow gives obviously unwarranted warning

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49234 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |4.8.4 --- Comment #24 from Richard Bien

[Bug other/61485] "Please use exactly Autoconf 2.64 instead of 2.69" due to hardcoded autoconf/autom4te

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61485 --- Comment #1 from Richard Biener --- Why would you do autoreconf? The supported way of doing this is to put the exact versions in your PATH.

[Bug target/53854] ICE in find_constant_pool_ref

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53854 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |--- --- Comment #7 from Richard Biener

[Bug other/56442] postreload uses content of clobbered register

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56442 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |--- --- Comment #3 from Richard Biener

[Bug target/56446] Generate one fewer relocation when calling a checked weakref function

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56446 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |--- --- Comment #10 from Richard Biener

[Bug c++/53492] [4.7/4.8 Regression] ICE in retrieve_specialization, at cp/pt.c:985

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53492 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |4.8.4 --- Comment #6 from Richard Biene

[Bug fortran/57042] ICE/Segfault with -fdump-parse-tree

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57042 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |--- --- Comment #11 from Richard Biener

[Bug middle-end/54017] Incorrect implementation of infinite loops in OpenMP sections leads to SIGILL

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54017 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |--- --- Comment #6 from Richard Biener

[Bug tree-optimization/54077] Bytemark FP EMULATION 9%-15% slower than with clang

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54077 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |--- --- Comment #19 from Richard Biener

[Bug c/59367] Syntax error with #pragma message before "else"

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59367 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |--- --- Comment #5 from Richard Biener

[Bug target/57333] Wrong detection of LZCNT instruction, -mno-lzcnt has no effect

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57333 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |--- --- Comment #4 from Richard Biener

[Bug libitm/53113] Build fails in x86_avx.cc if AVX disabled by -mno-avx but supported by as

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53113 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |--- --- Comment #25 from Richard Biener

[Bug middle-end/58670] asm goto miscompilation

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58670 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |--- --- Comment #6 from Richard Biener

[Bug c++/59637] [c++11] ICE with decltype and destructor call in template

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59637 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |--- --- Comment #2 from Richard Biener

[Bug middle-end/59679] gcc version 4.7.3 and gcc version 4.5.3 cause an unaligned access exception on NetBSD/Alpha

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59679 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |--- --- Comment #19 from Richard Biener

[Bug target/56164] [avr] ICE: spill fail with __flash keyword

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56164 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |--- --- Comment #6 from Richard Biener

[Bug debug/53135] Duplicates cause size explosion (vta/dwarf)

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53135 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |--- --- Comment #17 from Richard Biener

[Bug rtl-optimization/57967] [4.7 regresssion] Incorrect code generated on ARM with -fexpensive-optimizations

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

[Bug c++/60829] Illegal access to private base of public base granted.

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60829 Richard Biener changed: What|Removed |Added Target Milestone|4.7.5 |--- --- Comment #5 from Richard Biener

[Bug rtl-optimization/21182] [4.7/4.8/4.9/4.10 Regression] gcc can use registers but uses stack instead

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21182 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |4.8.4 --- Comment #14 from Richard Bien

[Bug driver/25208] [4.7/4.8/4.9/4.10 Regression] two outputs and -MMD

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25208 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |4.8.4 --- Comment #18 from Richard Bien

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

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59513 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |4.8.4 Summary|[4.7/4.8/4.9]

[Bug c++/60894] [4.7/4.8/4.9/4.10 Regression] Use of redundant struct keyword in virtual function prototype combined with using statement causes compilation error

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60894 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |4.8.4 --- Comment #7 from Richard Biene

[Bug libgcj/44415] [4.7/4.8/4.9/4.10 regression] gmp multilib support broke bootstrap with static libgmp

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44415 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |4.8.4 --- Comment #11 from Richard Bien

[Bug target/45325] [4.7/4.8/4.9/4.10 Regression] target attribute doesn't work with -march=i586

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45325 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |4.8.4 --- Comment #25 from Richard Bien

[Bug c++/60361] [4.7/4.8 Regression] unexpected 'use of parameter outside function body' error

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60361 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |4.8.4 --- Comment #4 from Richard Biene

[Bug tree-optimization/37916] [4.7/4.8/4.9/4.10 Regression] SSA names causing register pressure; unnecessarily many simultaneously "live" names.

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37916 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |4.8.4 --- Comment #24 from Richard Bien

[Bug tree-optimization/34723] [4.7/4.8/4.9/4.10 Regression] Summing variable should be initialized to the first member before the loop

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34723 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |4.8.4 --- Comment #6 from Richard Biene

[Bug fortran/59107] [4.7/4.8/4.9/4.10 Regression] Spurious "Type specified for intrinsic function 'command_argument_count' at (1) is ignored" under -Wsurprising.

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59107 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |4.8.4 --- Comment #9 from Richard Biene

[Bug debug/61014] [4.7/4.8/4.9/4.10 Regression] gdb can't find symbol of derived data type array in nested subroutine

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61014 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |4.8.4 --- Comment #8 from Richard Biene

[Bug ada/40986] [4.7/4.8/4.9/4.10 regression] Assert_Failure sinfo.adb:360, error detected at a-unccon.ads:23:27

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40986 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |4.8.4 --- Comment #17 from Richard Bien

[Bug ada/25844] [4.7/4.8/4.9/4.10 regression] ICE on overloaded renames

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25844 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |4.8.4 --- Comment #12 from Richard Bien

[Bug tree-optimization/41089] [4.7/4.8/4.9/4.10 Regression] stdarg pass produces wrong code

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41089 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |4.8.4 --- Comment #55 from Richard Bien

[Bug fortran/56079] [4.7/4.8 Regression] ICE with C_PTR renaming and TRANSFER

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56079 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |4.8.4 --- Comment #9 from Richard Biene

[Bug fortran/55574] [4.7/4.8 Regression] C binding access to c_ptr type

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55574 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |4.8.4 --- Comment #9 from Richard Biene

[Bug target/43052] [4.7/4.8/4.9/4.10 Regression] Inline memcmp is *much* slower than glibc's, no longer expanded inline

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43052 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |4.8.4 --- Comment #25 from Richard Bien

[Bug debug/47471] [4.7/4.8/4.9/4.10 Regression] stdarg functions extraneous too-early prologue end

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47471 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |4.8.4 --- Comment #12 from Richard Bien

[Bug middle-end/33699] [4.7/4.8/4.9/4.10 regression] missing optimization on const addr area store

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33699 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |4.8.4 --- Comment #18 from Richard Bien

[Bug c/23144] [4.7/4.8/4.9/4.10 Regression] invalid parameter forward declarations not diagnosed

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=23144 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |4.8.4 --- Comment #16 from Richard Bien

[Bug middle-end/22141] [4.7/4.8/4.9/4.10 Regression] Missing optimization when storing structures

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=22141 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |4.8.4 --- Comment #28 from Richard Bien

[Bug tree-optimization/21485] [4.7/4.8/4.9/4.10 Regression] missed load PRE, PRE makes i?86 suck

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21485 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |4.8.4 --- Comment #56 from Richard Bien

[Bug middle-end/38059] [4.7/4.8/4.9/4.10 Regression] Compile time regression for gcc.dg/20020425-1.c

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38059 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |4.8.4 --- Comment #6 from Richard Biene

[Bug fortran/58754] [4.7/4.8/4.9/4.10 Regression] with allocatable character arrays

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58754 Richard Biener changed: What|Removed |Added Target Milestone|4.7.4 |4.8.4 --- Comment #2 from Richard Biene

  1   2   3   4   >