[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-10-12 Thread cvs-commit at gcc dot gnu dot org
--- Comment #30 from cvs-commit at gcc dot gnu dot org 2005-10-12 20:55 --- Subject: Bug 21766 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-12 20:54:50 Modified files: gcc: ChangeLog config.gcc tree.c tree.h varasm.c

[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-10-12 Thread dannysmith at users dot sourceforge dot net
--- Comment #31 from dannysmith at users dot sourceforge dot net 2005-10-12 20:58 --- Fixed on trunk. http://gcc.gnu.org/ml/gcc-cvs/2005-10/msg00474.html Danny -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21766

[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-10-12 Thread pinskia at gcc dot gnu dot org
--- Comment #32 from pinskia at gcc dot gnu dot org 2005-10-12 21:07 --- (In reply to comment #31) Fixed on trunk. http://gcc.gnu.org/ml/gcc-cvs/2005-10/msg00474.html Danny Danny, you should be able to modify the bugs using this accont now. -- pinskia at gcc dot gnu dot org

[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-10-11 Thread dannysmith at users dot sourceforge dot net
--- Comment #29 from dannysmith at users dot sourceforge dot net 2005-10-11 08:01 --- Updated patch here. http://gcc.gnu.org/ml/gcc-patches/2005-10/msg00565.html Danny -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21766

[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-09-05 Thread sherpya at netfarm dot it
--- Additional Comments From sherpya at netfarm dot it 2005-09-05 10:04 --- The patch still broken it fails to compiles some resources i.e. building reactos -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21766

[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-08-23 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-23 15:44 --- *** Bug 23535 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-08-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-11 19:20 --- *** Bug 23340 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-07-29 Thread rmorganl at u dot washington dot edu
--- Additional Comments From rmorganl at u dot washington dot edu 2005-07-29 08:45 --- Mainline is still broken for cygwin as of the gcc-4.1-20050723 snapshot. Applying patch-rev3.diff (with failing hunks applied by hand) seems to fix the problem. --

[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-07-08 Thread dims at yahoo dot com
--- Additional Comments From dims at yahoo dot com 2005-07-08 18:39 --- Is the just released 4.0.1 on another branch? is that working? -- dims -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21766

[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-07-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-08 18:40 --- (In reply to comment #22) Is the just released 4.0.1 on another branch? is that working? Yes and yes (well bootstrap is). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21766

[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-06-16 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-16 11:06 --- Any updates on this one? Since mingw and cygwin builds are broken, I think something should be done soon. Be it a proper patch or a temporary hack, that should be decided by the cygwin/mingw maintainers

[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-06-13 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-13 21:14 --- I didn't see this patch proposed on gcc-patches. Is someone reviewing it? Since it prevents building cygwin and mingw, one could hope that it gets committed soon... -- What|Removed

[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-06-13 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2005-06-13 22:05 --- The patch is still not correct. It doesn't handle dllimport override semantics. See g++.dg/ext/dllimport-3.C which fails because TREE_INVARIANT and TREE_CONSTANT change when we lose the

[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-06-13 Thread sherpya at netfarm dot it
--- Additional Comments From sherpya at netfarm dot it 2005-06-14 00:30 --- can you provide a correct patch? I've just adapted the old one to apply and compile -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21766

[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-06-10 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-10 21:10 --- I'm attaching the new patch, please take a look Attached patch does not apply cleanly on today's CVS. However, when failing hunks are integrated manually, the source then builds cleanly (languages=c,f95

[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-06-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-09 18:25 --- *** Bug 21989 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-06-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-06 20:59 --- *** Bug 21938 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-06-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-05 06:51 --- Patch posted here: http://gcc.gnu.org/ml/gcc-patches/2005-05/msg02945.html. -- What|Removed |Added

[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-06-05 Thread sherpya at netfarm dot it
--- Additional Comments From sherpya at netfarm dot it 2005-06-05 07:47 --- Your patches doesn't clean apply to current cvs, I've revised it but I've renamed DECL_NON_ADDR_CONST_P in TARGET_DECL_NON_ADDR_CONST_P in varasm.c since there is no reference for DECL_NON_ADDR_CONST_P in code,

[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-06-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-05 07:49 --- (In reply to comment #9) also I've noticed that in libgcov.c the mkdir substituion doesn't take place so mingw gives an error about mkdir taking 2 args instead of one. That is PR 21597. --

[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-06-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-06 01:24 --- *** Bug 21919 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-06-04 Thread sherpya at netfarm dot it
--- Additional Comments From sherpya at netfarm dot it 2005-06-05 05:15 --- as I posted in the duplicated bug thread, the problematic directories are: target-libiberty target-libstdc++-v3 also I had a working build on cvs snapshot of 20050522, btw in that build ATTRIBUTE_SENTINEL was

[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-06-03 Thread dims at yahoo dot com
--- Additional Comments From dims at yahoo dot com 2005-06-03 21:50 --- Giovanni, Pinskia, Any updates on this bug? thanks, dims -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21766

[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-06-02 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-02 14:30 --- *** Bug 21878 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-05-26 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|bootstrap |middle-end GCC target triplet||i686-pc-cygwin Keywords|

[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-05-26 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||pinskia at gcc dot gnu dot ||org

[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-05-26 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-05-26 16:41 --- Can you provide the preprocessed source for the failing file? -- What|Removed |Added

[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-05-26 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-26 19:40 --- This is related to the dllimport PRs. Confirmed, reduced testcase: extern const __attribute__((dllimport)) char _ctype_[]; char *f(void) { return _ctype_; } -- What|Removed