[Bug middle-end/61848] [4.10 Regression] a previous declaration causes the section attribute to be lost

2014-07-19 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61848 --- Comment #4 from Andrew Pinski pinskia at gcc dot gnu.org --- I think we are merging the decls incorrectly. We are only merging the section name one way and both.

[Bug middle-end/61848] [4.10 Regression] a previous declaration causes the section attribute to be lost

2014-07-19 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61848 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug fortran/61847] bug in gfortran runtime on OSX: digits cut off when reading floating point number

2014-07-19 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61847 --- Comment #2 from Jerry DeLisle jvdelisle at gcc dot gnu.org --- Please see PR36857 for some background. gfortran uses the glibc strtod functions to convert the string to real. I think in your C code you need to do something like this:

[Bug middle-end/61848] [4.10 Regression] a previous declaration causes the section attribute to be lost

2014-07-19 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61848 --- Comment #6 from Andrew Pinski pinskia at gcc dot gnu.org --- Created attachment 33156 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33156action=edit Patch which I am testing Patch to the C front-end which merges the section name both

[Bug bootstrap/61763] [4.9 Regression] gcc-4.9.0 Bootstrap comparison failure!

2014-07-19 Thread dougmencken at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61763 --- Comment #4 from Douglas Mencken dougmencken at gmail dot com --- (In reply to Jakub Jelinek from comment #3) GCC 4.9.1 has been released. With 4.9.1 release I got: ... rm -f stage_current Comparing stages 2 and 3 warning:

[Bug libstdc++/60936] [4.9 Regression] Binary code bloat with std::string

2014-07-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60936 --- Comment #4 from Jonathan Wakely redi at gcc dot gnu.org --- The __throw_range_error_fmt function added to basic_string::at() depends on locales. We could avoid that dependency when the library is configured with --disable-libstdcxx-verbose

[Bug libstdc++/60936] [4.9 Regression] Binary code bloat with std::string

2014-07-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60936 --- Comment #5 from Jonathan Wakely redi at gcc dot gnu.org --- Alternatively, we could just move the __int_to_char instantiations to a separate file from the locale facets.

[Bug c++/61850] New: g++ crashes (SEGV) on the following endless template instantiation

2014-07-19 Thread akim.demaille at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61850 Bug ID: 61850 Summary: g++ crashes (SEGV) on the following endless template instantiation Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

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

2014-07-19 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61780 --- Comment #7 from Paul Thomas pault at gcc dot gnu.org --- Author: pault Date: Sat Jul 19 13:49:40 2014 New Revision: 212846 URL: https://gcc.gnu.org/viewcvs?rev=212846root=gccview=rev Log: 2014-07-19 Paul Thomas pa...@gcc.gnu.org PR

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

2014-07-19 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61780 --- Comment #8 from Paul Thomas pault at gcc dot gnu.org --- Author: pault Date: Sat Jul 19 14:31:06 2014 New Revision: 212847 URL: https://gcc.gnu.org/viewcvs?rev=212847root=gccview=rev Log: 2014-07-19 Paul Thomas pa...@gcc.gnu.org PR

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

2014-07-19 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61780 Paul Thomas pault at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/61851] New: Compiling litecoin results in internal compile error

2014-07-19 Thread paul.thomas-0o0qzl3o at yopmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61851 Bug ID: 61851 Summary: Compiling litecoin results in internal compile error Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/54706] -fsyntax-only suppresses a compilation error

2014-07-19 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54706 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug c++/61851] Compiling litecoin results in internal compile error

2014-07-19 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61851 --- Comment #1 from Mikael Pettersson mikpelinux at gmail dot com --- You ran out of RAM. Add some swap.

[Bug rtl-optimization/61461] -fdump-rtl-all-slim causes ICE with fold-const.c

2014-07-19 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61461 Bernd Edlinger bernd.edlinger at hotmail dot de changed: What|Removed |Added Status|UNCONFIRMED

[Bug c/61852] New: Incorrect column number for -Wimplicit-function-declaration

2014-07-19 Thread chengniansun at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61852 Bug ID: 61852 Summary: Incorrect column number for -Wimplicit-function-declaration Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/61853] New: [4.9,4.10 Regression] ICE: SIGSEGV in store_field

2014-07-19 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61853 Bug ID: 61853 Summary: [4.9,4.10 Regression] ICE: SIGSEGV in store_field Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug middle-end/61853] [4.9,4.10 Regression] ICE: SIGSEGV in store_field

2014-07-19 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61853 --- Comment #1 from John David Anglin danglin at gcc dot gnu.org --- Created attachment 33157 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33157action=edit Preprocessed source

[Bug middle-end/61853] [4.9,4.10 Regression] ICE: SIGSEGV in store_field

2014-07-19 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61853 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug c/61852] Incorrect column number for -Wimplicit-function-declaration

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

[Bug middle-end/61853] [4.9,4.10 Regression] ICE: SIGSEGV in store_field

2014-07-19 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61853 --- Comment #3 from dave.anglin at bell dot net --- On 19-Jul-14, at 5:39 PM, ebotcazou at gcc dot gnu.org wrote: Not sure what you mean exactly but store_field shouldn't have been invoked on a PARALLEL so the problem is very likely up in

[Bug middle-end/61853] [4.9,4.10 Regression] ICE: SIGSEGV in store_field

2014-07-19 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61853 --- Comment #4 from John David Anglin danglin at gcc dot gnu.org --- store_field is called at expr.c:4955 on trunk.

[Bug c++/61838] ICE on Windows with ctors defined outside class definitions

2014-07-19 Thread harald at gigawatt dot nl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61838 Harald van Dijk harald at gigawatt dot nl changed: What|Removed |Added CC||harald at

[Bug middle-end/61853] [4.9,4.10 Regression] ICE: SIGSEGV in store_field

2014-07-19 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61853 --- Comment #5 from John David Anglin danglin at gcc dot gnu.org --- These are arguments to expand_assignment: (gdb) p debug_tree(to) mem_ref 0xf722d558 type real_type 0xfad06ba0 double sizes-gimplified asm_written type_6 DF size

[Bug middle-end/61853] [4.9,4.10 Regression] ICE: SIGSEGV in store_field

2014-07-19 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61853 --- Comment #6 from Eric Botcazou ebotcazou at gcc dot gnu.org --- arg 0 result_decl 0xf6feb960 D.88242 type record_type 0xfab45600 Energy used ignored regdecl DF file ConstituentParticleData.h line 57 col 18 size

[Bug c/61854] New: Warning single-line comment for -std=c89?

2014-07-19 Thread chengniansun at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61854 Bug ID: 61854 Summary: Warning single-line comment for -std=c89? Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

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

2014-07-19 Thread kumba at gentoo dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61538 --- Comment #16 from Joshua Kinard kumba at gentoo dot org --- (In reply to Andrew Pinski from comment #15) (In reply to Joshua Kinard from comment #14) (In reply to Andrew Pinski from comment #13) What is the kernel version? There has

[Bug lto/61802] [4.10 Regression] AArch64 execute.exp failures with LTO after r212467

2014-07-19 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61802 --- Comment #6 from Andrew Pinski pinskia at gcc dot gnu.org --- This is definitely a section issue: .bss .align 3 .LANCHOR0 = . + 0 .type buf, %object .size buf, 10 buf: .hword 1 .hword 4