[Bug middle-end/63883] [5 Regression] ICE at -O1 -ffast-math

2014-11-14 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63883 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/63884] New: ICE: SIGSEGV in is_sec_implicit_index_fn with -fcilkplus and __builtin_sadd_overflow()

2014-11-14 Thread zsojka at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63884 Bug ID: 63884 Summary: ICE: SIGSEGV in is_sec_implicit_index_fn with -fcilkplus and __builtin_sadd_overflow() Product: gcc Version: 5.0 Status: UNCONFIRMED Seve

[Bug middle-end/63883] New: [5.0 Regression] ICE at -O1 -ffast-math

2014-11-14 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63883 Bug ID: 63883 Summary: [5.0 Regression] ICE at -O1 -ffast-math Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end

[Bug driver/63837] [5 Regression] r217391 causes kernel build errors with GCC_COMPARE_DEBUG=1

2014-11-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63837 --- Comment #8 from Andrew Pinski --- I bet this is really the same as bug 63881. The kernel is using /dev/null for both the input and output when testing if the options work.

[Bug middle-end/63879] ICE compiling Linux Kernel fs/ext3/namei.c

2014-11-14 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63879 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug libgcc/63882] internal compiler error: in int_mode_for_mode, at stor-layout.c:395

2014-11-14 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63882 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org Se

[Bug libgcc/63882] internal compiler error: in int_mode_for_mode, at stor-layout.c:395

2014-11-14 Thread aiencai at 126 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63882 aiencai at 126 dot com changed: What|Removed |Added Severity|major |critical

[Bug libgcc/63882] New: internal compiler error: in int_mode_for_mode, at stor-layout.c:395

2014-11-14 Thread aiencai at 126 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63882 Bug ID: 63882 Summary: internal compiler error: in int_mode_for_mode, at stor-layout.c:395 Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: major

[Bug driver/63881] [5 Regression] patch to error out when input file is the same as output file causes glibc's config to fail

2014-11-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63881 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |5.0 Severity|normal

[Bug driver/63881] New: [5 Regression] patch to error out when input file is the same as output file causes glibc's config to fail

2014-11-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63881 Bug ID: 63881 Summary: [5 Regression] patch to error out when input file is the same as output file causes glibc's config to fail Product: gcc Version: 5.0 Status: UNCONF

[Bug c/63880] GCC overoptimization on local arrays of size 1

2014-11-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63880 --- Comment #3 from Andrew Pinski --- if you allocated an arglist via malloc (or alloca) and not have a struct which contained arglist, it would be valid (well GCC would do the correct thing as we define it as being valid).

[Bug c/63880] GCC overoptimization on local arrays of size 1

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

[Bug ipa/63814] [5 Regression] g++.dg/ipa/pr61160-1.C fails with -m32 -fPIC

2014-11-14 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63814 --- Comment #23 from H.J. Lu --- (In reply to Martin Jambor from comment #22) > (In reply to Jan Hubicka from comment #21) > > This is expanded thunk produce dby cgraph_node::expand_thunk > > Did not look into the testcase if it should be there o

[Bug rtl-optimization/60079] [LRA] ICE when compiling attached case.

2014-11-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60079 Andrew Pinski changed: What|Removed |Added Status|NEW |WAITING --- Comment #10 from Andrew Pins

[Bug ipa/63814] [5 Regression] g++.dg/ipa/pr61160-1.C fails with -m32 -fPIC

2014-11-14 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63814 --- Comment #22 from Martin Jambor --- (In reply to Jan Hubicka from comment #21) > This is expanded thunk produce dby cgraph_node::expand_thunk > Did not look into the testcase if it should be there or not. > Indeed. expand_thunk creates this

[Bug c/63880] GCC overoptimization on local arrays of size 1

2014-11-14 Thread petzke at teltarif dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63880 --- Comment #1 from Kai Petzke --- Created attachment 33980 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33980&action=edit A file with small modifications from overoptimized.c, that compiles correctly.

