--- Comment #8 from jason at gcc dot gnu dot org 2006-06-13 23:28 ---
Either 20218 is a bug or this is. It seems to me that 20218 is the bug.
If you declare a function to be hidden, you are asserting that it will be
defined in the current DSO. From the GCC documentation:
&quo
--- Comment #19 from jason at gcc dot gnu dot org 2006-06-20 18:12 ---
Changed the summary to clarify, and remove "visibility"
--
jason at gcc dot gnu dot org changed:
What|Removed
--- Comment #1 from jason at gcc dot gnu dot org 2006-06-20 18:20 ---
You're telling the compiler that "exported_var" has default visibility, then
defining a variable called "my_exported_var" which happens to have the same
symbol. The compiler doesn't un
--- Comment #9 from jason at gcc dot gnu dot org 2006-06-20 18:21 ---
Not a bug; see my earlier comment.
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #2 from jason at gcc dot gnu dot org 2006-06-20 18:27 ---
This is clearly a bug, since the specialization is not inline and so should not
be affected by -fvisibility-inlines-hidden.
The broader issue here is the question of when #pragma visibility should
override other
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org
|dot org
--- Comment #19 from jason at gcc dot gnu dot org 2006-06-23 01:05 ---
fixed a while back
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #8 from jason at gcc dot gnu dot org 2006-06-23 01:11 ---
*** Bug 21243 has been marked as a duplicate of this bug. ***
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from jason at gcc dot gnu dot org 2006-06-23 01:11 ---
*** This bug has been marked as a duplicate of 17470 ***
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org
|dot org
--- Comment #3 from jason at gcc dot gnu dot org 2006-06-23 03:51 ---
So what is the right check, then?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26989
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org
|dot org
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org
|dot org
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org
|dot org
--- Comment #4 from jason at gcc dot gnu dot org 2006-06-23 05:25 ---
This is the intended behavior of -fvisibility; see the discussion of PR 15000
for the rationale.
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #10 from jason at gcc dot gnu dot org 2006-06-26 21:50 ---
The bug is that handle_externally_visible adds the second decl to cgraph_nodes
and then duplicate_decls discards it without removing it from cgraph_nodes.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27369
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org
|dot org
--- Comment #9 from jason at gcc dot gnu dot org 2006-06-26 22:21 ---
Is this still broken? I can't reproduce it.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27578
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org
|dot org
--- Comment #11 from jason at gcc dot gnu dot org 2006-06-28 19:12 ---
Turns out to be a bug in alias grouping. Patch in testing.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27768
--- Comment #12 from jason at gcc dot gnu dot org 2006-06-29 01:12 ---
Subject: Bug 27768
Author: jason
Date: Thu Jun 29 01:12:20 2006
New Revision: 115062
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115062
Log:
PR c++/27768
* tree-ssa
--- Comment #2 from jason at gcc dot gnu dot org 2006-06-29 01:27 ---
Subject: Bug 27424
Author: jason
Date: Thu Jun 29 01:27:17 2006
New Revision: 115063
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115063
Log:
PR c++/27424
* pt.c (convert_template_
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org
|dot org
--- Comment #3 from jason at gcc dot gnu dot org 2006-06-30 01:16 ---
Subject: Bug 26612
Author: jason
Date: Fri Jun 30 01:15:56 2006
New Revision: 115086
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115086
Log:
PR c++/26905
PR c++/26612
PR c
--- Comment #3 from jason at gcc dot gnu dot org 2006-06-30 01:16 ---
Subject: Bug 26905
Author: jason
Date: Fri Jun 30 01:15:56 2006
New Revision: 115086
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115086
Log:
PR c++/26905
PR c++/26612
PR c
--- Comment #1 from jason at gcc dot gnu dot org 2006-06-30 01:16 ---
Subject: Bug 21675
Author: jason
Date: Fri Jun 30 01:15:56 2006
New Revision: 115086
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115086
Log:
PR c++/26905
PR c++/26612
PR c
--- Comment #3 from jason at gcc dot gnu dot org 2006-06-30 01:16 ---
Subject: Bug 19134
Author: jason
Date: Fri Jun 30 01:15:56 2006
New Revision: 115086
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115086
Log:
PR c++/26905
PR c++/26612
PR c
--- Comment #5 from jason at gcc dot gnu dot org 2006-06-30 01:16 ---
Subject: Bug 26984
Author: jason
Date: Fri Jun 30 01:15:56 2006
New Revision: 115086
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115086
Log:
PR c++/26905
PR c++/26612
PR c
--- Comment #9 from jason at gcc dot gnu dot org 2006-06-30 01:16 ---
Subject: Bug 27000
Author: jason
Date: Fri Jun 30 01:15:56 2006
New Revision: 115086
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115086
Log:
PR c++/26905
PR c++/26612
PR c
--- Comment #9 from jason at gcc dot gnu dot org 2006-06-30 01:16 ---
Subject: Bug 17470
Author: jason
Date: Fri Jun 30 01:15:56 2006
New Revision: 115086
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115086
Log:
PR c++/26905
PR c++/26612
PR c
--- Comment #17 from jason at gcc dot gnu dot org 2006-06-30 01:16 ---
Subject: Bug 21581
Author: jason
Date: Fri Jun 30 01:15:56 2006
New Revision: 115086
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115086
Log:
PR c++/26905
PR c++/26612
PR c
--- Comment #11 from jason at gcc dot gnu dot org 2006-06-30 01:16 ---
Subject: Bug 25915
Author: jason
Date: Fri Jun 30 01:15:56 2006
New Revision: 115086
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115086
Log:
PR c++/26905
PR c++/26612
PR c
--- Comment #3 from jason at gcc dot gnu dot org 2006-06-30 14:26 ---
Subject: Bug 27424
Author: jason
Date: Fri Jun 30 14:26:01 2006
New Revision: 115088
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115088
Log:
PR c++/27424
* pt.c (convert_template_
--- Comment #14 from jason at gcc dot gnu dot org 2006-06-30 15:19 ---
Subject: Bug 27768
Author: jason
Date: Fri Jun 30 15:19:50 2006
New Revision: 115090
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115090
Log:
PR c++/27768
* tree-ssa
--- Comment #10 from jason at gcc dot gnu dot org 2006-06-30 18:27 ---
Subject: Bug 18698
Author: jason
Date: Fri Jun 30 18:27:18 2006
New Revision: 115095
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115095
Log:
PR c++/18698
* decl2.c (grokfield): Onl
--- Comment #5 from jason at gcc dot gnu dot org 2006-06-30 18:30 ---
Subject: Bug 27424
Author: jason
Date: Fri Jun 30 18:30:28 2006
New Revision: 115096
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115096
Log:
PR c++/27424
* pt.c (convert_template_
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org
|dot org
--- Comment #11 from jason at gcc dot gnu dot org 2006-06-30 19:46 ---
Subject: Bug 18698
Author: jason
Date: Fri Jun 30 19:45:54 2006
New Revision: 115102
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115102
Log:
PR c++/18698
* decl2.c (grokfield): Onl
--- Comment #12 from jason at gcc dot gnu dot org 2006-06-30 19:47 ---
Subject: Bug 18698
Author: jason
Date: Fri Jun 30 19:47:09 2006
New Revision: 115103
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115103
Log:
PR c++/18698
* decl2.c (grokfield): Onl
--- Comment #9 from jason at gcc dot gnu dot org 2006-06-30 19:49 ---
Actually, this is a frontend issue: we shouldn't be asking for the access in
the first place. Patch soon.
--
jason at gcc dot gnu dot org changed:
What|Removed |
--- Comment #10 from jason at gcc dot gnu dot org 2006-06-30 20:48 ---
Subject: Bug 26577
Author: jason
Date: Fri Jun 30 20:48:42 2006
New Revision: 115105
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115105
Log:
PR c++/26577
* call.c (build_new_met
--- Comment #25 from jason at gcc dot gnu dot org 2006-06-30 21:13 ---
Fixing this is simplified by DR 45:
http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#45
Under DR 45, S1 now has all the access of its enclosing class. We should be
able to just implement that DR and
--- Comment #11 from jason at gcc dot gnu dot org 2006-06-30 21:23 ---
Subject: Bug 26577
Author: jason
Date: Fri Jun 30 21:23:45 2006
New Revision: 115106
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115106
Log:
PR c++/26577
* call.c (build_new_met
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org
|dot org
--- Comment #12 from jason at gcc dot gnu dot org 2006-06-30 21:25 ---
Subject: Bug 26577
Author: jason
Date: Fri Jun 30 21:25:21 2006
New Revision: 115107
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115107
Log:
PR c++/26577
* call.c (build_new_met
--- Comment #24 from jason at gcc dot gnu dot org 2006-06-30 21:30 ---
Did my recent visibility patch fix this?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10591
--- Comment #2 from jason at gcc dot gnu dot org 2006-07-01 22:01 ---
Subject: Bug 28215
Author: jason
Date: Sat Jul 1 22:01:18 2006
New Revision: 115118
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115118
Log:
PR c++/28215
* method.c (make_thunk
--- Comment #23 from jason at gcc dot gnu dot org 2006-07-02 04:30 ---
(In reply to comment #22)
> I still say if the definition was not marked as having a visibility, then the
> code is wrong as someone could mark stuff weirdly.
Yes, if someone's code marks a function as
--- Comment #15 from jason at gcc dot gnu dot org 2006-07-05 00:46 ---
(In reply to comment #14)
> Marks's testcase from comment #6 still ICEs.
True, but it's a contrived testcase; I doubt anyone deliberately tries to force
a load of a non-POD object for its own sake.
--- Comment #18 from jason at gcc dot gnu dot org 2006-07-05 18:03 ---
Removing the 4.2 regression tag, since apparently it's fixed there. I'm not
sure how this qualifies as a regression at all, since the bug was reported
against 3.4 and there's no report of it workin
--- Comment #3 from jason at gcc dot gnu dot org 2006-07-05 18:19 ---
added known to work in 3.3.6
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #3 from jason at gcc dot gnu dot org 2006-07-05 18:29 ---
Perhaps it doesn't ICE on the 4.1 branch only because release branches don't
have checking enabled?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27397
--- Comment #26 from jason at gcc dot gnu dot org 2006-07-05 19:44 ---
Subject: Bug 18681
Author: jason
Date: Wed Jul 5 19:44:28 2006
New Revision: 115208
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115208
Log:
PR c++/18681
* friend.c (is_friend): F
--- Comment #5 from jason at gcc dot gnu dot org 2006-07-05 20:38 ---
This is intended behavior: a non-POD type which has been marked as packed can
be used as a packed field. 13983 and 17519 are bugs in that feature.
In this case, nonpod_pack::n is not packed, so it is safe to pack
--- Comment #27 from jason at gcc dot gnu dot org 2006-07-05 20:40 ---
Subject: Bug 18681
Author: jason
Date: Wed Jul 5 20:40:06 2006
New Revision: 115209
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115209
Log:
PR c++/18681
* friend.c (is_friend): F
--- Comment #28 from jason at gcc dot gnu dot org 2006-07-05 20:40 ---
Subject: Bug 18681
Author: jason
Date: Wed Jul 5 20:40:49 2006
New Revision: 115210
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115210
Log:
PR c++/18681
* friend.c (is_friend): F
--- Comment #9 from jason at gcc dot gnu dot org 2006-07-06 02:09 ---
Subject: Bug 13983
Author: jason
Date: Thu Jul 6 02:09:02 2006
New Revision: 115217
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115217
Log:
PR c++/13983
PR c++/17519
--- Comment #15 from jason at gcc dot gnu dot org 2006-07-06 02:09 ---
Subject: Bug 17519
Author: jason
Date: Thu Jul 6 02:09:02 2006
New Revision: 115217
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115217
Log:
PR c++/13983
PR c++/17519
--- Comment #29 from jason at gcc dot gnu dot org 2006-07-06 02:15 ---
feexd
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #10 from jason at gcc dot gnu dot org 2006-07-06 02:21 ---
Subject: Bug 13983
Author: jason
Date: Thu Jul 6 02:21:17 2006
New Revision: 115219
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115219
Log:
PR c++/13983
PR c++/17519
--- Comment #16 from jason at gcc dot gnu dot org 2006-07-06 02:21 ---
Subject: Bug 17519
Author: jason
Date: Thu Jul 6 02:21:17 2006
New Revision: 115219
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115219
Log:
PR c++/13983
PR c++/17519
--- Comment #17 from jason at gcc dot gnu dot org 2006-07-06 03:33 ---
Subject: Bug 17519
Author: jason
Date: Thu Jul 6 03:33:20 2006
New Revision: 115220
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115220
Log:
PR c++/13983
PR c++/17519
--- Comment #11 from jason at gcc dot gnu dot org 2006-07-06 03:33 ---
Subject: Bug 13983
Author: jason
Date: Thu Jul 6 03:33:20 2006
New Revision: 115220
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115220
Log:
PR c++/13983
PR c++/17519
--- Comment #12 from jason at gcc dot gnu dot org 2006-07-06 03:44 ---
feexd
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
Status|NEW
--- Comment #18 from jason at gcc dot gnu dot org 2006-07-06 03:45 ---
f1x0r'd
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
Statu
--- Comment #6 from jason at gcc dot gnu dot org 2006-07-06 03:48 ---
Hmm, actually comment #2 does seem like a bug, both foos should compile
cleanly.
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org
|dot org
--- Comment #6 from jason at gcc dot gnu dot org 2006-07-06 15:21 ---
I'm afraid it's too large a patch to go into the FSF 4.0/1 branches, though Red
Hat will apply include it in our 4.1 branch.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26905
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org
|dot org
--- Comment #2 from jason at gcc dot gnu dot org 2006-07-06 18:39 ---
Subject: Bug 28279
Author: jason
Date: Thu Jul 6 18:39:39 2006
New Revision: 115228
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115228
Log:
PR c++/28279
*
--- Comment #14 from jason at gcc dot gnu dot org 2006-07-12 21:58 ---
Subject: Bug 28217
Author: jason
Date: Wed Jul 12 21:57:58 2006
New Revision: 115399
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115399
Log:
PR c++/28217
* semantics.c (note_decl
--- Comment #4 from jason at gcc dot gnu dot org 2008-11-12 20:52 ---
Subject: Bug 38007
Author: jason
Date: Wed Nov 12 20:50:45 2008
New Revision: 141800
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141800
Log:
PR c
--- Comment #5 from jason at gcc dot gnu dot org 2008-11-12 22:09 ---
Subject: Bug 38007
Author: jason
Date: Wed Nov 12 22:08:01 2008
New Revision: 141808
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141808
Log:
PR c
--- Comment #6 from jason at gcc dot gnu dot org 2008-11-12 22:14 ---
Subject: Bug 38007
Author: jason
Date: Wed Nov 12 22:13:26 2008
New Revision: 141809
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141809
Log:
PR c
--- Comment #7 from jason at gcc dot gnu dot org 2008-11-12 22:15 ---
Fixed on all open branches.
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org
|dot org
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org
|dot org
--- Comment #3 from jason at gcc dot gnu dot org 2008-11-14 00:21 ---
The 4.1 series is closed, so this is now fixed in all current release series.
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from jason at gcc dot gnu dot org 2008-11-14 00:39 ---
Subject: Bug 37932
Author: jason
Date: Fri Nov 14 00:38:20 2008
New Revision: 141843
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141843
Log:
PR c++/37932
* t
--- Comment #5 from jason at gcc dot gnu dot org 2008-11-14 04:17 ---
Subject: Bug 37932
Author: jason
Date: Fri Nov 14 04:16:07 2008
New Revision: 141844
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141844
Log:
PR c++/37932
* t
--- Comment #6 from jason at gcc dot gnu dot org 2008-11-14 05:26 ---
Subject: Bug 37932
Author: jason
Date: Fri Nov 14 05:24:59 2008
New Revision: 141846
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141846
Log:
PR c++/37932
* t
--- Comment #7 from jason at gcc dot gnu dot org 2008-11-14 16:11 ---
The initialization of arr is ill-formed in C++0x because of narrowing from int
to char.
The initialization of s is well-formed; that bug has been fixed for 4.4.
The initialization of t is ill-formed in C++98 because
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org
|dot org
--- Comment #22 from jason at gcc dot gnu dot org 2008-11-14 16:38 ---
Downgrading priority/severity since this is no longer a regression.
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from jason at gcc dot gnu dot org 2008-11-14 18:29 ---
G++ has never done two-phase name binding; that's an area that needs work for
standards conformance. This testcase worked properly by accident in 3.4 and
4.0, because of an optimization which was disallowed und
--- Comment #2 from jason at gcc dot gnu dot org 2008-11-14 20:52 ---
Subject: Bug 37740
Author: jason
Date: Fri Nov 14 20:50:59 2008
New Revision: 141865
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141865
Log:
PR c++/37740
* call.c (build_a
--- Comment #6 from jason at gcc dot gnu dot org 2008-11-14 21:59 ---
Subject: Bug 38030
Author: jason
Date: Fri Nov 14 21:57:34 2008
New Revision: 141866
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141866
Log:
PR c++/38030
* semantics.c (finish_c
--- Comment #7 from jason at gcc dot gnu dot org 2008-11-14 22:02 ---
Subject: Bug 38030
Author: jason
Date: Fri Nov 14 22:01:12 2008
New Revision: 141868
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141868
Log:
PR c++/38030
* semantics.c (finish_c
--- Comment #3 from jason at gcc dot gnu dot org 2008-11-14 22:22 ---
Fixed.
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #8 from jason at gcc dot gnu dot org 2008-11-14 23:07 ---
Subject: Bug 38030
Author: jason
Date: Fri Nov 14 23:06:11 2008
New Revision: 141872
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141872
Log:
PR c++/38030
* semantics.c (finish_c
--- Comment #9 from jason at gcc dot gnu dot org 2008-11-14 23:16 ---
Fixed.
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #4 from jason at gcc dot gnu dot org 2008-11-14 23:18 ---
Fixed.
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #8 from jason at gcc dot gnu dot org 2008-11-18 18:12 ---
Subject: Bug 37962
Author: jason
Date: Tue Nov 18 18:11:32 2008
New Revision: 141970
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141970
Log:
PR c++/37962
cp/
* parser.c (cp_parser
--- Comment #9 from jason at gcc dot gnu dot org 2008-11-18 18:14 ---
Fixed.
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org
|dot org
--- Comment #6 from jason at gcc dot gnu dot org 2008-11-18 18:50 ---
Fixed.
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
Status|NEW
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org
|dot org
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org
|dot org
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org
|dot org
--- Comment #8 from jason at gcc dot gnu dot org 2008-11-19 19:29 ---
Subject: Bug 37256
Author: jason
Date: Wed Nov 19 19:27:29 2008
New Revision: 142014
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142014
Log:
PR c++/37256
* pt.c (instantiate_decl
1 - 100 of 2098 matches
Mail list logo