public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Bootstrap broken on x86_64-linux
@ 2008-08-14 20:47 Daniel Berlin
  2008-08-14 22:48 ` H.J. Lu
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Berlin @ 2008-08-14 20:47 UTC (permalink / raw)
  To: gcc-patches, GCC Development, tkoenig

Failure:

../../../libgfortran/intrinsics/cshift0.c: In function 'cshift0':
../../../libgfortran/intrinsics/cshift0.c:124: warning: passing
argument 1 of 'cshift0_i16' from incompatible pointer type
../../../libgfortran/intrinsics/cshift0.c:236: error: 'GFC_INTGER_16'
undeclared (first use in this function)
../../../libgfortran/intrinsics/cshift0.c:236: error: (Each undeclared
identifier is reported only once
../../../libgfortran/intrinsics/cshift0.c:236: error: for each
function it appears in.)
make[3]: *** [cshift0.lo] Error 1
make[3]: *** Waiting for unfinished jobs....

Caused by:

Changed by: tkoenig
Changed at: Thu 14 Aug 2008 14:38:46
Revision: 139111

Changed files:

libgfortran/generated/cshift0_r4.c
libgfortran/ChangeLog
libgfortran/generated/cshift0_c16.c
libgfortran/generated/cshift0_r8.c
libgfortran/generated/cshift0_i16.c
libgfortran/libgfortran.h
libgfortran/m4/cshift0.m4
libgfortran/generated/cshift0_r10.c
gcc/testsuite/ChangeLog
libgfortran/generated/cshift0_c4.c
libgfortran/intrinsics/cshift0.c
libgfortran/generated/cshift0_r16.c
libgfortran/generated/cshift0_i1.c
libgfortran/Makefile.am
libgfortran/generated/cshift0_c8.c
libgfortran/generated/cshift0_i2.c
libgfortran/generated/cshift0_i4.c
libgfortran/generated/cshift0_i8.c
gcc/testsuite/gfortran.dg/cshift_nan_1.f90
libgfortran/generated/cshift0_c10.c
libgfortran/Makefile.in
gcc/testsuite/gfortran.dg/char_cshift_3.f90
Comments:
2008-08-14  Thomas Koenig  <tkoenig@gcc.gnu.org>

	PR libfortran/36886
	* Makefile.am:  Added $(i_cshift0_c).
	Added $(i_cshift0_c) to gfor_built_specific_src.
	Add rule to build from cshift0.m4.
	* Makefile.in:  Regenerated.
	* libgfortran.h:  Addedd prototypes for cshift0_i1,
	cshift0_i2, cshift0_i4, cshift0_i8, cshift0_i16,
	cshift0_r4, cshift0_r8, cshift0_r10, cshift0_r16,
	cshift0_c4, cshift0_c8, cshift0_c10, cshift0_c16.
	Define Macros GFC_UNALIGNED_C4 and GFC_UNALIGNED_C8.
	* intrinsics/cshift0.c:  Remove helper functions for
	the innter shift loop.
	(cshift0):  Call specific functions depending on type
	of array argument.  Only call specific functions for
	correct alignment for other types.
	* m4/cshift0.m4:  New file.
	* generated/cshift0_i1.c:  New file.
	* generated/cshift0_i2.c:  New file.
	* generated/cshift0_i4.c:  New file.
	* generated/cshift0_i8:.c  New file.
	* generated/cshift0_i16.c:  New file.
	* generated/cshift0_r4.c:  New file.
	* generated/cshift0_r8.c:  New file.
	* generated/cshift0_r10.c:  New file.
	* generated/cshift0_r16.c:  New file.
	* generated/cshift0_c4.c:  New file.
	* generated/cshift0_c8.c:  New file.
	* generated/cshift0_c10.c:  New file.
	* generated/cshift0_c16.c:  New file.

2008-08-14  Thomas Koenig  <tkoenig@gcc.gnu.org>

	PR libfortran/36886
	* gfortran.dg/cshift_char_3.f90:  New test case.
	* gfortran.dg/cshift_nan_1.f90:  New test case.

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

* Re: Bootstrap broken on x86_64-linux
  2008-08-14 20:47 Bootstrap broken on x86_64-linux Daniel Berlin
@ 2008-08-14 22:48 ` H.J. Lu
  2008-08-15 18:54   ` Thomas Koenig
  0 siblings, 1 reply; 3+ messages in thread
From: H.J. Lu @ 2008-08-14 22:48 UTC (permalink / raw)
  To: Daniel Berlin; +Cc: gcc-patches, GCC Development, tkoenig

On Thu, Aug 14, 2008 at 1:32 PM, Daniel Berlin <dberlin@dberlin.org> wrote:
> Failure:
>
> ../../../libgfortran/intrinsics/cshift0.c: In function 'cshift0':
> ../../../libgfortran/intrinsics/cshift0.c:124: warning: passing
> argument 1 of 'cshift0_i16' from incompatible pointer type
> ../../../libgfortran/intrinsics/cshift0.c:236: error: 'GFC_INTGER_16'
> undeclared (first use in this function)
> ../../../libgfortran/intrinsics/cshift0.c:236: error: (Each undeclared
> identifier is reported only once
> ../../../libgfortran/intrinsics/cshift0.c:236: error: for each
> function it appears in.)
> make[3]: *** [cshift0.lo] Error 1
> make[3]: *** Waiting for unfinished jobs....
>

It should be fixed now.


H.J.

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

* Re: Bootstrap broken on x86_64-linux
  2008-08-14 22:48 ` H.J. Lu
@ 2008-08-15 18:54   ` Thomas Koenig
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Koenig @ 2008-08-15 18:54 UTC (permalink / raw)
  To: H.J. Lu; +Cc: Daniel Berlin, gcc-patches, GCC Development, tkoenig

On Thu, 2008-08-14 at 14:41 -0700, H.J. Lu wrote:

> It should be fixed now.

Thanks a lot for the quick fix.

My problem is that I don't have access to a machine with GFC_REAL_16 and
working autoconf2.59, so possible problems in cut&paste code tend to be
hidden from me.

I'll make special mention of this the next time I submit a patch
containing #ifdef HAVE_GFC_REAL_16, to make sure that somebody tests
this before commit.

	Thomas


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

end of thread, other threads:[~2008-08-15 18:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-14 20:47 Bootstrap broken on x86_64-linux Daniel Berlin
2008-08-14 22:48 ` H.J. Lu
2008-08-15 18:54   ` Thomas Koenig

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).