[Bug c/63880] New: GCC overoptimization on local arrays of size 1

2014-11-14 Thread petzke at teltarif dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63880 Bug ID: 63880 Summary: GCC overoptimization on local arrays of size 1 Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: major Priority: P3 Component: c

[Bug ipa/63814] [5 Regression] g++.dg/ipa/pr61160-1.C fails with -m32 -fPIC

2014-11-14 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63814 --- Comment #21 from Jan Hubicka --- > + (struct CExample * const this) > +{ > + struct CExample * const adjusted_this.8; > + void * retval.7; > + > + : > + this_2 = this_1(D) + 4294967292; > + adjusted_this.8_3 = this_2; > + retval.7_6 = C

[Bug ipa/63814] [5 Regression] g++.dg/ipa/pr61160-1.C fails with -m32 -fPIC

2014-11-14 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63814 --- Comment #20 from H.J. Lu --- It may be easier to debug this with a MacOS cross compiler. Where do extra gimple statements: @@ -96,3 +96,31 @@ MMixin::MMixin() (struct MMixin * const } + (struct CExample * const this) +{ + struct CExampl

[Bug ipa/63814] [5 Regression] g++.dg/ipa/pr61160-1.C fails with -m32 -fPIC

2014-11-14 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63814 H.J. Lu changed: What|Removed |Added Version|4.9.3 |5.0 Target Milestone|4.9.3

[Bug ipa/63814] [4.9/5 Regression] g++.dg/ipa/pr61160-1.C fails with -m32 -fPIC

2014-11-14 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63814 --- Comment #19 from H.J. Lu --- r216154 is supposed to be RTL change. But it generates quite different gimples.

[Bug ipa/63814] [4.9/5 Regression] g++.dg/ipa/pr61160-1.C fails with -m32 -fPIC

2014-11-14 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63814 --- Comment #18 from H.J. Lu --- Igor, Kirill, I confirmed r216154 is the cause of this bug. You can checkout both r216153 and r216154. You build 2 compilers and compare results. You can build a cross compiler with .../gcc/configure --enable-l

[Bug c/63760] Support __func__ in PROGMEM

2014-11-14 Thread mojo at world3 dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63760 --- Comment #4 from mojo at world3 dot net --- I agree, a separate __funcP__is the best option.

[Bug rtl-optimization/60079] [LRA] ICE when compiling attached case.

2014-11-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60079 --- Comment #9 from Andrew Pinski --- I can't get a testcase that fails with the non-modified trunk.

[Bug c/63879] New: ICE compiling Linux Kernel fs/ext3/namei.c

2014-11-14 Thread sasha.levin at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63879 Bug ID: 63879 Summary: ICE compiling Linux Kernel fs/ext3/namei.c Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c/63760] Support __func__ in PROGMEM

2014-11-14 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63760 Georg-Johann Lay changed: What|Removed |Added Target|AVR |avr Priority|P3

[Bug rtl-optimization/60079] [LRA] ICE when compiling attached case.

2014-11-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60079 --- Comment #8 from Andrew Pinski --- (In reply to Andrew Pinski from comment #7) > Note my testcase is with -mabi=ilp32 too. And the reduced testcase needs -mcpu=thunderx too. I am trying to see if this fails on the trunk or only with my code

[Bug target/63810] gcc sets incorrect macro for OS X deployment targets

2014-11-14 Thread larryv at macports dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63810 Lawrence Velázquez changed: What|Removed |Added Attachment #33970|0 |1 is obsolete|

[Bug target/63810] gcc sets incorrect macro for OS X deployment targets

2014-11-14 Thread larryv at macports dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63810 Lawrence Velázquez changed: What|Removed |Added Attachment #33969|0 |1 is obsolete|

[Bug target/63810] gcc sets incorrect macro for OS X deployment targets

