This is the mail archive of the gcc-regression@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]

Fwd: 5 GCC HEAD@136895 regressions


[Resending because gcc.gnu.org rejected the previous message.]

Looks like these are from Jan's changes.

Begin forwarded message:

From: GCC regression tester <regress@geoffk.org>
Date: June 18, 2008 3:43:59 PM PDT
To: geoffk@geoffk.org
Subject: 5 GCC HEAD@136895 regressions
Reply-To: gcc-regression@gcc.gnu.org

With your recent patch, GCC HEAD revision 136895 had problems on:
native: regress-5 (2 NEW failures)
The previous build was of revision 136892.

Log information for changes since the last build:
------------------------------------------------------------------------
r136893 | hubicka | 2008-06-18 13:42:36 +0000 (Wed, 18 Jun 2008) | 5 lines
Changed paths:
M /trunk/gcc/ChangeLog
M /trunk/gcc/c-decl.c
M /trunk/gcc/cgraph.h
M /trunk/gcc/cgraphunit.c



* cgraph.h (cgraph_mark_if_needed): New function. * cgraphunit.c (cgraph_mark_if_needed): New function. * c-decl.c (duplicate_decl): Use it.

------------------------------------------------------------------------
r136894 | domob | 2008-06-18 13:53:32 +0000 (Wed, 18 Jun 2008) | 31 lines
Changed paths:
M /trunk/gcc/fortran/ChangeLog
M /trunk/gcc/fortran/array.c
M /trunk/gcc/fortran/decl.c
M /trunk/gcc/fortran/match.h
M /trunk/gcc/testsuite/ChangeLog
A /trunk/gcc/testsuite/gfortran.dg/array_constructor_25.f03
A /trunk/gcc/testsuite/gfortran.dg/array_constructor_26.f03
A /trunk/gcc/testsuite/gfortran.dg/array_constructor_27.f03
A /trunk/gcc/testsuite/gfortran.dg/array_constructor_28.f03
A /trunk/gcc/testsuite/gfortran.dg/array_constructor_29.f03
A /trunk/gcc/testsuite/gfortran.dg/array_constructor_30.f03
A /trunk/gcc/testsuite/gfortran.dg/array_constructor_type_19.f03
A /trunk/gcc/testsuite/gfortran.dg/array_constructor_type_20.f03
A /trunk/gcc/testsuite/gfortran.dg/array_constructor_type_21.f03


2008-06-18 Daniel Kraft <d@domob.eu>

   PR fortran/36517, fortran/36492
   * gfortran.dg/array_constructor_25.f03:  New test.
   * gfortran.dg/array_constructor_26.f03:  New test.
   * gfortran.dg/array_constructor_27.f03:  New test.
   * gfortran.dg/array_constructor_28.f03:  New test.
   * gfortran.dg/array_constructor_29.f03:  New test.
   * gfortran.dg/array_constructor_30.f03:  New test.
   * gfortran.dg/array_constructor_type_19.f03:  New test.
   * gfortran.dg/array_constructor_type_20.f03:  New test.
   * gfortran.dg/array_constructor_type_21.f03:  New test.

2008-06-18 Daniel Kraft <d@domob.eu>

PR fortran/36517, fortran/36492
* array.c (gfc_resolve_character_array_constructor): Call
gfc_set_constant_character_len with changed length-chec argument.
* decl.c (gfc_set_constant_character_len): Changed array argument to
be a generic length-checking argument that can be used for correct
checking with typespec and in special cases where the should-be length
is different from the target length.
(build_struct): Call gfc_set_constant_character_len with changed length
checking argument and introduced additional checks for exceptional
conditions on invalid code.
(add_init_expr_to_sym), (do_parm): Call gfc_set_constant_character_len
with changed argument.
* match.h (gfc_set_constant_character_len): Changed third argument to
int for the should-be length rather than bool.



------------------------------------------------------------------------
r136895 | hubicka | 2008-06-18 14:07:00 +0000 (Wed, 18 Jun 2008) | 13 lines
Changed paths:
M /trunk/gcc/ChangeLog
M /trunk/gcc/cgraphunit.c
M /trunk/gcc/testsuite/ChangeLog
M /trunk/gcc/testsuite/gcc.dg/asm-wide-1.c
M /trunk/gcc/testsuite/gcc.dg/weak/weak-6.c
M /trunk/gcc/testsuite/gcc.dg/weak/weak-7.c
M /trunk/gcc/testsuite/gcc.target/i386/sseregparm-2.c
A /trunk/gcc/testsuite/gcc.target/i386/sseregparm-8.c


   * cgraphunit.c (cgraph_expand_pending_functions): Give up at
   syntax errors.
   (cgraph_analyze_function): Likewise.
   * gcc.dg/asm-wide-1.c: Do not require extra errors we output
   confused by earlier errors.
   * gcc.target/i386/sseregparm-2.c: Remove markers for errors not
   output at parsing time.
   * gcc.target/i386/sseregparm-8.c: Move here compile time errors
   from gcc.target/i386/sseregparm-2.c.
   * gcc.dg/weak/weak-6.c: Do not require extra errors we output
   confused by earlier errors.
   * gcc.dg/weak/weak-7.c: Likewise.

------------------------------------------------------------------------

For more information, see <http://glutton.geoffk.org/HEAD/>.


-- Geoffrey Keating <geoffk@geoffk.org> (via an automated GCC regression-testing script.)

Attachment: smime.p7s
Description: S/MIME cryptographic signature


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