https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60014
Jeff King changed:
What|Removed |Added
CC||peff at peff dot net
--- Comment #2 from Jef
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60723
--- Comment #7 from Nicholas ---
What a pleasant surprise to see your name, Matt.
This dropped off my radar for a bit, but I'm pretty close now to getting a
properly organized patch ready. Details to follow within 5 days.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60928
--- Comment #8 from Jakub Jelinek ---
Author: jakub
Date: Tue Jun 10 06:05:22 2014
New Revision: 211397
URL: http://gcc.gnu.org/viewcvs?rev=211397&root=gcc&view=rev
Log:
PR fortran/60928
* omp-low.c (lower_rec_input_clauses) :
Set la
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61416
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60988
Marek Polacek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60988
--- Comment #2 from Marek Polacek ---
Author: mpolacek
Date: Tue Jun 10 05:09:59 2014
New Revision: 211396
URL: http://gcc.gnu.org/viewcvs?rev=211396&root=gcc&view=rev
Log:
PR c/60988
* doc/extend.texi: Add cindex for transparent_union.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59438
--- Comment #2 from Tobias Burnus ---
Regarding (a), see also https://gcc.gnu.org/ml/fortran/2014-06/msg00113.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61453
--- Comment #2 from Hans-Peter Nilsson ---
(In reply to Dominique d'Humieres from comment #1)
> Could you please test the patch at
> https://gcc.gnu.org/ml/gcc-patches/2014-05/msg02524.html?
It works, thanks, my bad for not checking the mailing
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61459
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19200
Paolo Carlini changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|gcc-bugs at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60894
--- Comment #6 from fabien at gcc dot gnu.org ---
(In reply to Jason Merrill from comment #5)
> Any news?
I looked into it but did not manage to get it fixed. I will have another try
this week. Thanks for the reminder.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61459
Harald Anlauf changed:
What|Removed |Added
CC||anlauf at gmx dot de
--- Comment #1 from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60988
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61459
Bug ID: 61459
Summary: segfault when assigning to allocatable function result
from matmul result
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: norma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61456
--- Comment #3 from Andrew Pinski ---
There is some aliasing issue going on here.
FRE (correctly) removes:
# .MEM_7 = VDEF <.MEM_8>
MEM[(struct *)&fp + 8B] = 0;
So it was being done by:
# .MEM_4 = VDEF <.MEM_3>
fp.__delta = 0;
Already.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36446
Marek Polacek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36446
--- Comment #8 from Marek Polacek ---
Author: mpolacek
Date: Mon Jun 9 20:33:51 2014
New Revision: 211388
URL: http://gcc.gnu.org/viewcvs?rev=211388&root=gcc&view=rev
Log:
PR c/36446
* c-typeck.c (error_init): Call inform instead of err
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61458
Bug ID: 61458
Summary: std::aligned_storage is bigger than expected
Product: gcc
Version: 4.9.1
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54532
Jason Merrill changed:
What|Removed |Added
CC||pubby.8 at gmail dot com
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51373
Jason Merrill changed:
What|Removed |Added
Resolution|FIXED |DUPLICATE
--- Comment #7 from Jason Merr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61457
Bug ID: 61457
Summary: Inaccurately refusing non-ODR usage of type with no
linkage
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61134
--- Comment #5 from Jason Merrill ---
Author: jason
Date: Mon Jun 9 19:56:21 2014
New Revision: 211387
URL: http://gcc.gnu.org/viewcvs?rev=211387&root=gcc&view=rev
Log:
PR c++/61134
* pt.c (pack_deducible_p): Handle canonicalization.
A
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61134
Jason Merrill changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61199
--- Comment #1 from Jason Merrill ---
Since we have a TM wrapper for __cxa_allocate_exception, it seems reasonable to
have one for __cxa_free_exception as well.
In the testcase, we free the allocated 'bar' exception when the copy
constructor thr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61406
Paul Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61380
Jason Merrill changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61343
--- Comment #3 from Jason Merrill ---
Author: jason
Date: Mon Jun 9 19:29:17 2014
New Revision: 211386
URL: http://gcc.gnu.org/viewcvs?rev=211386&root=gcc&view=rev
Log:
PR c++/61343
* decl.c (check_initializer): Maybe clear
DECL_INI
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61343
Jason Merrill changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=22556
Paolo Carlini changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=22556
--- Comment #3 from paolo at gcc dot gnu.org ---
Author: paolo
Date: Mon Jun 9 19:28:37 2014
New Revision: 211385
URL: http://gcc.gnu.org/viewcvs?rev=211385&root=gcc&view=rev
Log:
/cp
2014-06-09 Paolo Carlini
PR c++/22556
* name-loo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59483
Jason Merrill changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 61148, which changed state.
Bug 61148 Summary: Cannot access protected members from a lambda capturing this
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61148
What|Removed |Added
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 59483, which changed state.
Bug 59483 Summary: A nested lambda fails to find a protected name with
qualified name
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59483
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61148
Jason Merrill changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61456
Teresa Johnson changed:
What|Removed |Added
CC||tejohnson at google dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61456
Paul Pluzhnikov changed:
What|Removed |Added
CC||ppluzhnikov at google dot com
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61456
Bug ID: 61456
Summary: Unnecesary "may be used uninitialized" warning
Product: gcc
Version: 4.10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: m
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61455
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
CC||bviyer at gmail dot com,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=22556
Paolo Carlini changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|gcc-bugs at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61141
Jeffrey A. Law changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61141
--- Comment #8 from Jeffrey A. Law ---
Author: law
Date: Mon Jun 9 16:41:10 2014
New Revision: 211380
URL: http://gcc.gnu.org/viewcvs?rev=211380&root=gcc&view=rev
Log:
2014-05-18 John David Anglin
PR middle-end/61141
* emit-rtl.c (r
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61431
Michael Meissner changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61447
--- Comment #8 from Rich Felker ---
There's already the GNU C __alignof__ which is free to do whatever GCC prefers,
so I fail to see the usefulness of making _Alignof do something nonstandard
(and IMO, utterly illogical) that might conflict with
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61447
--- Comment #7 from joseph at codesourcery dot com ---
I think _Alignof (expr) should, for example, return the larger alignment
chosen with _Alignas in the case of a declaration using _Alignas, rather
than just being based on the type.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54442
--- Comment #3 from Marc Glisse ---
Author: glisse
Date: Mon Jun 9 15:07:24 2014
New Revision: 211377
URL: http://gcc.gnu.org/viewcvs?rev=211377&root=gcc&view=rev
Log:
2014-06-09 Marc Glisse
PR c++/54442
gcc/
* tree.c (build_qualifi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61408
--- Comment #8 from Georg Koppen ---
While I am still unable to compile/test Firefox 24 with clang trunk I managed
to compile it with clang's r196090 which is the one r205695 merged. And there
the problem occurs as well. Thus, we know at least th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61359
--- Comment #2 from Kenneth Platz ---
I attempted to build the gcc-4.9.0 release, and it bombs out in libquadmath:
gmake[4]: Leaving directory
`/nfshomes/platzk/gnu/gcc-build/4.9.0/hppa2.0w-hp-hpux11.23/libffi/include'
Making all in testsuite
In
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61406
--- Comment #4 from Paul Thomas ---
Author: pault
Date: Mon Jun 9 14:45:32 2014
New Revision: 211375
URL: http://gcc.gnu.org/viewcvs?rev=211375&root=gcc&view=rev
Log:
2014-06-09 Paul Thomas
PR fortran/61406
* trans-stmt.c (trans_ass
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61455
jgreenhalgh at gcc dot gnu.org changed:
What|Removed |Added
Keywords||ice-on-invalid-code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61436
--- Comment #3 from Dominique d'Humieres ---
> it seems that get_emutls_init_templ_addr just create the comdat too early
> and we trigger sanity check that symbols are static and not automatic
> variables.
>
> I have busy day tomorrow, so won't
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61406
--- Comment #3 from Paul Thomas ---
Author: pault
Date: Mon Jun 9 11:55:55 2014
New Revision: 211374
URL: http://gcc.gnu.org/viewcvs?rev=211374&root=gcc&view=rev
Log:
2014-06-09 Paul Thomas
PR fortran/61406
* trans-stmt.c (trans_ass
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61455
Bug ID: 61455
Summary: Internal compiler error, and other confused errors,
when using array notation
Product: gcc
Version: 4.10.0
Status: UNCONFIRMED
Severity:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61454
Francois-Xavier Coudert changed:
What|Removed |Added
Keywords||ice-on-valid-code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61454
Bug ID: 61454
Summary: ICE in simplification of initialization expression
with array
Product: gcc
Version: 4.10.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36096
Francois-Xavier Coudert changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33197
Bug 33197 depends on bug 36096, which changed state.
Bug 36096 Summary: F2008 Bessel: Documentation/diagnostic errors
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36096
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39627
Bug 39627 depends on bug 36096, which changed state.
Bug 36096 Summary: F2008 Bessel: Documentation/diagnostic errors
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36096
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61062
--- Comment #5 from Alan Lawrence ---
Should be fixed by rev 211369.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61453
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36096
--- Comment #3 from Francois-Xavier Coudert ---
Author: fxcoudert
Date: Mon Jun 9 09:49:01 2014
New Revision: 211368
URL: http://gcc.gnu.org/viewcvs?rev=211368&root=gcc&view=rev
Log:
PR fortran/36096
* intrinsic.texi: Fix documentation
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36446
Marek Polacek changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45187
Francois-Xavier Coudert changed:
What|Removed |Added
Target Milestone|--- |4.8.5
--- Comment #5 from Fran
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45187
--- Comment #4 from Francois-Xavier Coudert ---
Author: fxcoudert
Date: Mon Jun 9 09:25:14 2014
New Revision: 211367
URL: http://gcc.gnu.org/viewcvs?rev=211367&root=gcc&view=rev
Log:
PR fortran/45187
* trans-decl.c (gfc_create_module_v
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61283
Jan Hubicka changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61436
--- Comment #2 from Jan Hubicka ---
Hi,
it seems that get_emutls_init_templ_addr just create the comdat too early
and we trigger sanity check that symbols are static and not automatic
variables.
I have busy day tomorrow, so won't beat if anyone
65 matches
Mail list logo