2014-11-14 Thread larryv at macports dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63810 Lawrence Velázquez changed: What|Removed |Added Attachment #33975|updated trunk patch that|patch against trunk for desc

[Bug target/63810] gcc sets incorrect macro for OS X deployment targets

2014-11-14 Thread larryv at macports dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63810 Lawrence Velázquez changed: What|Removed |Added Attachment #33968|0 |1 is obsolete|

[Bug rtl-optimization/60079] [LRA] ICE when compiling attached case.

2014-11-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60079 --- Comment #7 from Andrew Pinski --- Note my testcase is with -mabi=ilp32 too.

[Bug rtl-optimization/60079] [LRA] ICE when compiling attached case.

2014-11-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60079 --- Comment #6 from Andrew Pinski --- /data1/src/gcc-cavium/toolchain-thunder/scripts/../src/newlib/libc/stdlib/strtol.c: In function ‘_strtol_r’: /data1/src/gcc-cavium/toolchain-thunder/scripts/../src/newlib/libc/stdlib/strtol.c:213:1: internal

[Bug rtl-optimization/60079] [LRA] ICE when compiling attached case.

2014-11-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60079 Andrew Pinski changed: What|Removed |Added Status|WAITING |NEW --- Comment #5 from Andrew Pinski -

[Bug c/63878] Variables of incomplete type can be defined with -fno-fat-lto-objects

2014-11-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63878 Andrew Pinski changed: What|Removed |Added Depends on||24293 --- Comment #3 from Andrew Pinski

[Bug target/63810] gcc sets incorrect macro for OS X deployment targets

2014-11-14 Thread larryv at macports dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63810 --- Comment #7 from Lawrence Velázquez --- (In reply to howarth from comment #6) > ../../gcc-5-20141114/gcc/config/darwin-c.c: In function ‘const char* > version_as_modern_macro(const long unsigned int*)’: > ../../gcc-5-20141114/g

[Bug c/24293] Undefined behaviour not diagnosed with -fsyntax-only

2014-11-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24293 Andrew Pinski changed: What|Removed |Added Known to fail|| --- Comment #4 from Andrew Pinski ---

[Bug c/63878] Variables of incomplete type can be defined with -fno-fat-lto-objects

2014-11-14 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63878 --- Comment #2 from joseph at codesourcery dot com --- This is probably essentially the same as bug 24293 (reporting such an issue with -fsyntax-only).

[Bug target/63810] gcc sets incorrect macro for OS X deployment targets

2014-11-14 Thread howarth at bromo dot med.uc.edu
/fink.build/gcc50-5.0.0-1000/darwin_objdir/prev-x86_64-apple-darwin14.0.0/libstdc++-v3/include/x86_64-apple-darwin14.0.0 -I/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/prev-x86_64-apple-darwin14.0.0/libstdc++-v3/include -I/sw/src/fink.build/gcc50-5.0.0-1000/gcc-5-20141114/libstdc++-v3/libsupc

[Bug c++/63876] static data members of template classes w/ default ctors gives "undefined reference" error

2014-11-14 Thread aleaverfay at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63876 --- Comment #2 from Andrew Leaver-Fay --- Thank you!

[Bug c/63878] Variables of incomplete type can be defined with -fno-fat-lto-objects

2014-11-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63878 Andrew Pinski changed: What|Removed |Added Keywords||accepts-invalid Status|UNCON

[Bug ipa/63814] [4.9/5 Regression] g++.dg/ipa/pr61160-1.C fails with -m32 -fPIC

2014-11-14 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63814 --- Comment #17 from H.J. Lu --- Without -fPIC, r202145 gave pr63814.C:44:1: error: edge points to wrong declaration: } ^ public unsigned SI size unit size align 32 symtab 0 alias set 4 canon

[Bug c/63878] New: Variables of incomplete type can be defined with -fno-fat-lto-objects

