[Bug target/60169] [4.8/4.9 Regression] ICE ARM thumb1 handles far jump

2014-03-02 Thread joey.ye at arm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60169 Joey Ye changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/43622] no C++ typeinfo for __float128 and __int128

2014-03-02 Thread pbristow at hetp dot u-net.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43622 Paul A. Bristow changed: What|Removed |Added CC||pbristow at hetp dot u-net.com --- Comm

[Bug c++/60386] New: [C++11] Crash on a template class containing array initialized in-class

2014-03-02 Thread a.matveyakin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60386 Bug ID: 60386 Summary: [C++11] Crash on a template class containing array initialized in-class Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: major

[Bug c++/60387] The gcc compiler for the ppc architecture is not compatible with PPC ABI and DWARF standards.

2014-03-02 Thread m_nistor at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60387 Nistor, Mihail-Marian changed: What|Removed |Added Severity|critical|blocker

[Bug c++/60387] New: The gcc compiler for the ppc architecture is not compatible with PPC ABI and DWARF standards.

2014-03-02 Thread m_nistor at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60387 Bug ID: 60387 Summary: The gcc compiler for the ppc architecture is not compatible with PPC ABI and DWARF standards. Product: gcc Version: 4.8.1 Status: UNCONFIRMED

[Bug libstdc++/43622] no C++ typeinfo for __float128 and __int128

2014-03-02 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43622 --- Comment #13 from Marc Glisse --- It looks like emit_support_tinfos (rtti.c) should go through registered_builtin_types (hidden in c-common.c) in addition to the hardcoded fundamentals list.

[Bug c++/60387] The gcc compiler for the ppc architecture is not compatible with PPC ABI and DWARF standards.

2014-03-02 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60387 Paolo Carlini changed: What|Removed |Added Severity|blocker |normal

[Bug c++/60367] Default argument object is not getting constructed

2014-03-02 Thread rob.desbois at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60367 --- Comment #1 from rob.desbois at gmail dot com --- ...having realised that this might look like I just don't grok move construction I expanded my test - adding copy & move constructors & assignment operators to foo and re-running the test still g

[Bug c++/2316] g++ fails to overload on language linkage

2014-03-02 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2316 --- Comment #50 from Jorn Wolfgang Rennecke --- (In reply to Marc Glisse from comment #49) > large pieces of my patch as nonsense). Fixing this particular issue should > not be too hard, there must be a place in the compiler that merges a number >

[Bug c++/60371] std::vector::emplace_back

2014-03-02 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60371 --- Comment #5 from Jonathan Wakely --- (In reply to Дилян Палаузов from comment #3) > Indeed, adding > > z (const z& x) { var = strdup (x.var); } > > solves the problem. However, I don't understand how that "y.clear();" > between the y.empla

[Bug c++/60367] Default argument object is not getting constructed

2014-03-02 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60367 --- Comment #2 from Jonathan Wakely --- Possibly the same issue as Bug 59713

[Bug libstdc++/43622] no C++ typeinfo for __float128

2014-03-02 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43622 Marc Glisse changed: What|Removed |Added Summary|no C++ typeinfo for |no C++ typeinfo for |__fl

[Bug fortran/60236] gfortran.dg/vect/pr32380.f fails on ARM

2014-03-02 Thread edlinger at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60236 --- Comment #8 from edlinger at gcc dot gnu.org --- Author: edlinger Date: Sun Mar 2 18:06:49 2014 New Revision: 208257 URL: http://gcc.gnu.org/viewcvs?rev=208257&root=gcc&view=rev Log: 2014-03-02 Bernd Edlinger PR fortran/60236

[Bug target/55181] [4.7/4.8/4.9 Regression] Expensive shift loop where a bit-testing instruction could be used

2014-03-02 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55181 --- Comment #9 from Oleg Endo --- The first "if (...) b++;" is transformed to a bit extraction (right shift + and), because the result is either b = 0 or b = 1. The second "if (...) b++" uses an and + zero-compare + branch around add. The and + ze

[Bug c++/60376] [4.9 Regression] [c++1y] ICE with invalid use of using

2014-03-02 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60376 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/60341] [4.7/4.8/4.9 Regression] ICE compiling Nonmem 6.2.0

