public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* GCC 4.4.4 Release Candidate available from gcc.gnu.org
@ 2010-04-22 15:08 Jakub Jelinek
  2010-04-29 15:11 ` Rainer Orth
  0 siblings, 1 reply; 5+ messages in thread
From: Jakub Jelinek @ 2010-04-22 15:08 UTC (permalink / raw)
  To: gcc

The first release candidate for GCC 4.4.4 is available from

  ftp://gcc.gnu.org/pub/gcc/snapshots/4.4.4-RC-20100422

and shortly its mirrors.  It has been generated from SVN revision 158640.

I have so far bootstrapped and tested the release candidate on
x86_64-linux and i686-linux.  Please test it and report any issues to
bugzilla.

The branch is now frozen and all checkins until after the final release
of GCC 4.4.4 require explicit RM approval.

If all goes well, I'd like to release 4.4.4 next week.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GCC 4.4.4 Release Candidate available from gcc.gnu.org
  2010-04-22 15:08 GCC 4.4.4 Release Candidate available from gcc.gnu.org Jakub Jelinek
@ 2010-04-29 15:11 ` Rainer Orth
  0 siblings, 0 replies; 5+ messages in thread
From: Rainer Orth @ 2010-04-29 15:11 UTC (permalink / raw)
  To: Jakub Jelinek; +Cc: gcc

Jakub Jelinek <jakub@redhat.com> writes:

> The branch is now frozen and all checkins until after the final release
> of GCC 4.4.4 require explicit RM approval.
>
> If all goes well, I'd like to release 4.4.4 next week.

I've got a couple of patches I might backport to the 4.4 branch after it
is unfrozen again, but this would make sense only if there are concrete
plans for another release after 4.4.4.  Any word on this?

Thanks.
	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GCC 4.4.4 Release Candidate available from gcc.gnu.org
  2010-04-26 18:11 ` Jakub Jelinek
@ 2010-04-26 19:23   ` Rainer Emrich
  0 siblings, 0 replies; 5+ messages in thread
From: Rainer Emrich @ 2010-04-26 19:23 UTC (permalink / raw)
  To: Jakub Jelinek; +Cc: gcc

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am 26.04.2010 20:03, schrieb Jakub Jelinek:
> On Mon, Apr 26, 2010 at 07:59:46PM +0200, Rainer Emrich wrote:
>> I get an ICE in dbxout.c building a cross compiler from i686-pc-mingw32 to
>> i686-w64-mingw32.
>>
>> i686-pc-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DIN_GCC
>> - -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes
>> - -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat
>> - -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros
>> - -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I.
>> - -I../../../../../../../src/gcc-4.4.4/gcc
>> - -I../../../../../../../src/gcc-4.4.4/gcc/.
>> - -I../../../../../../../src/gcc-4.4.4/gcc/../include -I./../intl
>> - -I../../../../../../../src/gcc-4.4.4/gcc/../libcpp/include
>> - -I/mingw/i686-pc/i686-pc/i686-pc/gcc-4.4.4/mingw/include
>> - -I/mingw/i686-pc/i686-pc/i686-pc/gcc-4.4.4/mingw/include
>> - -I../../../../../../../src/gcc-4.4.4/gcc/../libdecnumber
>> - -I../../../../../../../src/gcc-4.4.4/gcc/../libdecnumber/dpd -I../libdecnumber
>> - -I/mingw/i686-pc/i686-pc/i686-pc/gcc-4.4.4/mingw/include
>> - -I/mingw/i686-pc/i686-pc/i686-pc/gcc-4.4.4/mingw/include -DCLOOG_PPL_BACKEND
>> ../../../../../../../src/gcc-4.4.4/gcc/dbxout.c -o dbxout.o
>> ../../../../../../../src/gcc-4.4.4/gcc/dbxout.c: In function 'dbxout_symbol':
>> ../../../../../../../src/gcc-4.4.4/gcc/dbxout.c:2491: internal compiler error:
>> Segmentation fault
>> Please submit a full bug report,
>> with preprocessed source if appropriate.
>> See <http://gcc.gnu.org/bugs.html> for instructions.
>> make[2]: *** [dbxout.o] Error 1
> 
> ICE when building a cross compiler (the host stuff, not the target
> libraries) is a bug in whatever compiler you are using.
> Is that 4.4.4 too?  If yes, is it a regression from 4.4.3?
> 
> 	Jakub

Yes, I use the same gcc-4.4.4 revision to build the cross compiler, and yes it's
an regression from gcc-4.4.3 and used to work until a few weeks ago.
I didn't use the RC, I'm using svn revision 158626.

Rainer
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkvV10sACgkQoUhjsh59BL5t7gCgjwfmXml0lFMnuUwr3ql6IzrN
F6YAn3K6ARtPGP7XG/l/Jt8R8lFBFJ4E
=5gF5
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GCC 4.4.4 Release Candidate available from gcc.gnu.org
  2010-04-26 18:00 Rainer Emrich