2014-11-14 Thread mustrumr97 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63878 Bug ID: 63878 Summary: Variables of incomplete type can be defined with -fno-fat-lto-objects Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal

[Bug c/63877] - -Wmissing-declarations produces false alarms for C99 inline functions

2014-11-14 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63877 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c/63877] New: - -Wmissing-declarations produces false alarms for C99 inline functions

2014-11-14 Thread eggert at gnu dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63877 Bug ID: 63877 Summary: - -Wmissing-declarations produces false alarms for C99 inline functions Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal

[Bug java/61552] Unneeded check for libart

2014-11-14 Thread Arfrever.FTA at GMail dot Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61552 --- Comment #1 from Arfrever Frehtes Taifersar Arahesis --- Created attachment 33974 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33974&action=edit gcc_delete_libart_check.patch

[Bug ipa/63814] [4.9/5 Regression] g++.dg/ipa/pr61160-1.C fails with -m32 -fPIC

2014-11-14 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63814 --- Comment #16 from H.J. Lu --- -fdevirtualize-speculatively doesn't work well with IPA-CP cloning under 32-bit PIC.

[Bug ipa/63814] [4.9/5 Regression] g++.dg/ipa/pr61160-1.C fails with -m32 -fPIC

2014-11-14 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63814 --- Comment #15 from H.J. Lu --- (In reply to H.J. Lu from comment #14) > (In reply to H.J. Lu from comment #13) > > (In reply to Igor Zamyatin from comment #11) > > > Will take a look. Thanks! > > > > On Linux, the 32-bit PIC regression was int

[Bug c++/63876] static data members of template classes w/ default ctors gives "undefined reference" error

2014-11-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63876 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ipa/63814] [4.9/5 Regression] g++.dg/ipa/pr61160-1.C fails with -m32 -fPIC

2014-11-14 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63814 H.J. Lu changed: What|Removed |Added Target|x86_64-apple-darwin14 |i686 Host|x86_64-apple-darwin14

[Bug ipa/63814] g++.dg/ipa/pr61160-1.C fails with -m32 on darwin14

2014-11-14 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63814 --- Comment #14 from H.J. Lu --- (In reply to H.J. Lu from comment #13) > (In reply to Igor Zamyatin from comment #11) > > Will take a look. Thanks! > > On Linux, the 32-bit PIC regression was introduced by r202145. It is a -fdevirtualize-specu

[Bug ipa/63814] g++.dg/ipa/pr61160-1.C fails with -m32 on darwin14

2014-11-14 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63814 --- Comment #13 from H.J. Lu --- (In reply to Igor Zamyatin from comment #11) > Will take a look. Thanks! On Linux, the 32-bit PIC regression was introduced by r202145.

[Bug c++/63876] New: static data members of template classes w/ default ctors gives "undefined reference" error

2014-11-14 Thread aleaverfay at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63876 Bug ID: 63876 Summary: static data members of template classes w/ default ctors gives "undefined reference" error Product: gcc Version: 4.8.2 Status: UNCONFIRMED

[Bug c/63862] C frontend converts shift-count to int while standard wants integer promotions

2014-11-14 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63862 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c/63862] C frontend converts shift-count to int while standard wants integer promotions

2014-11-14 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63862 --- Comment #1 from joseph at codesourcery dot com --- If the middle-end handles arbitrary integer types for shift counts, it should be fine to remove this conversion (but check that the ubsan code will handle arbitrary integer types). I suspe

[Bug c++/63872] -Wunused-local-typedefs warns incorrectly on a typedef that's referenced from a template

2014-11-14 Thread thakis at chromium dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63872 --- Comment #2 from thakis at chromium dot org --- I think warning on unused typedefs in local classes is generally a useful feature, not a bug. The bug here is that it's warning on a typedef in a local class that is being used.

[Bug c++/63875] New: Bogus unused-but-set-parameter warning when expanding a variadic template argument pack