2014-03-02 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60341 --- Comment #11 from Mikael Morin --- Author: mikael Date: Sun Mar 2 18:36:42 2014 New Revision: 208258 URL: http://gcc.gnu.org/viewcvs?rev=208258&root=gcc&view=rev Log: fortran/ PR fortran/60341 * frontend-passes.c (optimize_com

[Bug c/60388] New: Program received signal SIGSEGV, Segmentation fault. 0xb7fb62ff in __pthread_create_2_1

2014-03-02 Thread sree.gooogle at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60388 Bug ID: 60388 Summary: Program received signal SIGSEGV, Segmentation fault. 0xb7fb62ff in __pthread_create_2_1 Product: gcc Version: 4.7.2 Status: UNCONFIRMED Se

[Bug c/60388] Program received signal SIGSEGV, Segmentation fault. 0xb7fb62ff in __pthread_create_2_1

2014-03-02 Thread sree.gooogle at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60388 Sreenath U S changed: What|Removed |Added Keywords||diagnostic CC|

[Bug fortran/60341] [4.7/4.8/4.9 Regression] ICE compiling Nonmem 6.2.0

2014-03-02 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60341 --- Comment #12 from Mikael Morin --- Author: mikael Date: Sun Mar 2 18:49:18 2014 New Revision: 208259 URL: http://gcc.gnu.org/viewcvs?rev=208259&root=gcc&view=rev Log: fortran/ PR fortran/60341 * frontend-passes.c (optimize_com

[Bug target/55181] [4.7/4.8/4.9 Regression] Expensive shift loop where a bit-testing instruction could be used

2014-03-02 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55181 --- Comment #10 from Oleg Endo --- (In reply to Oleg Endo from comment #9) > > Maybe if-convert could be taught to transform the second if (...) to a > zero_extract as well. But probably it's better to catch this earlier. ... which would make t

[Bug fortran/60341] [4.7/4.8/4.9 Regression] ICE compiling Nonmem 6.2.0

2014-03-02 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60341 Mikael Morin changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/60388] Program received signal SIGSEGV, Segmentation fault. 0xb7fb62ff in __pthread_create_2_1

2014-03-02 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60388 --- Comment #1 from Mikael Pettersson --- User error. s/pthread_create(tid,/pthread_create(&tid1[i],/g fixes it, as gcc's warnings correctly identified.

[Bug fortran/58842] libgfortran configuration error in 32-bit mode for GCC 4.8 with MacPorts "universal installation"

2014-03-02 Thread egall at gwmail dot gwu.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58842 Eric Gallager changed: What|Removed |Added CC||egall at gwmail dot gwu.edu --- Comment #

[Bug target/59778] FAIL: gcc.dg/atomic/c11-atomic-exec-5.c

2014-03-02 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59778 John David Anglin changed: What|Removed |Added Target|hppa-unknown-linux-gnu |hppa*-*-* Host|hppa-unk

[Bug c/60388] Program received signal SIGSEGV, Segmentation fault. 0xb7fb62ff in __pthread_create_2_1

2014-03-02 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60388 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug bootstrap/52466] C++ fails to build for --target=lm32-rtems4.11 (no exception model)

2014-03-02 Thread jbeniston at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52466 --- Comment #9 from jbeniston at gcc dot gnu.org --- Author: jbeniston Date: Sun Mar 2 19:58:24 2014 New Revision: 208260 URL: http://gcc.gnu.org/viewcvs?rev=208260&root=gcc&view=rev Log: PR bootstrap/48230 PR bootstrap/50927 PR boo

[Bug bootstrap/50927] lm32 ICE seg fauit compiling libgcc2

2014-03-02 Thread jbeniston at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50927 --- Comment #4 from jbeniston at gcc dot gnu.org --- Author: jbeniston Date: Sun Mar 2 19:58:24 2014 New Revision: 208260 URL: http://gcc.gnu.org/viewcvs?rev=208260&root=gcc&view=rev Log: PR bootstrap/48230 PR bootstrap/50927 PR boo

[Bug bootstrap/48230] bootstrapping gcc-4.6.0-RC-20110321 fails for lm32-rtems*

