--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-12
16:45 ---
Fixed in GCC 4.0.
--
What|Removed |Added
Status|ASSIGNED|RE
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-12
16:38 ---
Subject: Bug 18416
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2004-11-12 16:37:52
Modified files:
gcc: ChangeLog passes.c toplev.c
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-10
22:46 ---
I could not reproduce it either on powerpc-darwin but could with a cross to
ia64-*-linux.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18416
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-10
22:09 ---
I'm not able to reproduce this on i686-pc-linux-gnu. Any special configuration
options required? Or is this only visible on ia64-*-linux-gnu?
Thanks,
-- Mark
--
http://gcc.gnu.org/bugzilla/show_bug
--
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com
|dot org |
Status|NEW
--- Additional Comments From schwab at suse dot de 2004-11-10 16:48 ---
Broken by this:
2004-07-29 Mark Mitchell <[EMAIL PROTECTED]>
* cp-tree.h (IDENTIFIER_REPO_CHOSEN): Define.
...
--
What|Removed |Added
--- Additional Comments From schwab at suse dot de 2004-11-10 15:19 ---
3.4.3 works.
--
What|Removed |Added
Known to work||3.4.3
http://gc
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-10
14:39 ---
This might also effect 3.4.3 but I have not tried it.
Here is the reduced testcase:
struct errarg {
errarg();
};
extern errarg empty_errarg;
extern void errprint(const char *,
const errarg &arg1 = e
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-10
13:56 ---
Confirmed. Has been a problem since at least 20041012.
--
What|Removed |Added
S