2014-11-14 Thread tejohnson at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63875 Bug ID: 63875 Summary: Bogus unused-but-set-parameter warning when expanding a variadic template argument pack Product: gcc Version: 5.0 Status: UNCONFIRMED Sev

[Bug target/63874] New: vtable address generation goes through memory

2014-11-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63874 Bug ID: 63874 Summary: vtable address generation goes through memory Product: gcc Version: 5.0 Status: UNCONFIRMED Keywords: missed-optimization Severity: normal

[Bug web/63873] New: target links in Concepts Index in gccint do not work

2014-11-14 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63873 Bug ID: 63873 Summary: target links in Concepts Index in gccint do not work Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug c++/63872] -Wunused-local-typedefs warns incorrectly on a typedef that's referenced from a template

2014-11-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63872 Jonathan Wakely changed: What|Removed |Added Keywords||diagnostic Status|UNCONFIR

[Bug c++/63779] g++ 4.9 generates invalid object provoking a GOT relative relocation must reference a local symbol linker error on SunOS

2014-11-14 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63779 --- Comment #2 from Richard PALO --- Sorry. Given the size, I'll use the following directory for any information needed: http://www.netbsd.org/~richard/xulrunner31-g++-issue/ Index of /~richard/xulrunner31-g++-issue Parent Directory Med

[Bug c++/63872] New: -Wunused-local-typedefs warns incorrectly on a typedef that's referenced from a template

2014-11-14 Thread thakis at chromium dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63872 Bug ID: 63872 Summary: -Wunused-local-typedefs warns incorrectly on a typedef that's referenced from a template Product: gcc Version: unknown Status: UNCONFIRMED

[Bug c++/63779] g++ 4.9 generates invalid object provoking a GOT relative relocation must reference a local symbol linker error on SunOS

2014-11-14 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63779 Rainer Orth changed: What|Removed |Added CC||ro at gcc dot gnu.org --- Comment #1 from

[Bug go/63731] Fallback to netgo does not work

2014-11-14 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63731 --- Comment #3 from Ian Lance Taylor --- The gc linker does not use the external linker merely because you link against the net package. You need to also pass -linkmode external in ldflags.

[Bug c/59984] OpenMP and Cilk Plus SIMD pragma makes loop incorrect

2014-11-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59984 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|NEW CC|

[Bug c++/16166] -Weffc++ finer granularity

2014-11-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16166 --- Comment #10 from Jonathan Wakely --- *** Bug 63871 has been marked as a duplicate of this bug. ***

[Bug c++/63871] -Weffc++ does not understand type deduction for return types

2014-11-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63871 Jonathan Wakely changed: What|Removed |Added Keywords||diagnostic Status|UNCONFIR

[Bug c++/63871] New: -Weffc++ does not understand type deduction for return types

2014-11-14 Thread david at doublewise dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63871 Bug ID: 63871 Summary: -Weffc++ does not understand type deduction for return types Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal P

[Bug go/63816] internal compiler error: in expand_expr_addr_expr_1 on gcc version 5.0.0 20141109 (experimental)

2014-11-14 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63816 Markus Trippelsdorf changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug bootstrap/63573] [5 Regression] libgo: ICE building libgo on powerpc-linux-gnu

2014-11-14 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63573 Markus Trippelsdorf changed: What|Removed |Added CC||tekaev at kth dot se --- Comment #

[Bug go/63816] internal compiler error: in expand_expr_addr_expr_1 on gcc version 5.0.0 20141109 (experimental)

2014-11-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63816 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/63870] New: [Aarch64] [ARM] Errors in use of NEON instrinsics are reported incorrectly

2014-11-14 Thread cbaylis at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63870 Bug ID: 63870 Summary: [Aarch64] [ARM] Errors in use of NEON instrinsics are reported incorrectly Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: norm

[Bug libgomp/63868] [5 Regression] Multiple failures in the libgomp test suite between r217458 and r217501.