2014-03-02 Thread jbeniston at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48230 --- Comment #1 from jbeniston at gcc dot gnu.org --- Author: jbeniston Date: Sun Mar 2 19:58:24 2014 New Revision: 208260 URL: http://gcc.gnu.org/viewcvs?rev=208260&root=gcc&view=rev Log: PR bootstrap/48230 PR bootstrap/50927 PR boo

[Bug target/46898] libgcc build failure on lm32-elf

2014-03-02 Thread jbeniston at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46898 --- Comment #17 from jbeniston at gcc dot gnu.org --- Author: jbeniston Date: Sun Mar 2 19:58:24 2014 New Revision: 208260 URL: http://gcc.gnu.org/viewcvs?rev=208260&root=gcc&view=rev Log: PR bootstrap/48230 PR bootstrap/50927 PR boo

[Bug c++/60033] [c++1y] ICE in retrieve_specialization while compiling recursive generic lambda

2014-03-02 Thread abutcher at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60033 --- Comment #6 from Adam Butcher --- A further reduced testcase: // PR c++/60033 // { dg-options -std=c++1y } template auto f(T&&... ts) { return sizeof...(ts); } template auto g(T&&... ts) { return [&] (int v) { return f(ts...); };

[Bug c++/60033] [c++1y] ICE in retrieve_specialization while compiling recursive generic lambda

2014-03-02 Thread abutcher at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60033 --- Comment #7 from Adam Butcher --- (In reply to Adam Butcher from comment #6) > return [&] (int v) { > return f(ts...); > }; Should have been: return [&] (auto v) { return f(ts...); }; The 'int' version works as expected.

[Bug lto/55113] ICE with LTO and -fshort-double

2014-03-02 Thread pmatos at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55113 --- Comment #17 from pmatos at gcc dot gnu.org --- Patch submitted to gcc-patches.

[Bug ipa/60306] [4.9 Regression] Incorrect devirtualization "pure virtual method called"

2014-03-02 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60306 --- Comment #10 from Jan Hubicka --- Author: hubicka Date: Sun Mar 2 20:51:48 2014 New Revision: 208261 URL: http://gcc.gnu.org/viewcvs?rev=208261&root=gcc&view=rev Log: PR ipa/60306 Revert: 2013-12-14 Jan Hubicka PR mi

[Bug c++/58477] [4.9 Regression] ice in cgraph_speculative_call_info

2014-03-02 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58477 --- Comment #9 from Jan Hubicka --- Author: hubicka Date: Sun Mar 2 20:51:48 2014 New Revision: 208261 URL: http://gcc.gnu.org/viewcvs?rev=208261&root=gcc&view=rev Log: PR ipa/60306 Revert: 2013-12-14 Jan Hubicka PR mid

[Bug c++/60389] New: [4.8/4,9 Regression] ICE with inheriting constructors and wrong usage of constexpr

2014-03-02 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60389 Bug ID: 60389 Summary: [4.8/4,9 Regression] ICE with inheriting constructors and wrong usage of constexpr Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keyword

[Bug c++/60389] [4.8/4,9 Regression] [c++11] ICE with inheriting constructors and wrong usage of constexpr

2014-03-02 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60389 Volker Reichelt changed: What|Removed |Added Known to work||4.7.0 Target Milestone|---

[Bug c++/60376] [4.9 Regression] [c++1y] ICE using member function in a template function

2014-03-02 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60376 Volker Reichelt changed: What|Removed |Added Keywords|error-recovery |ice-on-valid-code Summary|[4

[Bug c++/60390] New: [c++1y] ICE with declaring function with auto parameter as friend

2014-03-02 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60390 Bug ID: 60390 Summary: [c++1y] ICE with declaring function with auto parameter as friend Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywords: ice-on-valid-c

[Bug c++/60391] New: [c++1y] ICE with auto parameter for operator""

2014-03-02 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60391 Bug ID: 60391 Summary: [c++1y] ICE with auto parameter for operator"" Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywords: error-recovery, ice-on-invalid-code Severit

[Bug bootstrap/48230] bootstrapping gcc-4.6.0-RC-20110321 fails for lm32-rtems*

2014-03-02 Thread lekernel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48230 Sebastien Bourdeauducq changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug fortran/60392] Problem with TRANSPOSE and CONTIGUOUS dummy arguments

