http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35308
Bill Schmidt changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57916
Bug ID: 57916
Summary: Improve std::sort paritioning by explicitly employing
the pivot
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: enhancement
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56888
Brooks Moses changed:
What|Removed |Added
CC||brooks at gcc dot gnu.org
--- Comment #10
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57915
Bug ID: 57915
Summary: ICE in set_address_disp, at rtlanal.c:5537
Product: gcc
Version: 4.8.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57912
Tobias Burnus changed:
What|Removed |Added
Keywords||ice-on-valid-code
Status|UNCO
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57914
Bug ID: 57914
Summary: Memory leak in __cxa_thread_atexit when using
thread_local
Product: gcc
Version: 4.8.1
Status: UNCONFIRMED
Severity: normal
Prio
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57912
Tobias Burnus changed:
What|Removed |Added
CC||burnus at gcc dot gnu.org
--- Comment #1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48094
--- Comment #17 from Iain Sandoe ---
Created attachment 30514
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30514&action=edit
proposed fix.
So the problem here is that when we bind multiple objects together (each of
which has an anonymous i
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55657
Iain Sandoe changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55656
Iain Sandoe changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56429
Jonathan Wakely changed:
What|Removed |Added
CC||charlie at charliedyson dot net
--- Com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57913
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44107
--- Comment #20 from Jack Howarth ---
(In reply to Iain Sandoe from comment #19)
Yes. It might be a more profitable use of time to work on moving from the
compatibility unwinder onto the newer compact unwinder for modern darwin.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57913
Bug ID: 57913
Summary: [C++11] Explicitly defaulted constructor does not
respect access specifier
Product: gcc
Version: 4.8.1
Status: UNCONFIRMED
Severity: norma
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57912
Bug ID: 57912
Summary: gfortran/coarray/alloc_comp_2.f90 ICE
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57911
Bug ID: 57911
Summary: alignment of arrays allocated stack on ARM : 4 bytes ?
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Comp
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57908
--- Comment #10 from Yann Droneaud ---
(In reply to Andrew Pinski from comment #9)
> (In reply to Yann Droneaud from comment #8)
> > Could someone comment on which optimisation is achieved by aligning such
> > small arrays ?
>
> The simple answer
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57908
--- Comment #8 from Yann Droneaud ---
Using -Os show different results:
Arrays
object | u8_0 | 0x7fff9b4c05bc |1 | 4 |1
object | u8_1 |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57910
Bug ID: 57910
Summary: ICE (segfault) with deferred-lemgth strings
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
P
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57908
--- Comment #9 from Andrew Pinski ---
(In reply to Yann Droneaud from comment #8)
> Could someone comment on which optimisation is achieved by aligning such
> small arrays ?
The simple answer is so each array is more likely to fit into a cache li
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57908
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57908
--- Comment #6 from Yann Droneaud ---
Created attachment 30512
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30512&action=edit
Demonstrate stack allocation of array aligned on 16 bytes
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57908
Yann Droneaud changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resolution|INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57908
--- Comment #4 from Yann Droneaud ---
(In reply to Andrew Pinski from comment #2)
> Your test program is not fully testing things correctly.
> kind name address size alignment required
> > object | u8_5 |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57909
--- Comment #2 from Yvan Roux ---
Created attachment 30511
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30511&action=edit
a first fix
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57909
--- Comment #1 from Yvan Roux ---
The issue is that an UNSPEC_UNALIGNED_LOAD insn is emitted whereas the flag
-mno-unaligned-access is passed, which implies that this insn is not
recognized.
The generation of the unaligned load is made in the gen
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57908
Andrew Pinski changed:
What|Removed |Added
Target||x86_64-*-linux-gnu
Status|UNC
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57908
--- Comment #2 from Andrew Pinski ---
Your test program is not fully testing things correctly.
kind name address size alignment required
> object | u8_5 | 0x7fffefdd4810 |3 |16 |1
>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57909
Bug ID: 57909
Summary: [ARM] ICE with internal memcpy and
-mno-unaligned-access
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priori
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57908
--- Comment #1 from Yann Droneaud ---
Additionally, for ARM target (ARMv7), it seems GCC align arrays on stack to 4
bytes boundary ... but I don't found the ABI specification that require such
alignment.
kind name addres
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57908
Bug ID: 57908
Summary: alignment of arrays allocated stack on amd64/x86_64:
16 bytes ?
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44107
Iain Sandoe changed:
What|Removed |Added
Status|ASSIGNED|NEW
--- Comment #19 from Iain Sandoe ---
I
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55956
--- Comment #4 from Iain Sandoe ---
This is another manifestation of 44107.
The installed libgcc_s on darwin9 has an unwinder that does not recognise
modern gcc output.
The testsuite usually hides this by setting DYLD_LIBRARY_PATH/LD_LIBRARY_PAT
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55203
--- Comment #9 from Jonathan Wakely ---
I can fix the docs some time.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48094
--- Comment #16 from Iain Sandoe ---
*** Bug 55654 has been marked as a duplicate of this bug. ***
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55654
Iain Sandoe changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57907
Bug ID: 57907
Summary: warning: switch -mcpu=cortex-a15 conflicts with
-march=armv7-a switch [enabled by default]
Product: gcc
Version: 4.7.3
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55203
--- Comment #8 from Lubos Lunak ---
(In reply to Jonathan Wakely from comment #6)
> Which are the relevant classes? It seems to me that we want to tag almost
> everything except a few RAII types such as std::lock_guard and
> std::unique_lock, whi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57903
--- Comment #3 from michael at dietschi dot net ---
Oops! Thanks for clarification and sorry for the noise.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57906
Bug ID: 57906
Summary: Coarray components: Assignment optimized away
(gfortran.dg/coarray/lib_realloc_1.f90)
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Keyw
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57903
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57905
Bug ID: 57905
Summary: braced-init-list allowed in default template-argument
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compone
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55203
--- Comment #7 from Jonathan Wakely ---
(In reply to Jonathan Wakely from comment #6)
> std::lock_guard that is unused is useless.
Oops, I meant is *not* useless! Sorry.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57846
--- Comment #1 from Vincent ---
Apparently, this is also a bug in the last version (4.9):
http://stackoverflow.com/questions/17515079/crtp-templates-metaprogramming-forwarding-and-static-member-a-bug-in-g-4-8
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55203
--- Comment #6 from Jonathan Wakely ---
Which are the relevant classes? It seems to me that we want to tag almost
everything except a few RAII types such as std::lock_guard and
std::unique_lock, which would be quite tedious. It's certainly appli
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57904
Bug ID: 57904
Summary: Bogus(?) "invokes undefined behavior" warning with
Fortran's finalization wrapper
(gfortran.dg/class_48.f90)
Product: gcc
Version: 4.9.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57903
--- Comment #1 from michael at dietschi dot net ---
Created attachment 30509
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30509&action=edit
command-line and output
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57903
Bug ID: 57903
Summary: Object not getting constructed - Code misinterpreted
as function declaration?
Product: gcc
Version: 4.6.3
Status: UNCONFIRMED
Severity: no
48 matches
Mail list logo