http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44390
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51833
--- Comment #7 from Jonathan Wakely 2012-01-12
20:43:04 UTC ---
Further reduced
struct function
{
template
function(T) { }
};
class Foo {
public:
template
void dostuff(function callback = []() { }) { }
};
int main() {
Foo foo;
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51057
--- Comment #12 from Iain Sandoe 2012-01-12 21:27:57
UTC ---
passes now on powerpc-darwin9.
thanks for the patch.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51057
Dominique d'Humieres changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51633
--- Comment #6 from Dodji Seketeli 2012-01-12
23:28:52 UTC ---
Author: dodji
Date: Thu Jan 12 23:28:46 2012
New Revision: 183144
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183144
Log:
PR c++/51633 - ICEs with constexpr constructor
gc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51633
Dodji Seketeli changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51840
Bug #: 51840
Summary: asm goto incorrect code generation at -O2 and -O3
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51840
--- Comment #1 from Andrew Pinski 2012-01-13
00:53:17 UTC ---
I think the problem here is the label references are being moved which is
correct as GCC thinks the labels where the address was taken is not going to
happen. I don't think you can us
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51841
Bug #: 51841
Summary: iterator weirdness. I couldn't tell you what's going
on here
Classification: Unclassified
Product: gcc
Version: 4.6.2
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51841
Andrew Pinski changed:
What|Removed |Added
Summary|delusional compile errors |iterator weirdness. I
|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51841
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51841
--- Comment #3 from mako 2012-01-13 01:38:46
UTC ---
Created attachment 26311
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26311
simple code
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51841
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51841
--- Comment #5 from mako 2012-01-13 02:05:24
UTC ---
(In reply to comment #4)
> void actv(vector::iterator in){
>
> You are missing the typename keyword.
Thanks a bunch, Andrew. I didn't know about this. The internet hasn't served as
a very goo
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51840
--- Comment #2 from Adam Warner 2012-01-13
02:08:34 UTC ---
(In reply to comment #1)
> I think the problem here is the label references are being moved which is
> correct as GCC thinks the labels where the address was taken is not going to
> happ
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51842
Bug #: 51842
Summary: fortran fails if ssize_t is 32-bit on 64-bit host
Classification: Unclassified
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51714
--- Comment #5 from Jason Merrill 2012-01-13
05:05:54 UTC ---
Author: jason
Date: Fri Jan 13 05:05:46 2012
New Revision: 183149
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183149
Log:
PR c++/51714
* pt.c (value_dependent_expres
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51714
Jason Merrill changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51620
Jason Merrill changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51819
--- Comment #2 from Thejes Kuttian 2012-01-13
05:32:48 UTC ---
(In reply to comment #1)
> Completely untested but I think this is the correct fix for this problem.
>
>
>
>
> diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c
> index 4c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12024
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23198
Andrew Pinski changed:
What|Removed |Added
Status|NEW |WAITING
--- Comment #8 from Andrew Pinski
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19212
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Component|debug
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23145
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49532
Andrew Pinski changed:
What|Removed |Added
Severity|blocker |normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22368
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34484
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |NEW
Summary|pulls in allegedly
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323
Andrew Pinski changed:
What|Removed |Added
CC||dov.grobgeld at gmail dot
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38777
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37107
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37750
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51843
Bug #: 51843
Summary: ICE with LTO and attribute `dllimport'
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27877
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51019
Andrew Pinski changed:
What|Removed |Added
Keywords||documentation
Status|UNCONFIR
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43752
Andrew Pinski changed:
What|Removed |Added
Keywords||documentation
Status|UNCONFIR
101 - 135 of 135 matches
Mail list logo