[Bug lto/61123] With LTO, -fno-short-enums is ignored, resulting in ABI mis-matching in linking.

2014-05-27 Thread Hale.Wang at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61123 --- Comment #2 from Hale Wang --- (In reply to Richard Biener from comment #1) > All ABI changing options should be also enabled for LTO and they also deserve > handling in lto-opts.c (always stream, not only if explicitely set) and > lto-wrapper

[Bug libgomp/61333] potential target specific performance issue with libgomp

2014-05-27 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61333 --- Comment #7 from Andrew Pinski --- (In reply to Jack Howarth from comment #6) > There is a call to pthread_cond_timedwait() in the libiomp5 implementation > but I don't see any such calls in libgomp. Perhaps this is the related to > the increa

[Bug libgomp/61333] potential target specific performance issue with libgomp

2014-05-27 Thread howarth.at.gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61333 --- Comment #6 from Jack Howarth --- There is a call to pthread_cond_timedwait() in the libiomp5 implementation but I don't see any such calls in libgomp. Perhaps this is the related to the increased performance in libiomp5 on darwin?

[Bug libgomp/61333] potential target specific performance issue with libgomp

2014-05-27 Thread howarth.at.gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61333 --- Comment #5 from Jack Howarth --- It would be interesting to find out what Intel openmp is doing differently on darwin since it is significantly faster on four threads.

[Bug lto/61334] New: [4.10 Regression] lto-cgraph.c:976:68: error: 'strnlen' was not declared in this scope

2014-05-27 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61334 Bug ID: 61334 Summary: [4.10 Regression] lto-cgraph.c:976:68: error: 'strnlen' was not declared in this scope Product: gcc Version: 4.10.0 Status: UNCONFIRMED S

[Bug middle-end/58670] asm goto miscompilation

2014-05-27 Thread gccbugzilla at limegreensocks dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58670 David changed: What|Removed |Added CC||gccbugzilla@limegreensocks. |

[Bug libgomp/61333] potential target specific performance issue with libgomp

2014-05-27 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61333 --- Comment #4 from Andrew Pinski --- The reason why GCC on linux is better is because it uses the futex syscall to have better locking (lower overhead). See config/linux/{mutex,lock}.c. While on Darwin, it directly calls into pthread_mutex cal

[Bug libgomp/61333] potential target specific performance issue with libgomp

2014-05-27 Thread howarth.at.gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61333 --- Comment #3 from Jack Howarth --- FYI, the timings on clang are for clang 3.4.1 with a merge of current clang-omp github commit f9e2fd7640f8fc06ebe1ef2f065c6158f6b4b6ef and openmp svn trunk from llvm.org at r208472/

[Bug libgomp/61333] potential target specific performance issue with libgomp

2014-05-27 Thread howarth.at.gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61333 --- Comment #2 from Jack Howarth --- Created attachment 32867 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32867&action=edit heated_plate_gcc.sh shell script to collect timings

[Bug libgomp/61333] potential target specific performance issue with libgomp

2014-05-27 Thread howarth.at.gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61333 --- Comment #1 from Jack Howarth --- Created attachment 32866 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32866&action=edit heated_plate_openmp.c test code

[Bug libgomp/61333] New: potential target specific performance issue with libgomp

2014-05-27 Thread howarth.at.gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61333 Bug ID: 61333 Summary: potential target specific performance issue with libgomp Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Prior

[Bug target/60732] FAIL: g++.dg/ext/altivec-7.C -std=* scan-assembler _Z3fooDv*

2014-05-27 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60732 Iain Sandoe changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libobjc/61332] libobjc unsafe malloc use instead objc_malloc

2014-05-27 Thread max at cert dot cx
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61332 --- Comment #2 from Maksymilian A --- It seems that we have two problems here: 1 The first is memory allocation without GC_malloc (when GC used) 2 If OBJC_WITH_GC is not definied, objc_malloc() also check result of malloc() - objc_malloc (