2014-11-14 Thread iverbin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63868 Ilya Verbin changed: What|Removed |Added CC||iverbin at gmail dot com --- Comment #3 fr

[Bug driver/63869] New: gcc-4.9.2 make failed

2014-11-14 Thread atsushi.nishizawa at iar dot nagoya-u.ac.jp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63869 Bug ID: 63869 Summary: gcc-4.9.2 make failed Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: driver Assignee

[Bug libgomp/63868] [5 Regression] Multiple failures in the libgomp test suite between r217458 and r217501.

2014-11-14 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63868 --- Comment #2 from Dominique d'Humieres --- > Perhaps we should just disable all offloading for Darwin, at least unless > some Darwin maintainer steps up and adds the needed support for that. Well, this won't solve the failures on linux!

[Bug libgomp/63868] [5 Regression] Multiple failures in the libgomp test suite between r217458 and r217501.

2014-11-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63868 Jakub Jelinek changed: What|Removed |Added CC||iverbin at gcc dot gnu.org --- Comment #

[Bug target/63848] [5.0 regression] FAIL: c-c++-common/torture/builtin-arith-overflow-17.c -O0 execution test

2014-11-14 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63848 ktkachov at gcc dot gnu.org changed: What|Removed |Added CC||ktkachov at gcc dot gnu.org

[Bug libgomp/63868] New: [5 Regression] Multiple failures in the libgomp test suite between r217458 and r217501.

2014-11-14 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63868 Bug ID: 63868 Summary: [5 Regression] Multiple failures in the libgomp test suite between r217458 and r217501. Product: gcc Version: 5.0 Status: UNCONFIRMED Sev

[Bug bootstrap/63853] [5.0 Regression] The use of strchrnul breaks bootstrap on x86_64-apple-darwin14.

2014-11-14 Thread iverbin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63853 --- Comment #15 from Ilya Verbin --- (In reply to Dominique d'Humieres from comment #14) > Thanks for the commit. Any plan to take into account the Jakub's remarks in > comment 11? Yes, I added them to my TODO list.

[Bug fortran/63867] LEN is lost for a CHARACTER variable inside SELECT TYPE

2014-11-14 Thread mrestelli at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63867 --- Comment #1 from mrestelli --- Also, I should add that changing type is(character(len=*)) to type is(character(len=:)) given an internal compiler error (anyway, the code then is invalid) Marco

[Bug bootstrap/63853] [5.0 Regression] The use of strchrnul breaks bootstrap on x86_64-apple-darwin14.

2014-11-14 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63853 --- Comment #14 from Dominique d'Humieres --- Thanks for the commit. Any plan to take into account the Jakub's remarks in comment 11?

[Bug target/63848] [5.0 regression] FAIL: c-c++-common/torture/builtin-arith-overflow-17.c -O0 execution test

2014-11-14 Thread matthew.fortune at imgtec dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63848 Matthew Fortune changed: What|Removed |Added CC||matthew.fortune at imgtec dot com ---

[Bug fortran/63867] New: LEN is lost for a CHARACTER variable inside SELECT TYPE

2014-11-14 Thread mrestelli at gmail dot com
ide the SELECT TYPE the lenght of the string is lost, but only when the actual argument is itself a dummy argument with LEN=* . $ gfortran --version GNU Fortran (GCC) 5.0.0 20141114 (experimental) Marco

[Bug middle-end/60580] aarch64 generates wrong code for __attribute__ ((optimize("no-omit-frame-pointer")))

2014-11-14 Thread jiwang at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60580 Jiong Wang changed: What|Removed |Added Priority|P3 |P4 Component|target

[Bug target/60580] aarch64 generates wrong code for __attribute__ ((optimize("no-omit-frame-pointer")))

2014-11-14 Thread jiwang at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60580 Jiong Wang changed: What|Removed |Added CC||jiwang at gcc dot gnu.org --- Comment #7 fr