2014-03-02 Thread a.vogt at fulguritus dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60392 --- Comment #1 from Alexander Vogt --- Created attachment 32243 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32243&action=edit Sample code

[Bug fortran/60392] New: Problem with TRANSPOSE and CONTIGUOUS dummy arguments

2014-03-02 Thread a.vogt at fulguritus dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60392 Bug ID: 60392 Summary: Problem with TRANSPOSE and CONTIGUOUS dummy arguments Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug bootstrap/50927] lm32 ICE seg fauit compiling libgcc2

2014-03-02 Thread lekernel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50927 Sebastien Bourdeauducq changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/60377] [c++1y] ICE with invalid function parameter in conjunction with auto parameter

2014-03-02 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60377 Volker Reichelt changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug bootstrap/52466] C++ fails to build for --target=lm32-rtems4.11 (no exception model)

2014-03-02 Thread lekernel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52466 Sebastien Bourdeauducq changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/60393] New: [c++1y] ICE with with invalid functions with auto parameters

2014-03-02 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60393 Bug ID: 60393 Summary: [c++1y] ICE with with invalid functions with auto parameters Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywords: error-recovery, ice

[Bug target/46898] libgcc build failure on lm32-elf

2014-03-02 Thread lekernel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46898 Sebastien Bourdeauducq changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/43807] lm32-elf infinite loop

2014-03-02 Thread lekernel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43807 Sebastien Bourdeauducq changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/50996] segfault cross-compiling for lm32

2014-03-02 Thread lekernel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50996 Sebastien Bourdeauducq changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/54176] lm32-elf-gcc: internal compiler error: Segmentation fault (program cc1)

2014-03-02 Thread lekernel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54176 Sebastien Bourdeauducq changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ipa/60243] IPA is slow on large cgraph tree

2014-03-02 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60243 --- Comment #11 from Jan Hubicka --- Created attachment 32244 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32244&action=edit WIP patch this patch cuts some redundant work on estimating size of functions that will be too large to be inlined

[Bug lto/60150] [4.9 Regression] ICE in function_and_variable_visibility, at ipa.c:1000

2014-03-02 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60150 --- Comment #3 from Jan Hubicka --- Author: hubicka Date: Sun Mar 2 22:19:37 2014 New Revision: 208262 URL: http://gcc.gnu.org/viewcvs?rev=208262&root=gcc&view=rev Log: PR ipa/60150 * ipa.c (function_and_variable_visibility): When dissol

[Bug lto/58733] [4.9 Regression] ICE in operator[], at vec.h:827

2014-03-02 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58733 Jan Hubicka changed: What|Removed |Added Status|NEW |WAITING --- Comment #11 from Jan Hubicka -

[Bug ipa/60306] [4.9 Regression] Incorrect devirtualization "pure virtual method called"

2014-03-02 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60306 Jan Hubicka changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug lto/60150] [4.9 Regression] ICE in function_and_variable_visibility, at ipa.c:1000

2014-03-02 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60150 Jan Hubicka changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/60367] Default argument object is not getting constructed

2014-03-02 Thread rob.desbois at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60367 --- Comment #3 from rob.desbois at gmail dot com --- Adding a destructor didn't fix it for me - though it was destroyed for the same address as the constructed object. constructed foo @ 0x7fffa012e5ef default argument is at 0x7fffa012e5d0

[Bug lto/58733] [4.9 Regression] ICE in operator[], at vec.h:827

2014-03-02 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58733 --- Comment #12 from Jan Hubicka --- Forgot to mention, I think the ICE is solved by the following patch: 2014-02-14 Jan Hubicka * lto-partition.c (add_symbol_to_partition_1, undo_partition, lto_balanced_map): Aliases have no

[Bug lto/59543] [4.9 Regression] lto1: fatal error: Cgraph edge statement index out of range

2014-03-02 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59543 Jan Hubicka changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #7 from Jan Hubicka -

[Bug tree-optimization/60382] [4.8/4.9 Regression] ICE on valid code at -O3 on x86_64-linux-gnu (in vect_create_epilog_for_reduction, at tree-vect-loop.c:4352)

