http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55800
Jason Merrill changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55800
Jason Merrill changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55800
--- Comment #9 from Jason Merrill ---
Author: jason
Date: Fri Jan 31 16:26:02 2014
New Revision: 207361
URL: http://gcc.gnu.org/viewcvs?rev=207361&root=gcc&view=rev
Log:
PR c++/55800
* decl2.c (get_tls_init_fn): Copy DECL_EXTERNAL from th
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59994
Bug 59994 depends on bug 55800, which changed state.
Bug 55800 Summary: Link failure with thread_local in unnamed namespace
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55800
What|Removed |Added
-
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60011
Bug ID: 60011
Summary: Compile error for legal exemplar from c++11 std
[class.friend] 11.3.2
Product: gcc
Version: 4.8.2
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58672
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60010
Andrew Pinski changed:
What|Removed |Added
Keywords||ice-on-valid-code
Host|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59947
--- Comment #3 from Jakub Jelinek ---
Started with r206042.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59947
--- Comment #4 from Jakub Jelinek ---
--- gcc/ipa-devirt.c.jj2014-01-13 08:54:29.0 +0100
+++ gcc/ipa-devirt.c2014-01-31 18:04:01.869210678 +0100
@@ -1212,7 +1212,7 @@ devirt_variable_node_removal_hook (varpo
temporarily change
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58742
--- Comment #24 from Marc Glisse ---
Thank you.
Sadly, for the example in comment #15, this is not quite enough, I need to add
forwprop+ccp right before the VRP1 pass (and then the range check is
eliminated, the vectorizer works and perfs are the
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60012
Bug ID: 60012
Summary: Vectorizer generates unnecessary loop versioning for
alias
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Prio
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58672
--- Comment #2 from Jason Merrill ---
Author: jason
Date: Fri Jan 31 17:30:03 2014
New Revision: 207363
URL: http://gcc.gnu.org/viewcvs?rev=207363&root=gcc&view=rev
Log:
PR c++/58672
* decl2.c (handle_tls_init): Handle null init fn.
Adde
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58672
--- Comment #3 from Jason Merrill ---
Author: jason
Date: Fri Jan 31 17:30:17 2014
New Revision: 207365
URL: http://gcc.gnu.org/viewcvs?rev=207365&root=gcc&view=rev
Log:
PR c++/58672
* decl2.c (handle_tls_init): Handle null init fn.
Adde
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59994
Bug 59994 depends on bug 58672, which changed state.
Bug 58672 Summary: [c++11] ICE with thread_local and variable of broken class
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58672
What|Removed |Added
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58672
Jason Merrill changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Last reconfirmed|2014-01-31 00
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59906
--- Comment #6 from Harald Anlauf ---
Created attachment 32005
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32005&action=edit
-fdump-tree-original of working variant
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59906
--- Comment #5 from Harald Anlauf ---
Created attachment 32004
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32004&action=edit
-fdump-tree-original of failing variant
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59906
--- Comment #7 from Harald Anlauf ---
(In reply to Paul Thomas from comment #4)
> It would be very useful if you would try to compile it with
> -ftree-dump-original and post the result around the scalarization loop for
> ! Does not compile:
>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60002
--- Comment #3 from Jason Merrill ---
(In reply to Jakub Jelinek from comment #2)
> + /* The FE might have information and assumptions about the other
> + arguments. */
> + DECL_LANG_SPECIFIC (new_decl) = NULL;
If that passes testing, it's
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60010
--- Comment #3 from Kyle McMartin ---
Will do. Thanks much, Andrew. (I'll use you ChangeLog from adding it for mips
as a template.)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59469
--- Comment #35 from Jason Merrill ---
Author: jason
Date: Fri Jan 31 18:35:53 2014
New Revision: 207366
URL: http://gcc.gnu.org/viewcvs?rev=207366&root=gcc&view=rev
Log:
PR c++/59469
* pt.c (mark_decl_instantiated): Call mark_needed.
Mo
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59469
Jason Merrill changed:
What|Removed |Added
Component|c++ |ipa
--- Comment #36 from Jason Merrill -
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60004
--- Comment #2 from Richard Henderson ---
Author: rth
Date: Fri Jan 31 19:35:31 2014
New Revision: 207367
URL: http://gcc.gnu.org/viewcvs?rev=207367&root=gcc&view=rev
Log:
PR middle-end/60004
* tree-eh.c (lower_try_finally_switch): Delay
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60004
Richard Henderson changed:
What|Removed |Added
Status|NEW |RESOLVED
Component|libitm
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60013
Bug ID: 60013
Summary: Build of 176.gcc from CPU2000 loops in cc1 starting
with revision 207231
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60013
H.J. Lu changed:
What|Removed |Added
Target|powerpc64-linux |
Status|UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60011
Daniel Krügler changed:
What|Removed |Added
CC||daniel.kruegler@googlemail.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55260
Martin Jambor changed:
What|Removed |Added
Status|REOPENED|ASSIGNED
--- Comment #12 from Martin Jamb
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59410
--- Comment #33 from Jakub Jelinek ---
Author: jakub
Date: Fri Jan 31 21:25:23 2014
New Revision: 207371
URL: http://gcc.gnu.org/viewcvs?rev=207371&root=gcc&view=rev
Log:
PR sanitizer/59410
* lib/tsan-dg.exp (tsan_init): Instead of not ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60014
Bug ID: 60014
Summary: Bad warning suppression
Product: gcc
Version: 4.8.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assignee: unas
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60015
Bug ID: 60015
Summary: libgcc2.c:233:1: in '__absvhi2' internal compiler
error: Segmentation fault
Product: gcc
Version: 4.6.3
Status: UNCONFIRMED
Severity: norm
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60011
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #2 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59985
--- Comment #14 from Vladimir Makarov ---
Author: vmakarov
Date: Fri Jan 31 23:56:46 2014
New Revision: 207375
URL: http://gcc.gnu.org/viewcvs?rev=207375&root=gcc&view=rev
Log:
2014-01-31 Vladimir Makarov
PR bootstrap/59985
* lra-cons
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60016
Bug ID: 60016
Summary: gcc-nm does not report static symbols
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: lto
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60011
--- Comment #3 from Peter Hurley ---
Sorry for the noise. I did search beforehand but neglected to also search
'resolved' bugs as well.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60011
Peter Hurley changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59482
Peter Hurley changed:
What|Removed |Added
CC||peter at hurleysoftware dot com
--- Commen
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60017
Bug ID: 60017
Summary: Struct not returned correctly
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assignee
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60004
--- Comment #4 from Richard Henderson ---
Author: rth
Date: Sat Feb 1 05:20:13 2014
New Revision: 207380
URL: http://gcc.gnu.org/viewcvs?rev=207380&root=gcc&view=rev
Log:
PR middle-end/60004
* tree-eh.c (lower_try_finally_switch): Delay lower
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60004
--- Comment #5 from Richard Henderson ---
Author: rth
Date: Sat Feb 1 05:24:07 2014
New Revision: 207381
URL: http://gcc.gnu.org/viewcvs?rev=207381&root=gcc&view=rev
Log:
PR middle-end/60004
* tree-eh.c (lower_try_finally_switch): Delay lower
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60004
Richard Henderson changed:
What|Removed |Added
Target Milestone|4.9.0 |4.7.5
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59850
Tom Tromey changed:
What|Removed |Added
CC||tromey at gcc dot gnu.org
--- Comment #3 fro
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59924
--- Comment #2 from Richard Henderson ---
Definitely a bug. We keep pushing and popping the same node
off of the work_list.
-languages=c,c++
--disable-multilib --prefix=/home/chengniansun/tools/gcc-trunk-binaries
Thread model: posix
gcc version 4.9.0 20140131 (experimental) (GCC)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60019
Bug ID: 60019
Summary: [C++11] Bogus error: use of deleted function
unique_ptr(const unique_ptr&)
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: nor
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60020
Bug ID: 60020
Summary: Considering backport regexp support to 4.8+
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libs
101 - 146 of 146 matches
Mail list logo