[Bug ipa/63851] [5 Regression] ipa-icf miscompiles gfortran.dg/assumed_rank_(8|9|10).f90 at -O2 and above

2014-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63851 Richard Biener changed: What|Removed |Added Keywords||wrong-code Target|

[Bug bootstrap/63853] [5.0 Regression] The use of strchrnul breaks bootstrap on x86_64-apple-darwin14.

2014-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63853 Richard Biener changed: What|Removed |Added Keywords||build Priority|P3

[Bug ipa/63856] [5 Regression] ICE: verify_gimple failed: invalid argument to gimple call with -O2 -fPIC

2014-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63856 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.0

[Bug sanitizer/63839] ICE: tree check: expected ssa_name, have var_decl in simplify_builtin_call, at tree-ssa-forwprop.c:1441 with -fsanitize=unreachable

2014-11-14 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63839 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug sanitizer/63839] ICE: tree check: expected ssa_name, have var_decl in simplify_builtin_call, at tree-ssa-forwprop.c:1441 with -fsanitize=unreachable

2014-11-14 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63839 --- Comment #5 from Marek Polacek --- Author: mpolacek Date: Fri Nov 14 11:22:12 2014 New Revision: 217553 URL: https://gcc.gnu.org/viewcvs?rev=217553&root=gcc&view=rev Log: PR sanitizer/63839 * asan.c (ATTR_CONST_NORETURN_NOTHROW_LEAF_L

[Bug tree-optimization/63864] Missed late memory CSE

2014-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63864 Richard Biener changed: What|Removed |Added Keywords||missed-optimization Status|

[Bug target/63610] Fixing the libtool bug for Yosemite (darwin14)

2014-11-14 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63610 --- Comment #18 from howarth at bromo dot med.uc.edu --- (In reply to Francois-Xavier Coudert from comment #17) > (In reply to Iain Sandoe from comment #16) > > Hmm the patch for __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ has been > > applied t

[Bug sanitizer/63866] ICE in C++ printer with -fdump-ipa

2014-11-14 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63866 --- Comment #2 from Marek Polacek --- Started with r205684.

[Bug sanitizer/63866] ICE in C++ printer with -fdump-ipa

2014-11-14 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63866 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug sanitizer/63866] New: ICE in C++ printer with -fdump-ipa

2014-11-14 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63866 Bug ID: 63866 Summary: ICE in C++ printer with -fdump-ipa Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: sanitizer

[Bug sanitizer/63813] [5 Regression][UBSAN] ICE in ubsan_type_descriptor, at ubsan.c:346

2014-11-14 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63813 --- Comment #5 from Marek Polacek --- Jakub tells me this started with r217260.

[Bug target/63724] [AArch64] Inefficient immediate expansion and hoisting.

2014-11-14 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63724 --- Comment #3 from Ramana Radhakrishnan --- Author: ramana Revision: 217546 Modified property: svn:log Modified: svn:log at Fri Nov 14 11:03:00 2014 -- --- svn:log (ori

[Bug fortran/63865] New: [OpenACC] support acc cache

2014-11-14 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63865 Bug ID: 63865 Summary: [OpenACC] support acc cache Product: gcc Version: 5.0 Status: UNCONFIRMED Keywords: openacc, rejects-valid Severity: normal Priority: P3

[Bug tree-optimization/63864] New: Missed optimization, related to SRA(??)

2014-11-14 Thread vermaelen.wouter at gmail dot com
test_slow()' is the rewritten version. I tried to simplify the code as much as possible while not making it too simple (so that neither compiler starts vectorizing the code). Tested with: g++ (GCC) 5.0.0 20141114 (experimental) Wouter - - - 8< - - - 8< - - - 8< - - - 8< - - -

[Bug target/63724] [AArch64] Inefficient immediate expansion and hoisting.

2014-11-14 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63724 Ramana Radhakrishnan changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

  1   2   >