[Bug other/61146] wide-int error when building GCC with clang

2014-05-27 Thread mrs at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61146 --- Comment #7 from mrs at gcc dot gnu.org --- Patch posted https://gcc.gnu.org/ml/gcc/2014-05/msg00316.html

[Bug other/61146] wide-int error when building GCC with clang

2014-05-27 Thread mrs at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61146 mrs at gcc dot gnu.org changed: What|Removed |Added Status|RESOLVED|ASSIGNED Last reconfirmed|

[Bug other/61146] wide-int error when building GCC with clang

2014-05-27 Thread mrs at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61146 mrs at gcc dot gnu.org changed: What|Removed |Added CC||fxcoudert at gcc dot gnu.org --

[Bug bootstrap/61315] wide-int.cc cannot be built by darwin system compiler

2014-05-27 Thread mrs at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61315 mrs at gcc dot gnu.org changed: What|Removed |Added CC||mrs at gcc dot gnu.org

[Bug libobjc/61332] libobjc unsafe malloc use instead objc_malloc

2014-05-27 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61332 --- Comment #1 from Andrew Pinski --- The difference between malloc and objc_malloc is minor when not using GC. In fact the program will crash is malloc returns NULL anyways.

[Bug c/56724] sub-optimal location in error

2014-05-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56724 --- Comment #11 from Marek Polacek --- Author: mpolacek Date: Tue May 27 20:14:22 2014 New Revision: 210980 URL: http://gcc.gnu.org/viewcvs?rev=210980&root=gcc&view=rev Log: PR c/56724 * c-typeck.c (convert_arguments): Get location of a

[Bug c++/61182] [4.9/4.10 Regression] Forming pointer to qualified function type

2014-05-27 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61182 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libobjc/61332] New: libobjc unsafe malloc use instead objc_malloc

2014-05-27 Thread max at cert dot cx
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61332 Bug ID: 61332 Summary: libobjc unsafe malloc use instead objc_malloc Product: gcc Version: unknown Status: UNCONFIRMED Severity: major Priority: P3 Component: li

[Bug c++/13590] [DR39] Non-existing ambiguity when inheriting through virtuals two identical using declarations.

2014-05-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=13590 --- Comment #21 from Jonathan Wakely --- Since I'm not sure if any of the examples here are meant to be accepted (some definitely aren't) here's the example from the standard which should compile: struct A { int x; };// S(x,

[Bug bootstrap/61315] wide-int.cc cannot be built by darwin system compiler

2014-05-27 Thread howarth at nitro dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61315 --- Comment #9 from Jack Howarth --- (In reply to Andrew Pinski from comment #8) > > Is the object here to burn all bridges with the darwin target and leave > > those users only the option of using llvm based compilers as of gcc 4.10? > > Well

[Bug c++/61327] Problem with friend template object

2014-05-27 Thread isak50 at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61327 --- Comment #2 from Pavel --- // Clang compiles without errors. class B { protected: void f() {} }; template struct S; template struct S{ template static void caller(T *p) {p->B::f();} // error: 'void B::f()' is protected //s

[Bug rtl-optimization/61222] [4.10 Regression] ICE on valid code at -O2 and -O3 on x86_64-linux-gnu in decompose, at rtl.h:1456

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

[Bug bootstrap/61315] wide-int.cc cannot be built by darwin system compiler

2014-05-27 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61315 --- Comment #8 from Andrew Pinski --- (In reply to Jack Howarth from comment #5) > (In reply to Andrew Pinski from comment #3) > > Still does not matter, the compiler is broken and should be reported to > > Apple. The time for work around in bro

[Bug target/61296] Excessive alignment in ix86_data_alignment

2014-05-27 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61296 --- Comment #1 from H.J. Lu --- The comdat definition needs to the biggest alignment generated by any compilers.

[Bug bootstrap/61315] wide-int.cc cannot be built by darwin system compiler

