This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/18416] [4.0 regression] ICE in import_export_decl


------- 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 = empty_errarg);
errarg empty_errarg;

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18416


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]