@ 2010-04-26 18:11 ` Jakub Jelinek
  2010-04-26 19:23   ` Rainer Emrich
  0 siblings, 1 reply; 5+ messages in thread
From: Jakub Jelinek @ 2010-04-26 18:11 UTC (permalink / raw)
  To: Rainer Emrich; +Cc: gcc

On Mon, Apr 26, 2010 at 07:59:46PM +0200, Rainer Emrich wrote:
> I get an ICE in dbxout.c building a cross compiler from i686-pc-mingw32 to
> i686-w64-mingw32.
> 
> i686-pc-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DIN_GCC
> - -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes
> - -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat
> - -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros
> - -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I.
> - -I../../../../../../../src/gcc-4.4.4/gcc
> - -I../../../../../../../src/gcc-4.4.4/gcc/.
> - -I../../../../../../../src/gcc-4.4.4/gcc/../include -I./../intl
> - -I../../../../../../../src/gcc-4.4.4/gcc/../libcpp/include
> - -I/mingw/i686-pc/i686-pc/i686-pc/gcc-4.4.4/mingw/include
> - -I/mingw/i686-pc/i686-pc/i686-pc/gcc-4.4.4/mingw/include
> - -I../../../../../../../src/gcc-4.4.4/gcc/../libdecnumber
> - -I../../../../../../../src/gcc-4.4.4/gcc/../libdecnumber/dpd -I../libdecnumber
> - -I/mingw/i686-pc/i686-pc/i686-pc/gcc-4.4.4/mingw/include
> - -I/mingw/i686-pc/i686-pc/i686-pc/gcc-4.4.4/mingw/include -DCLOOG_PPL_BACKEND
> ../../../../../../../src/gcc-4.4.4/gcc/dbxout.c -o dbxout.o
> ../../../../../../../src/gcc-4.4.4/gcc/dbxout.c: In function 'dbxout_symbol':
> ../../../../../../../src/gcc-4.4.4/gcc/dbxout.c:2491: internal compiler error:
> Segmentation fault
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <http://gcc.gnu.org/bugs.html> for instructions.
> make[2]: *** [dbxout.o] Error 1

ICE when building a cross compiler (the host stuff, not the target
libraries) is a bug in whatever compiler you are using.
Is that 4.4.4 too?  If yes, is it a regression from 4.4.3?

	Jakub

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GCC 4.4.4 Release Candidate available from gcc.gnu.org
@ 2010-04-26 18:00 Rainer Emrich
  2010-04-26 18:11 ` Jakub Jelinek
  0 siblings, 1 reply; 5+ messages in thread
From: Rainer Emrich @ 2010-04-26 18:00 UTC (permalink / raw)
  To: jakub; +Cc: gcc

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I get an ICE in dbxout.c building a cross compiler from i686-pc-mingw32 to
i686-w64-mingw32.

i686-pc-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DIN_GCC
- -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes
- -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat
- -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros
- -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I.
- -I../../../../../../../src/gcc-4.4.4/gcc
- -I../../../../../../../src/gcc-4.4.4/gcc/.
- -I../../../../../../../src/gcc-4.4.4/gcc/../include -I./../intl
- -I../../../../../../../src/gcc-4.4.4/gcc/../libcpp/include
- -I/mingw/i686-pc/i686-pc/i686-pc/gcc-4.4.4/mingw/include
- -I/mingw/i686-pc/i686-pc/i686-pc/gcc-4.4.4/mingw/include
- -I../../../../../../../src/gcc-4.4.4/gcc/../libdecnumber
- -I../../../../../../../src/gcc-4.4.4/gcc/../libdecnumber/dpd -I../libdecnumber
- -I/mingw/i686-pc/i686-pc/i686-pc/gcc-4.4.4/mingw/include
- -I/mingw/i686-pc/i686-pc/i686-pc/gcc-4.4.4/mingw/include -DCLOOG_PPL_BACKEND
../../../../../../../src/gcc-4.4.4/gcc/dbxout.c -o dbxout.o
../../../../../../../src/gcc-4.4.4/gcc/dbxout.c: In function 'dbxout_symbol':
../../../../../../../src/gcc-4.4.4/gcc/dbxout.c:2491: internal compiler error:
Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [dbxout.o] Error 1

I will open a PR.

Rainer
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkvV1JIACgkQoUhjsh59BL7ziQCeNHEvzx1X5UxdKrA78wf5kw29
zHgAn1/JhTaFcl2vMO4uQBPAaZnCtn56
=1IdP
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-04-29 14:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-22 15:08 GCC 4.4.4 Release Candidate available from gcc.gnu.org Jakub Jelinek
2010-04-29 15:11 ` Rainer Orth
2010-04-26 18:00 Rainer Emrich
2010-04-26 18:11 ` Jakub Jelinek
2010-04-26 19:23   ` Rainer Emrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).