2014-05-27 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61315 --- Comment #7 from Dominique d'Humieres --- A patch has been posted at https://gcc.gnu.org/ml/gcc-patches/2014-05/msg02173.html.

[Bug bootstrap/61315] wide-int.cc cannot be built by darwin system compiler

2014-05-27 Thread howarth at nitro dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61315 --- Comment #6 from Jack Howarth --- I would also add that you are playing with fire here. Currently no company has a motivation to expend money or resources for fortran development on llvm as long as FSF gcc is buildable. If you start removing c

[Bug c++/13590] [DR39] Non-existing ambiguity when inheriting through virtuals two identical using declarations.

2014-05-27 Thread darkdragon-001 at web dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=13590 darkdragon-001 at web dot de changed: What|Removed |Added CC||darkdragon-001 at web dot d

[Bug bootstrap/61315] wide-int.cc cannot be built by darwin system compiler

2014-05-27 Thread howarth at nitro dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61315 Jack Howarth changed: What|Removed |Added CC||howarth at nitro dot med.uc.edu --- Comme

[Bug target/61202] gcc generates invalid sqdmulh instruction

2014-05-27 Thread java4ada at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61202 java4ada at yahoo dot com changed: What|Removed |Added CC||java4ada at yahoo dot com ---

[Bug target/61331] [ARM] GCC build broken since r210964/r210954

2014-05-27 Thread christophe.lyon at st dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61331 --- Comment #1 from christophe.lyon at st dot com --- Created attachment 32865 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32865&action=edit unwind-arm.i

[Bug target/61331] New: [ARM] GCC build broken since r210964/r210954

2014-05-27 Thread christophe.lyon at st dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61331 Bug ID: 61331 Summary: [ARM] GCC build broken since r210964/r210954 Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tar

[Bug libstdc++/61329] #include and _GLIBCXX_DEBUG causes multiple symbol definition.

2014-05-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61329 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/61329] #include and _GLIBCXX_DEBUG causes multiple symbol definition.

2014-05-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61329 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

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

2014-05-27 Thread giorgio.signorini at unifi dot it
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59513 giorgio.signorini at unifi dot it changed: What|Removed |Added CC||giorgio.signorini at u

[Bug target/61170] FAIL: libgomp.fortran/declare-simd-[12].f90 on darwin

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

[Bug other/61233] Demangler crash (GDB PR 16957)

2014-05-27 Thread palves at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61233 --- Comment #2 from Pedro Alves --- This fixes it: https://gcc.gnu.org/ml/gcc-patches/2014-05/msg02279.html See bug 61321.

[Bug other/61321] demangler crash on casts in template parameters

2014-05-27 Thread palves at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61321 --- Comment #3 from Pedro Alves --- https://gcc.gnu.org/ml/gcc-patches/2014-05/msg02279.html

[Bug target/61044] Computed goto on AVR fails to use word-addressing

2014-05-27 Thread senthil_kumar.selvaraj at atmel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61044 --- Comment #3 from Senthil Kumar Selvaraj --- Johann, The primary reason I added the diff relocs was to prevent linker relaxation messing up DWARF line number information - as you know, relaxation can shorten instruction sequences, and the addr

[Bug testsuite/61319] The tests c-c++-common/ubsan/float-cast-overflow-(1|2|4).c fail on x86_64-apple-darwin*

2014-05-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61319 Marek Polacek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libgcc/61152] Missing GCC Runtime Library Exception in some files that are included in libgcc

2014-05-27 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61152 --- Comment #4 from Georg-Johann Lay --- Author: gjl Date: Tue May 27 11:42:10 2014 New Revision: 210971 URL: http://gcc.gnu.org/viewcvs?rev=210971&root=gcc&view=rev Log: PR libgcc/61152 * config/arm/arm.h (License): Add note to COPYING.

[Bug testsuite/61319] The tests c-c++-common/ubsan/float-cast-overflow-(1|2|4).c fail on x86_64-apple-darwin*

