http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49883
Nicola Pero changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50003
Nicola Pero changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
||nicola at gcc dot gnu.org
Resolution||FIXED
--- Comment #1 from Nicola Pero 2011-10-09 10:50:47
UTC ---
Florian,
thanks a lot for your report. You are right that there is a loss-precision
cast in there. :-)
But the function class_get_version
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48394
Nicola Pero changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23616
Nicola Pero changed:
What|Removed |Added
CC||js-gcc at webkeks dot org
--- Comment #14 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50002
--- Comment #3 from Nicola Pero 2011-10-14 17:10:21
UTC ---
Author: nicola
Date: Fri Oct 14 17:10:14 2011
New Revision: 179996
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179996
Log:
In libobjc/:
2011-10-14 Nicola Pero
Backport
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50002
Nicola Pero changed:
What|Removed |Added
Target Milestone|--- |4.6.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49883
--- Comment #4 from Nicola Pero 2011-10-14 17:19:15
UTC ---
Author: nicola
Date: Fri Oct 14 17:19:07 2011
New Revision: 179997
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179997
Log:
In libobjc/:
2011-10-14 Nicola Pero
Backport
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49883
Nicola Pero changed:
What|Removed |Added
Target Milestone|--- |4.6.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48275
--- Comment #4 from Nicola Pero 2011-10-15 08:04:39
UTC ---
Author: nicola
Date: Sat Oct 15 08:04:33 2011
New Revision: 180023
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180023
Log:
In gcc/cp/:
2011-10-15 Nicola Pero
Backport
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48275
Nicola Pero changed:
What|Removed |Added
Target Milestone|--- |4.6.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50743
Nicola Pero changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50743
--- Comment #4 from Nicola Pero 2011-10-18 11:31:49
UTC ---
Author: nicola
Date: Tue Oct 18 11:31:45 2011
New Revision: 180132
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180132
Log:
In gcc/objc/:
2011-10-18 Mikael Pettersson
P
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50743
--- Comment #5 from Nicola Pero 2011-10-18 11:39:55
UTC ---
Can you confirm that trunk is now OK ?
Thanks
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48177
Nicola Pero changed:
What|Removed |Added
CC||nicola at gcc dot gnu.org
--- Comment #1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48177
Nicola Pero changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
||2011.03.19 00:03:52
CC||nicola at gcc dot gnu.org
Ever Confirmed|0 |1
--- Comment #1 from Nicola Pero 2011-03-19 00:03:52
UTC ---
Yes, confirmed. Well spotted!
Thanks a lot
||nicola at gcc dot gnu.org
--- Comment #10 from Nicola Pero 2011-03-19
00:22:52 UTC ---
Mike,
to clarify, the problem is that if you do not use -fno-strict-aliasing
when compiling Objective-C, then compiling any largish Objective-C project
(with perfectly correct Objective-C code) will
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39753
--- Comment #11 from Nicola Pero 2011-03-19
01:24:47 UTC ---
Having looked at some of the warnings generated in GNUstep if you compile
with -fstrict-aliasing, they seem to be C warnings with little relevance
to Objective-C (they mostly seem to be
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48167
Nicola Pero changed:
What|Removed |Added
CC||nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48167
--- Comment #3 from Nicola Pero 2011-03-21 10:25:40
UTC ---
Author: nicola
Date: Mon Mar 21 10:25:38 2011
New Revision: 171214
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171214
Log:
In gcc/:
2011-03-21 Nicola Pero
PR bootstrap
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48167
Nicola Pero changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31056
Nicola Pero changed:
What|Removed |Added
Target Milestone|4.6.1 |4.7.0
--- Comment #6 from Nicola Pero 2011
||2011.03.26 08:19:29
CC||nicola at gcc dot gnu.org
Ever Confirmed|0 |1
--- Comment #1 from Nicola Pero 2011-03-26 08:19:29
UTC ---
Yes, this is unfortunately confirmed --
[nicola@lampone property]$ g++ cxx
||2011.04.08 09:28:42
CC||nicola at gcc dot gnu.org
Version|4.6.0 |4.7.0
Ever Confirmed|0 |1
--- Comment #1 from Nicola Pero 2011-04-08 09:28:42
UTC ---
Thanks for reporting this
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48527
Summary: Incorrect list of methods in @protocol used across
compilation units
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48527
Nicola Pero changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48539
Summary: Missing warning when messaging a forward-declared
class
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: o
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48539
Nicola Pero changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49070
Summary: ObjC++ compiler fails to compile ObjC method
invocations without keyword arguments
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priori
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49070
Nicola Pero changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35551
Nicola Pero changed:
What|Removed |Added
CC||nicola at gcc dot gnu.org
--- Comment #2
||2010.09.26 16:43:36
date||
AssignedTo|unassigned at gcc dot |nicola at gcc dot gnu.org
|gnu.org |
Ever Confirmed|0 |1
--- Comment #1 from Nicola Pero 2010
||nicola at gcc dot gnu.org
AssignedTo|unassigned at gcc dot |nicola at gcc dot gnu.org
|gnu.org |
--- Comment #3 from Nicola Pero 2010-09-26 16:44:43
UTC ---
Posted a patch to gcc-patches that fixes this.
Thanks
||nicola at gcc dot gnu.org
AssignedTo|unassigned at gcc dot |nicola at gcc dot gnu.org
|gnu.org |
--- Comment #5 from Nicola Pero 2010-09-26 16:47:51
UTC ---
Posted a patch to gcc-patches that fixes this.
Thanks
||nicola at gcc dot gnu.org
--- Comment #8 from Nicola Pero 2010-09-26 16:51:30
UTC ---
Posted a patch to gcc-patches that implements encoding vectors. That all works
but unfortunately is not enough because you also have to get structures
containing vectors to work to fix the issue
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27377
--- Comment #13 from Nicola Pero 2010-09-27
18:04:14 UTC ---
Author: nicola
Date: Mon Sep 27 18:04:09 2010
New Revision: 164655
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164655
Log:
In gcc/:
2010-09-27 Nicola Pero
Merge f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25464
--- Comment #6 from Nicola Pero 2010-09-27 19:22:17
UTC ---
Author: nicola
Date: Mon Sep 27 19:22:13 2010
New Revision: 164659
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164659
Log:
In gcc/:
2010-09-27 Nicola Pero
* doc/ob
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45763
--- Comment #2 from Nicola Pero 2010-09-27 19:22:17
UTC ---
Author: nicola
Date: Mon Sep 27 19:22:13 2010
New Revision: 164659
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164659
Log:
In gcc/:
2010-09-27 Nicola Pero
* doc/ob
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25450
--- Comment #4 from Nicola Pero 2010-09-27 19:22:17
UTC ---
Author: nicola
Date: Mon Sep 27 19:22:13 2010
New Revision: 164659
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164659
Log:
In gcc/:
2010-09-27 Nicola Pero
* doc/ob
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35551
Nicola Pero changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45763
Nicola Pero changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25450
Nicola Pero changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25464
Nicola Pero changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36580
Nicola Pero changed:
What|Removed |Added
CC||nicola at gcc dot gnu.org
--- Comment #1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45878
Summary: Can't compile even a trivial ObjC program with
-fexceptions -O2
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35891
Nicola Pero changed:
What|Removed |Added
CC||nicola at gcc dot gnu.org
--- Comment #1
||nicola at gcc dot gnu.org
Resolution||INVALID
--- Comment #4 from Nicola Pero 2010-10-04 01:23:07
UTC ---
Yes, this is part of how -fobjc-exceptions is implemented on next with sjlj.
There is not much that can be done I guess.
Thanks
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45895
Summary: -Wunused-but-set-variable complains for almost all
Objective-C objects
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
||2010.10.05 12:54:20
CC||nicola at gcc dot gnu.org
AssignedTo|unassigned at gcc dot |nicola at gcc dot gnu.org
|gnu.org |
Ever Confirmed|0 |1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28050
Nicola Pero changed:
What|Removed |Added
CC||nicola at gcc dot gnu.org
||2010.10.05 17:10:11
CC||nicola at gcc dot gnu.org
AssignedTo|unassigned at gcc dot |nicola at gcc dot gnu.org
|gnu.org |
Ever Confirmed|0 |1
--- Comment #1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31125
--- Comment #2 from Nicola Pero 2010-10-05 19:23:38
UTC ---
Author: nicola
Date: Tue Oct 5 19:23:33 2010
New Revision: 164997
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164997
Log:
In gcc/:
2010-10-05 Nicola Pero
* c-pars
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28050
--- Comment #15 from Nicola Pero 2010-10-05
19:23:40 UTC ---
Author: nicola
Date: Tue Oct 5 19:23:33 2010
New Revision: 164997
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164997
Log:
In gcc/:
2010-10-05 Nicola Pero
* c-par
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28050
Nicola Pero changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31125
Nicola Pero changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23707
--- Comment #2 from Nicola Pero 2010-10-05 19:23:39
UTC ---
Author: nicola
Date: Tue Oct 5 19:23:33 2010
New Revision: 164997
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164997
Log:
In gcc/:
2010-10-05 Nicola Pero
* c-pars
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31126
--- Comment #1 from Nicola Pero 2010-10-05 19:23:39
UTC ---
Author: nicola
Date: Tue Oct 5 19:23:33 2010
New Revision: 164997
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164997
Log:
In gcc/:
2010-10-05 Nicola Pero
* c-pars
||nicola at gcc dot gnu.org
Resolution||FIXED
--- Comment #3 from Nicola Pero 2010-10-05 19:28:54
UTC ---
Fixed in trunk.
Thanks
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31126
Nicola Pero changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45925
Nicola Pero changed:
What|Removed |Added
CC||nicola at gcc dot gnu.org
--- Comment #1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45925
--- Comment #3 from Nicola Pero 2010-10-07 08:38:16
UTC ---
You can easily confirm the bug even in a 32 bit machine by making the following
change to objc-foreach-1.m:
Index: objc-foreach-1.m
=
||2010.10.07 09:08:42
AssignedTo|unassigned at gcc dot |nicola at gcc dot gnu.org
|gnu.org |
Ever Confirmed|0 |1
--- Comment #4 from Nicola Pero 2010-10-07 09:08:42
UTC ---
Actually, at a closer look it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45925
--- Comment #5 from Nicola Pero 2010-10-07 18:37:49
UTC ---
Author: nicola
Date: Thu Oct 7 18:37:43 2010
New Revision: 165129
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165129
Log:
In gcc/:
2010-10-07 Nicola Pero
* doc/ob
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45925
--- Comment #6 from Nicola Pero 2010-10-07 18:40:38
UTC ---
This should be fixed now. Can you confirm that the failures on 64-bit have
gone away ? :-)
Thanks
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23614
--- Comment #7 from Nicola Pero 2010-10-07 22:26:47
UTC ---
Author: nicola
Date: Thu Oct 7 22:26:43 2010
New Revision: 165137
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165137
Log:
In gcc/testsuite/:
2010-10-07 Nicola Pero
||nicola at gcc dot gnu.org
Resolution||FIXED
Known to fail||
--- Comment #8 from Nicola Pero 2010-10-07 22:28:20
UTC ---
Testcase fixed in trunk.
Thanks
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45895
Nicola Pero changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45953
Summary: Registering untyped selector mutates existing selector
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: libobjc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23214
--- Comment #9 from Nicola Pero 2010-10-13 08:16:44
UTC ---
Author: nicola
Date: Wed Oct 13 08:16:42 2010
New Revision: 165414
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165414
Log:
In libobjc/:
2010-10-13 Nicola Pero
PR l
||nicola at gcc dot gnu.org
Resolution||FIXED
--- Comment #10 from Nicola Pero 2010-10-13
08:18:58 UTC ---
Fixed in trunk and testcase added to the test suite.
Thanks
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45878
--- Comment #8 from Nicola Pero 2010-10-13 15:05:13
UTC ---
Yes, I have already extracted a testcase from GNUstep - it's in the first
comment in the issue. :-)
On my Linux i386, that (valid) piece of code fails to compile with 'internal
compiler
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45878
--- Comment #12 from Nicola Pero 2010-10-13
16:58:34 UTC ---
Yes, the testcase still fails for me after applying the patch.
By the way, Richard, thanks a lot for looking into this. I really appreciate
it :-)
Thanks
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45878
--- Comment #15 from Nicola Pero 2010-10-13
18:47:52 UTC ---
Try the following testcase, which requires no includes:
==
typedef struct objc_object { Class class_pointer; } *id;
typedef unsigned char BOOL;
@interface Object
{
Cla
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35891
Nicola Pero changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45925
Nicola Pero changed:
What|Removed |Added
Status|NEW |WAITING
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18255
--- Comment #11 from Nicola Pero 2010-10-17
10:11:25 UTC ---
Author: nicola
Date: Sun Oct 17 10:11:23 2010
New Revision: 165579
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165579
Log:
In gcc/testsuite/:
2010-10-17 Nicola Pero
||nicola at gcc dot gnu.org
Resolution||FIXED
--- Comment #12 from Nicola Pero 2010-10-17
10:12:09 UTC ---
I fixed this in trunk (will be 4.6.0). Testcase committed to the testsuite.
Thanks
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30461
Nicola Pero changed:
What|Removed |Added
CC||nicola at gcc dot gnu.org
--- Comment #1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23709
--- Comment #11 from Nicola Pero 2010-10-20
09:03:10 UTC ---
Author: nicola
Date: Wed Oct 20 09:03:06 2010
New Revision: 165713
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165713
Log:
In gcc/testsuite/:
2010-10-20 Nicola Pero
||nicola at gcc dot gnu.org
Resolution||FIXED
Known to fail||
--- Comment #12 from Nicola Pero 2010-10-23
21:17:22 UTC ---
Already fixed in trunk, and testcase committed to make sure it stays fixed :-)
Thanks
||nicola at gcc dot gnu.org
Resolution||FIXED
--- Comment #8 from Nicola Pero 2010-10-24 02:56:01
UTC ---
I just committed to trunk (will be 4.6.0) the last part of the implementation.
Testcases are included.
Thanks
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41108
Nicola Pero changed:
What|Removed |Added
CC||nicola at gcc dot gnu.org
--- Comment #2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28049
--- Comment #12 from Nicola Pero 2010-10-24
10:39:09 UTC ---
Author: nicola
Date: Sun Oct 24 10:39:05 2010
New Revision: 165898
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165898
Log:
In gcc/testsuite/:
2010-10-24 Nicola Pero
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24393
--- Comment #9 from Nicola Pero 2010-10-24 10:39:09
UTC ---
Author: nicola
Date: Sun Oct 24 10:39:05 2010
New Revision: 165898
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165898
Log:
In gcc/testsuite/:
2010-10-24 Nicola Pero
||nicola at gcc dot gnu.org
Resolution||FIXED
Target Milestone|4.3.6 |4.6.0
Known to fail||
--- Comment #10 from Nicola Pero 2010-10-24
10:42:04 UTC ---
Fixed in trunk, testcase added to
||nicola at gcc dot gnu.org
Resolution||FIXED
Target Milestone|4.3.6 |4.6.0
Known to fail||
--- Comment #13 from Nicola Pero 2010-10-24
10:42:31 UTC ---
Fixed in trunk, testcases added to
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45735
--- Comment #1 from Nicola Pero 2010-10-24 16:48:59
UTC ---
Author: nicola
Date: Sun Oct 24 16:48:57 2010
New Revision: 165901
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165901
Log:
2010-10-24 Nicola Pero
PR objc/45735
||nicola at gcc dot gnu.org
Resolution||FIXED
Target Milestone|--- |4.6.0
Known to fail||
--- Comment #2 from Nicola Pero 2010-10-24 16:50:04
UTC ---
Fixed in trunk, and testcases
|NEW
Last reconfirmed||2010.10.29 22:32:34
CC||nicola at gcc dot gnu.org
Component|c++ |objc++
Ever Confirmed|0 |1
--- Comment #1 from Nicola Pero
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46473
Summary: 'in' not allowed in 'for' loop
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: objc
AssignedTo: unassig...@gcc.gnu.o
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31056
Nicola Pero changed:
What|Removed |Added
CC||nicola at gcc dot gnu.org
--- Comment #1
||2010.11.20 19:27:50
CC||nicola at gcc dot gnu.org
Ever Confirmed|0 |1
Severity|normal |minor
--- Comment #2 from Nicola Pero 2010-11-20 19:27:50
UTC ---
Yes, this is a problem
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41617
Nicola Pero changed:
What|Removed |Added
CC||nicola at gcc dot gnu.org
--- Comment #8
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42293
Nicola Pero changed:
What|Removed |Added
CC||nicola at gcc dot gnu.org
--- Comment #7
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41617
--- Comment #10 from Nicola Pero 2010-11-22
17:58:44 UTC ---
So, can I close the bug ?
Thanks
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36580
Nicola Pero changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34033
--- Comment #3 from Nicola Pero 2010-11-22 19:27:27
UTC ---
Author: nicola
Date: Mon Nov 22 19:27:17 2010
New Revision: 167048
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167048
Log:
In gcc/c-family/:
2010-11-22 Nicola Pero
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34033
Nicola Pero changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31056
Nicola Pero changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
101 - 200 of 250 matches
Mail list logo