https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63594
Markus Trippelsdorf changed:
What|Removed |Added
CC||trippels at gcc dot gnu.org
--- Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55965
--- Comment #3 from Jeremy Huddleston Sequoia ---
On OSX, the _isalnum symbol corresponds to the isalnum() function and the
__isalnum symbol would correspond to the _isalnum() function. It is emitting
the _isalnum symbol (for isalnum()) but not
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63595
--- Comment #6 from Martin Liška ---
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63595
>
> --- Comment #5 from Pat Haugen ---
> Created attachment 33796
>--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33796&action=edit
> preprocessed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63635
Bug ID: 63635
Summary: Reduce toc relative address computation for multiple
data access
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63634
Bug ID: 63634
Summary: Compiler generated R_AARCH64_TLSLE_ADD_TPREL_HI12/LO12
pair overflowed by large TP offset
Product: gcc
Version: 5.0
Status: UNCONFIRMED
S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63623
--- Comment #3 from Jakub Jelinek ---
Author: jakub
Date: Thu Oct 23 21:58:41 2014
New Revision: 216600
URL: https://gcc.gnu.org/viewcvs?rev=216600&root=gcc&view=rev
Log:
PR debug/63623
* var-tracking.c (stack_adjust_offset_pre_post_cb):
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63625
Andrew Zabolotny changed:
What|Removed |Added
Version|unknown |4.8.1
Resolution|FIXED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63580
--- Comment #3 from Martin Liška ---
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63580
>
> Richard Biener changed:
>
> What|Removed |Added
> -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63618
Stupachenko Evgeny changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63619
Jonathan Wakely changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63587
--- Comment #9 from Martin Liška ---
On 10/20/2014 09:48 AM, rguenther at suse dot de wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63587
>
> --- Comment #4 from rguenther at suse dot de ---
> On Sun, 19 Oct 2014, mliska at suse dot cz w
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63619
--- Comment #5 from Jonathan Wakely ---
Author: redi
Date: Thu Oct 23 21:07:49 2014
New Revision: 216599
URL: https://gcc.gnu.org/viewcvs?rev=216599&root=gcc&view=rev
Log:
PR c++/63619
gcc/cp:
PR c++/63619
* decl2.c (delete_sanity): Use
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54381
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53968
Marek Polacek changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56980
Marek Polacek changed:
What|Removed |Added
CC||tromey at gcc dot gnu.org
--- Comment #8
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61416
Marek Polacek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56980
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63608
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56465
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63633
Georg-Johann Lay changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63633
Bug ID: 63633
Summary: [avr] internal compiler error: urecognizable insn with
multi insns
Product: gcc
Version: 4.9.2
Status: UNCONFIRMED
Keywords: ice-on-valid
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63632
--- Comment #3 from Markus Trippelsdorf ---
Possible fix:
diff --git a/gcc/collect2.c b/gcc/collect2.c
index c54e6fb..7c067ff 100644
--- a/gcc/collect2.c
+++ b/gcc/collect2.c
@@ -1311,6 +1311,12 @@ main (int argc, char **argv)
l
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63595
--- Comment #5 from Pat Haugen ---
Created attachment 33796
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33796&action=edit
preprocessed source from 254.gap
CPU2000 benchmark 254.gap started miscomparing with r216305 also. Attaching
prepr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63632
--- Comment #2 from Markus Trippelsdorf ---
trippels@gcc1-power7 ~ % echo "int main () {}" | gcc -fno-lto -x c++ -
/home/trippels/bin/ld: fatal error: -f/--auxiliary may not be used without
-shared
collect2: error: ld returned 1 exit status
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63632
Markus Trippelsdorf changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63587
--- Comment #8 from Martin Liška ---
I added assert to cgraphunit.c (expand_thunk):1547:
/* Build call to the function being thunked. */
if (!VOID_TYPE_P (restype))
{
if (DECL_BY_REFERENCE (resdecl))
restmp = gimpl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63631
Jonathan Wakely changed:
What|Removed |Added
Resolution|FIXED |INVALID
--- Comment #3 from Jonathan W
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63631
KarenRei changed:
What|Removed |Added
Resolution|INVALID |FIXED
--- Comment #2 from KarenRei ---
Ugh
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63534
--- Comment #37 from iverbin at gcc dot gnu.org ---
Author: iverbin
Date: Thu Oct 23 16:52:11 2014
New Revision: 216596
URL: https://gcc.gnu.org/viewcvs?rev=216596&root=gcc&view=rev
Log:
PR target/63534
PR target/63618
gcc/
* cse.c (d
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63618
--- Comment #5 from iverbin at gcc dot gnu.org ---
Author: iverbin
Date: Thu Oct 23 16:52:11 2014
New Revision: 216596
URL: https://gcc.gnu.org/viewcvs?rev=216596&root=gcc&view=rev
Log:
PR target/63534
PR target/63618
gcc/
* cse.c (de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63626
Marek Polacek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31870
Marek Polacek changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63626
--- Comment #2 from Marek Polacek ---
Author: mpolacek
Date: Thu Oct 23 16:46:44 2014
New Revision: 216595
URL: https://gcc.gnu.org/viewcvs?rev=216595&root=gcc&view=rev
Log:
PR c/63626
* c-decl.c (pop_scope): Don't print warning in exter
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63631
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55965
Manuel López-Ibáñez changed:
What|Removed |Added
CC||manu at gcc dot gnu.org
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63632
Bug ID: 63632
Summary: [4.9/5 Regression] bootstrap-lto/profiledbootstrap
broken by r216566
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63631
Bug ID: 63631
Summary: std::regex_match yielding inexplicable garbage;
invalid reads in valgrind
Product: gcc
Version: 4.9.1
Status: UNCONFIRMED
Severity: major
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63622
Dominique d'Humieres changed:
What|Removed |Added
CC||ebotcazou at gcc dot gnu.org
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63630
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55965
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #98 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #97 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #96 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #95 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #94 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63630
Georg-Johann Lay changed:
What|Removed |Added
Keywords||ice-on-valid-code, ra
Tar
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #93 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63630
Bug ID: 63630
Summary: [5.0 Regression] internal compiler error: Spill fail
with invalid register
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #92 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #91 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #90 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #89 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #88 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #87 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #86 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #85 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #83 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #84 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #82 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #81 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #80 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #79 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #78 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #77 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #76 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #74 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #75 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #73 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #72 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #71 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #70 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #69 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #68 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #67 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #66 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #65 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #64 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #63 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #62 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #61 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62284
Georg-Johann Lay changed:
What|Removed |Added
Target||avr
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #60 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #59 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #58 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #57 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #56 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #55 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #54 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #53 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #52 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #51 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63610
--- Comment #5 from Volker Braun ---
Libtool upstream patch:
http://lists.gnu.org/archive/html/libtool-patches/2014-09/msg2.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #50 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #49 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #48 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63629
Bug ID: 63629
Summary: ICE in fix_loop_structure, at loop-init.c:251
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63580
--- Comment #2 from marxin at gcc dot gnu.org ---
(In reply to Richard Biener from comment #1)
> You miss to mark p1 addressable in the alias decl (that is, copy
> TREE_ADDRESSABLE).
As I can see, ICF creates thunk to a localalias of foo.
At whic
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #46 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #47 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742
--- Comment #45 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.
Your email will be forwarded to their line manager.
Please do not reply to this email.
If you need more information, please email real-postmas...@arm.co
1 - 100 of 173 matches
Mail list logo