2014-05-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61319 --- Comment #15 from Marek Polacek --- Author: mpolacek Date: Tue May 27 11:41:45 2014 New Revision: 210970 URL: http://gcc.gnu.org/viewcvs?rev=210970&root=gcc&view=rev Log: PR testsuite/61319 * c-c++-common/ubsan/float-cast.h: Condition

[Bug libgcc/61152] Missing GCC Runtime Library Exception in some files that are included in libgcc

2014-05-27 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61152 --- Comment #3 from Georg-Johann Lay --- Author: gjl Date: Tue May 27 11:37:49 2014 New Revision: 210969 URL: http://gcc.gnu.org/viewcvs?rev=210969&root=gcc&view=rev Log: PR libgcc/61152 * config/arm/arm.h (License): Add note to COPYING.

[Bug middle-end/61207] Win64 gcc 4.9.0: ICE at -Os compiling some C++ code

2014-05-27 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61207 Kai Tietz changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug testsuite/61319] The tests c-c++-common/ubsan/float-cast-overflow-(1|2|4).c fail on x86_64-apple-darwin*

2014-05-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61319 --- Comment #14 from Marek Polacek --- Thanks, will post the patch to ML.

[Bug testsuite/61319] The tests c-c++-common/ubsan/float-cast-overflow-(1|2|4).c fail on x86_64-apple-darwin*

2014-05-27 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61319 --- Comment #13 from Uroš Bizjak --- (In reply to Marek Polacek from comment #12) > Thus > > --- a/gcc/testsuite/c-c++-common/ubsan/float-cast-overflow-1.c > +++ b/gcc/testsuite/c-c++-common/ubsan/float-cast-overflow-1.c Yes, this patch works f

[Bug libstdc++/61329] #include and _GLIBCXX_DEBUG causes multiple symbol definition.

2014-05-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61329 --- Comment #3 from Jonathan Wakely --- Author: redi Date: Tue May 27 11:14:17 2014 New Revision: 210968 URL: http://gcc.gnu.org/viewcvs?rev=210968&root=gcc&view=rev Log: PR libstdc++/61329 * include/bits/regex_automaton.tcc (_State_base

[Bug libstdc++/61329] #include and _GLIBCXX_DEBUG causes multiple symbol definition.

2014-05-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61329 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug testsuite/61319] The tests c-c++-common/ubsan/float-cast-overflow-(1|2|4).c fail on x86_64-apple-darwin*

2014-05-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61319 --- Comment #12 from Marek Polacek --- Thus --- a/gcc/testsuite/c-c++-common/ubsan/float-cast-overflow-1.c +++ b/gcc/testsuite/c-c++-common/ubsan/float-cast-overflow-1.c @@ -5,6 +5,16 @@ #include #include "float-cast.h" +#ifndef LLONG_MAX +#

[Bug c++/57543] decltype needs explicit 'this' pointer in member function declaration of template class with trailing return type

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

[Bug testsuite/61319] The tests c-c++-common/ubsan/float-cast-overflow-(1|2|4).c fail on x86_64-apple-darwin*

2014-05-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61319 --- Comment #11 from Jakub Jelinek --- (In reply to Marek Polacek from comment #10) > Ah. I hope the following will help: > > --- a/gcc/testsuite/c-c++-common/ubsan/float-cast-overflow-1.c > +++ b/gcc/testsuite/c-c++-common/ubsan/float-cast-ove

[Bug testsuite/61319] The tests c-c++-common/ubsan/float-cast-overflow-(1|2|4).c fail on x86_64-apple-darwin*

2014-05-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61319 --- Comment #10 from Marek Polacek --- Ah. I hope the following will help: --- a/gcc/testsuite/c-c++-common/ubsan/float-cast-overflow-1.c +++ b/gcc/testsuite/c-c++-common/ubsan/float-cast-overflow-1.c @@ -5,6 +5,16 @@ #include #include "floa