2014-03-02 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60382 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug lto/60394] New: LTO link fails when -fno-builtin is specified

2014-03-02 Thread patrick at motec dot com.au
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60394 Bug ID: 60394 Summary: LTO link fails when -fno-builtin is specified Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto

[Bug lto/60395] New: LTO link fails when -fno-builtin is specified

2014-03-02 Thread patrick at motec dot com.au
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60395 Bug ID: 60395 Summary: LTO link fails when -fno-builtin is specified Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto

[Bug lto/60395] LTO link fails when -fno-builtin is specified

2014-03-02 Thread patrick at motec dot com.au
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60395 --- Comment #1 from Patrick Oppenlander --- Created attachment 32245 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32245&action=edit Test cases

[Bug c++/60396] New: Missing time_get<>::get() functions

2014-03-02 Thread lcarreon at bigpond dot net.au
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60396 Bug ID: 60396 Summary: Missing time_get<>::get() functions Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug rtl-optimization/60155] ICE: in get_pressure_class_and_nregs at gcse.c:3438

2014-03-02 Thread dave.anglin at bell dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60155 --- Comment #9 from dave.anglin at bell dot net --- Something like this? -- John David Anglindave.ang...@bell.net

[Bug lto/60394] LTO link fails when -fno-builtin is specified

2014-03-02 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60394 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug lto/60395] LTO link fails when -fno-builtin is specified

2014-03-02 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60395 --- Comment #2 from Andrew Pinski --- *** Bug 60394 has been marked as a duplicate of this bug. ***

[Bug lto/60395] LTO link fails when -fno-builtin is specified

2014-03-02 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60395 --- Comment #3 from Andrew Pinski --- Related to bug 58203 (or even a dup of that bug).

[Bug c++/60397] New: The value of char16_t u'\uffff' is 0xdfff instead of 0xffff

2014-03-02 Thread wjl at icecavern dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60397 Bug ID: 60397 Summary: The value of char16_t u'\u' is 0xdfff instead of 0x Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: major Prio

[Bug c++/59873] The value of char32_t U'\u0000' and char16_t u'\u000' is 1, instead of 0.

2014-03-02 Thread wjl at icecavern dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59873 --- Comment #10 from Wesley J. Landaker --- Created attachment 32248 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32248&action=edit u.c++ -- program that shows this problem, and bug #60397's problem I opened new bug #60397 that is a si

[Bug c++/60354] fails to demangle _Z3fooIPUlvE_EvT_

2014-03-02 Thread jengelh at inai dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60354 Jan Engelhardt changed: What|Removed |Added CC||jengelh at inai dot de --- Comment #1 fr

[Bug middle-end/60175] ICE on gcc.dg/asan/nosanitize-and-inline.c

2014-03-02 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60175 --- Comment #10 from Jakub Jelinek --- Author: jakub Date: Mon Mar 3 07:25:50 2014 New Revision: 208267 URL: http://gcc.gnu.org/viewcvs?rev=208267&root=gcc&view=rev Log: PR middle-end/60175 * function.c (expand_function_end): Don't emit

[Bug testsuite/59308] [4.9 Regression] gcc.dg/tree-ssa/ssa-ifcombine-ccmp-[1456] tests fail on arm cortex-a5

2014-03-02 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59308 --- Comment #4 from Richard Earnshaw --- It's not as simple as updating the target selector. LONSC_P depends on BRANCH_COST, which can vary depending on the specific micro-architecture for the target system.

[Bug testsuite/59308] [4.9 Regression] gcc.dg/tree-ssa/ssa-ifcombine-ccmp-[1456] tests fail on arm cortex-a5

2014-03-02 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59308 --- Comment #5 from Jakub Jelinek --- So the test can then be improved for ARM by testing GCC predefined macros or something similar, to make check_effective_target_logical_op_short_circuit more precise. Are you sure check_effective_target_arm_co

[Bug lto/58733] [4.9 Regression] ICE in operator[], at vec.h:827

2014-03-02 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58733 Markus Trippelsdorf changed: What|Removed |Added Status|WAITING |RESOLVED URL|

[Bug middle-end/60175] ICE on gcc.dg/asan/nosanitize-and-inline.c

2014-03-02 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60175 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---