[Bug target/59904] [ARM] tls-reload-1.c fails

2014-05-27 Thread christophe.lyon at st dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59904 --- Comment #12 from christophe.lyon at st dot com --- Created attachment 32864 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32864&action=edit ELF binary file #3 Compiled with -Os -g3 -pie -fpie -march=armv5t -mthumb

[Bug target/59904] [ARM] tls-reload-1.c fails

2014-05-27 Thread tony.wang at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59904 --- Comment #11 from wangzheyu --- Hi, Could you please provide an elf file compiled with arm-none-linux-gnueabi-gcc -Os -g3 -pie -fpie -mthumb -march=armv5t So that we can debug under our hardware and easy to compared with the former one. Thanks

[Bug testsuite/61319] The tests c-c++-common/ubsan/float-cast-overflow-(1|2|4).c fail on x86_64-apple-darwin*

2014-05-27 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61319 --- Comment #9 from Uroš Bizjak --- CentOS 5 still fails with: ./float-cast-overflow-1.c:75:7: error: 'LLONG_MIN' undeclared (first use in this function) ./float-cast-overflow-1.c:79:7: error: 'LLONG_MAX' undeclared (first use in this function)

[Bug c++/61327] Problem with friend template object

2014-05-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61327 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid Status|UNCON

[Bug c/61328] valgrind finds problem in find_bswap_or_nop_1

2014-05-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61328 --- Comment #2 from Richard Biener --- (In reply to Thomas Preud'homme from comment #1) > *facepalm* > > Yes indeed. Does this qualify for an obvious fix as per commiting rules? Yes.

[Bug target/59904] [ARM] tls-reload-1.c fails

2014-05-27 Thread christophe.lyon at st dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59904 --- Comment #10 from christophe.lyon at st dot com --- Created attachment 32863 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32863&action=edit ELF binary file #2 Compiled with arm-none-linux-gnueabi-gcc -O1 -pie -fpie -mthumb -march=armv5

[Bug c/61328] valgrind finds problem in find_bswap_or_nop_1

2014-05-27 Thread thomas.preudhomme at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61328 --- Comment #1 from Thomas Preud'homme --- *facepalm* Yes indeed. Does this qualify for an obvious fix as per commiting rules?

[Bug target/61330] [4.10 Regression] Thumb ICE for case 920507-1.c

2014-05-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61330 Richard Biener changed: What|Removed |Added Keywords||ice-on-invalid-code Target Milestone|

[Bug libgcc/61152] Missing GCC Runtime Library Exception in some files that are included in libgcc

2014-05-27 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61152 --- Comment #2 from Georg-Johann Lay --- Author: gjl Date: Tue May 27 09:05:12 2014 New Revision: 210960 URL: http://gcc.gnu.org/viewcvs?rev=210960&root=gcc&view=rev Log: gcc/ Backport from 2014-05-12 mainline r210322. Backport from 2014

[Bug target/61330] New: Thumb ICE for case 920507-1.c

2014-05-27 Thread tony.wang at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61330 Bug ID: 61330 Summary: Thumb ICE for case 920507-1.c Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target A

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

2014-05-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56947 Richard Biener changed: What|Removed |Added Blocks||52026 --- Comment #3 from Richard Biene

[Bug bootstrap/61326] bootstrap failure of gcc-4.8.3 on ia64-hpux

2014-05-27 Thread alm at sibmail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61326 --- Comment #3 from Alexander --- preprocessed source added in attachment

[Bug bootstrap/61326] bootstrap failure of gcc-4.8.3 on ia64-hpux

2014-05-27 Thread alm at sibmail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61326 --- Comment #2 from Alexander --- Created attachment 32862 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32862&action=edit the preprocessed file 1

[Bug libstdc++/61329] #include and _GLIBCXX_DEBUG causes multiple symbol definition.

2014-05-27 Thread pluto at agmk dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61329 --- Comment #2 from Pawel Sikora --- _M_dot/_M_print declaration from include/c++/4.9.1/bits/regex_automaton.h needs inline attribute.

[Bug libgcc/61152] Missing GCC Runtime Library Exception in some files that are included in libgcc

2014-05-27 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61152 --- Comment #1 from Georg-Johann Lay --- Author: gjl Date: Tue May 27 08:41:24 2014 New Revision: 210959 URL: http://gcc.gnu.org/viewcvs?rev=210959&root=gcc&view=rev Log: PR libgcc/61152 * config/arm/arm-opts.h (License): Add GCC Runtime

[Bug testsuite/61319] The tests c-c++-common/ubsan/float-cast-overflow-(1|2|4).c fail on x86_64-apple-darwin*

2014-05-27 Thread dominiq at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61319 --- Comment #8 from dominiq at gcc dot gnu.org --- Author: dominiq Date: Tue May 27 08:36:37 2014 New Revision: 210958 URL: http://gcc.gnu.org/viewcvs?rev=210958&root=gcc&view=rev Log: 2014-05-27 Dominique d'Humieres PR testsuite/61319

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

2014-05-27 Thread thomas.preudhomme at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61320 --- Comment #6 from Thomas Preud'homme --- Sure, I'll push a patch for this as soon as I finish fixing the regressions that poped up due to the change I made to the bswap pass.

[Bug libstdc++/61329] #include and _GLIBCXX_DEBUG causes multiple symbol definition.

2014-05-27 Thread pluto at agmk dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61329 --- Comment #1 from Pawel Sikora --- Created attachment 32861 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32861&action=edit testcase

[Bug libstdc++/61329] New: #include and _GLIBCXX_DEBUG causes multiple symbol definition.

2014-05-27 Thread pluto at agmk dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61329 Bug ID: 61329 Summary: #include and _GLIBCXX_DEBUG causes multiple symbol definition. Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severity: normal

[Bug testsuite/61319] The tests c-c++-common/ubsan/float-cast-overflow-(1|2|4).c fail on x86_64-apple-darwin*

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

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

2014-05-27 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61320 --- Comment #5 from ro at CeBiTec dot Uni-Bielefeld.DE --- Thomas, btw, I noticed that you use duplicate dg-options in gcc.dg/optimize-bswapsi-[12].c. Please use dg-additional-options for the s390-*-* case to avoid the duplication. Thanks.

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

2014-05-27 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61320 --- Comment #4 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #1 from Richard Biener --- > gcc/java/jcf.h:#define GET_u2(PTR) (((PTR)[0] << 8) | ((PTR)[1])) > > smells like > > 2014-05-23 Thomas Preud'homme > > PR tree-opti

[Bug c/61328] New: valgrind finds problem in find_bswap_or_nop_1

2014-05-27 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61328 Bug ID: 61328 Summary: valgrind finds problem in find_bswap_or_nop_1 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

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

2014-05-27 Thread sebastian.hu...@embedded-brains.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60102 --- Comment #11 from Sebastian Huber --- (In reply to Richard Biener from comment #10) > Please specify more exactly the affected target triplet and specify a > known-to-work version. > > Marking as regression for now. A target is for example "

[Bug rtl-optimization/61325] [4.10 regression] aarch64_be build fails

2014-05-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61325 Richard Biener changed: What|Removed |Added Keywords||build Target Milestone|---

[Bug ipa/61324] [4.10 Regression] ICE: SIGSEGV at ipa-comdats.c:321 with -fno-use-cxa-atexit -fkeep-inline-functions

2014-05-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61324 Richard Biener changed: What|Removed |Added CC||hubicka at gcc dot gnu.org Target Mil

[Bug bootstrap/61326] bootstrap failure of gcc-4.8.3 on ia64-hpux

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

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

2014-05-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60102 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.1 Summary|powerpc fp-bit

[Bug c/61191] cilkplus ICE on syntax error

2014-05-27 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61191 --- Comment #6 from Igor Zamyatin --- Thanks!