]>
git.ipfire.org Git - thirdparty/gcc.git/log
Volker Reichelt [Sun, 7 May 2006 20:32:34 +0000 (20:32 +0000)]
* g++.dg/template/incomplete2.C: Fix error marker.
From-SVN: r113606
GCC Administrator [Sun, 7 May 2006 00:16:40 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113590
GCC Administrator [Sun, 7 May 2006 00:16:37 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113589
Volker Reichelt [Sat, 6 May 2006 20:45:59 +0000 (20:45 +0000)]
re PR c++/27427 (ICE with invalid template parameter)
PR c++/27427
* pt.c (convert_nontype_argument): Return early on invalid arguments.
* g++.dg/template/incomplete2.C: New test.
From-SVN: r113584
Volker Reichelt [Sat, 6 May 2006 00:26:58 +0000 (00:26 +0000)]
re PR c++/27422 (ICE with invalid function argument)
PR c++/27422
* typeck.c (convert_arguments): Return early on args with
invalid types.
* g++.dg/conversion/void1.C: New test.
From-SVN: r113570
GCC Administrator [Sat, 6 May 2006 00:16:31 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113564
GCC Administrator [Sat, 6 May 2006 00:16:29 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113563
GCC Administrator [Fri, 5 May 2006 00:16:34 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113545
GCC Administrator [Fri, 5 May 2006 00:16:32 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113544
GCC Administrator [Thu, 4 May 2006 00:16:35 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113506
GCC Administrator [Thu, 4 May 2006 00:16:32 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113505
Roger Sayle [Wed, 3 May 2006 18:49:40 +0000 (18:49 +0000)]
re PR c/25309 (ICE on initialization of a huge array)
PR c/25309
* c-typeck.c (struct spelling): Make I an unsigned HOST_WIDE_INT.
(push_array_bounds): Delete prototype. Change BOUNDS argument to
an unsigned HOST_WIDE_INT.
(print_spelling): Use HOST_WIDE_INT_PRINT_UNSIGNED to output the
array index.
(really_start_incremental_init): No need to call convert because
bitsize_zero_node is already of type bitsizetype.
(push_init_level): Extract the value of constructor_index as an
unsigned HOST_WIDE_INT quantity, using tree_low_cst.
(process_init_element): Likewise.
* gcc.dg/large-size-array-2.c: New test case.
From-SVN: r113500
GCC Administrator [Wed, 3 May 2006 00:17:00 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r113488
GCC Administrator [Wed, 3 May 2006 00:16:50 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113487
GCC Administrator [Tue, 2 May 2006 00:16:28 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113442
GCC Administrator [Tue, 2 May 2006 00:16:26 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113441
Richard Guenther [Mon, 1 May 2006 12:04:13 +0000 (12:04 +0000)]
re PR middle-end/26565 (Unaligned accesses with __attribute__(packed) and memcpy)
2006-05-01 Richard Guenther <rguenther@suse.de>
PR middle-end/26565
* builtins.c (get_pointer_alignment): Handle component
references for field alignment.
From-SVN: r113411
GCC Administrator [Mon, 1 May 2006 00:16:27 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113402
GCC Administrator [Mon, 1 May 2006 00:16:25 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113401
Volker Reichelt [Sun, 30 Apr 2006 10:40:18 +0000 (10:40 +0000)]
re PR c++/27278 (ICE with invalid operator declaration)
PR c++/27278
* decl.c (grok_op_properties): Skip operators with invalid args
when checking for class-type or enum-type args.
* g++.dg/parse/operator7.C: New test.
From-SVN: r113391
GCC Administrator [Sun, 30 Apr 2006 00:16:29 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113384
GCC Administrator [Sun, 30 Apr 2006 00:16:27 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113383
Volker Reichelt [Sat, 29 Apr 2006 20:55:44 +0000 (20:55 +0000)]
re PR c++/27279 (ICE with invalid constructor declaration)
PR c++/27279
* decl.c (copy_fn_p): Skip functions with invalid first arg.
* g++.dg/parse/ctor4.C: New test.
From-SVN: r113380
GCC Administrator [Sat, 29 Apr 2006 00:16:28 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113366
GCC Administrator [Sat, 29 Apr 2006 00:16:26 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113365
GCC Administrator [Fri, 28 Apr 2006 00:16:34 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113329
GCC Administrator [Fri, 28 Apr 2006 00:16:31 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113328
GCC Administrator [Thu, 27 Apr 2006 00:16:31 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113288
GCC Administrator [Thu, 27 Apr 2006 00:16:29 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113287
Roger Sayle [Wed, 26 Apr 2006 03:20:56 +0000 (03:20 +0000)]
re PR target/26961 (ICE simplify_subreg:3813)
PR target/26961
* fold-const.c (fold): When converting "A ? B : C" into either
"A op B" or "A op C", we may need to convert A to the type of B and C.
* gcc.dg/fold-cond-1.c: New test case.
* gcc.dg/pr26961-1.c: Likewise.
From-SVN: r113266
GCC Administrator [Wed, 26 Apr 2006 00:16:29 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113261
GCC Administrator [Wed, 26 Apr 2006 00:16:26 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113260
GCC Administrator [Tue, 25 Apr 2006 00:16:36 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113234
GCC Administrator [Tue, 25 Apr 2006 00:16:34 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113233
GCC Administrator [Mon, 24 Apr 2006 00:16:26 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113208
GCC Administrator [Mon, 24 Apr 2006 00:16:25 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113207
Matthias Klose [Sun, 23 Apr 2006 18:21:22 +0000 (18:21 +0000)]
Make-lang.in (treelang.check): Don't set and pass TRANSFORM.
2006-04-22 Matthias Klose <doko@debian.org>
* Make-lang.in(treelang.check): Don't set and pass TRANSFORM.
From-SVN: r113205
Eric Botcazou [Sun, 23 Apr 2006 18:17:25 +0000 (18:17 +0000)]
tree-tailcall.c (pass_tail_recursion): Use gate_tail_calls too.
* tree-tailcall.c (pass_tail_recursion): Use gate_tail_calls too.
From-SVN: r113203
GCC Administrator [Sun, 23 Apr 2006 00:16:26 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113185
GCC Administrator [Sun, 23 Apr 2006 00:16:24 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113184
GCC Administrator [Sat, 22 Apr 2006 00:16:29 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113160
GCC Administrator [Sat, 22 Apr 2006 00:16:26 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113159
GCC Administrator [Fri, 21 Apr 2006 00:16:22 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113126
GCC Administrator [Fri, 21 Apr 2006 00:16:20 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113125
GCC Administrator [Thu, 20 Apr 2006 00:16:28 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113103
GCC Administrator [Thu, 20 Apr 2006 00:16:26 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113102
Volker Reichelt [Wed, 19 Apr 2006 22:10:10 +0000 (22:10 +0000)]
re PR c++/26558 (segfault on syntax error)
PR c++/26558
* parser.c (cp_parser_class_name): Check for invalid typenames.
Rearrange code.
* g++.dg/parse/template19.C: New test.
From-SVN: r113098
Volker Reichelt [Wed, 19 Apr 2006 17:43:01 +0000 (17:43 +0000)]
re PR c++/26036 (Treating a class object as a function with member variables causes hang)
PR c++/26036
* typeck.c (convert_arguments): Return error_mark_node instead of
error_mark_list.
* cp-tree.h (error_mark_list): Remove declaration.
* decl.c (error_mark_list): Remove definition.
(cxx_init_decl_processing): Do not initialize error_mark_list.
* g++.dg/expr/call3.C: New test.
From-SVN: r113089
Volker Reichelt [Wed, 19 Apr 2006 17:23:10 +0000 (17:23 +0000)]
re PR c++/10385 (Internal compiler error in build_up_reference, at cp/cvt.c:353, on invalid dynamic_cast)
PR c++/10385
* rtti.c (build_dynamic_cast_1): Check for invalid conversions
before calling convert_to_reference.
* cvt.c (convert_to_reference): Assert that reftype is a
REFERENCE_TYPE.
* g++.dg/conversion/dynamic1.C: New test.
From-SVN: r113086
GCC Administrator [Wed, 19 Apr 2006 00:16:30 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113062
GCC Administrator [Wed, 19 Apr 2006 00:16:28 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113061
GCC Administrator [Tue, 18 Apr 2006 00:16:39 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113020
GCC Administrator [Tue, 18 Apr 2006 00:16:37 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r113019
GCC Administrator [Mon, 17 Apr 2006 00:16:28 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112993
GCC Administrator [Mon, 17 Apr 2006 00:16:27 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112992
GCC Administrator [Sun, 16 Apr 2006 00:16:28 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112975
GCC Administrator [Sun, 16 Apr 2006 00:16:26 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112974
GCC Administrator [Sat, 15 Apr 2006 00:16:29 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112962
GCC Administrator [Sat, 15 Apr 2006 00:16:27 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112961
Alexey Starovoytov [Fri, 14 Apr 2006 07:03:42 +0000 (07:03 +0000)]
sparc.c (emit_and_preserve): Allocate space for the register save area.
* config/sparc/sparc.c (emit_and_preserve): Allocate space for the
register save area.
Co-Authored-By: Eric Botcazou <ebotcazou@libertysurf.fr>
From-SVN: r112952
GCC Administrator [Fri, 14 Apr 2006 00:16:32 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112938
GCC Administrator [Fri, 14 Apr 2006 00:16:31 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112937
GCC Administrator [Thu, 13 Apr 2006 00:16:27 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112907
GCC Administrator [Thu, 13 Apr 2006 00:16:24 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112906
GCC Administrator [Wed, 12 Apr 2006 00:16:26 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112874
GCC Administrator [Wed, 12 Apr 2006 00:16:24 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112873
GCC Administrator [Tue, 11 Apr 2006 00:16:31 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112839
GCC Administrator [Tue, 11 Apr 2006 00:16:25 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112838
Matthias Klose [Mon, 10 Apr 2006 22:01:37 +0000 (22:01 +0000)]
gcc-defs.exp (gcc-set-multilib-library-path): Recognize multilib directory names containing underscores.
gcc/testsuite:
2006-04-10 Matthias Klose <doko@debian.org>
* testsuite/lib/gcc-defs.exp (gcc-set-multilib-library-path):
Recognize multilib directory names containing underscores.
libffi:
2006-04-10 Matthias Klose <doko@debian.org>
* testsuite/lib/libffi-dg.exp (libffi-init): Recognize multilib
directory names containing underscores.
libjava:
2006-04-10 Matthias Klose <doko@debian.org>
* testsuite/lib/libjava.exp (libjava_init): Recognize multilib
directory names containing underscores.
libmudflap:
2006-04-10 Matthias Klose <doko@debian.org>
* testsuite/lib/libmudflap.exp (libmudflap-init): Recognize multilib
directory names containing underscores.
libstdc++:
2006-04-10 Matthias Klose <doko@debian.org>
* testsuite/lib/libstdc++.exp (libstdc++_init): Recognize multilib
directory names containing underscores.
From-SVN: r112835
Eric Botcazou [Mon, 10 Apr 2006 14:36:23 +0000 (16:36 +0200)]
install.texi (*-*-solaris2*): Point to the configure page.
* doc/install.texi (*-*-solaris2*): Point to the configure page.
From-SVN: r112826
GCC Administrator [Mon, 10 Apr 2006 00:16:28 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112811
GCC Administrator [Mon, 10 Apr 2006 00:16:25 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112810
GCC Administrator [Sun, 9 Apr 2006 00:16:26 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112796
GCC Administrator [Sun, 9 Apr 2006 00:16:25 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112795
GCC Administrator [Sat, 8 Apr 2006 00:16:26 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112771
GCC Administrator [Sat, 8 Apr 2006 00:16:24 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112770
GCC Administrator [Fri, 7 Apr 2006 00:16:18 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112743
GCC Administrator [Fri, 7 Apr 2006 00:16:16 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112742
GCC Administrator [Thu, 6 Apr 2006 00:16:39 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112726
GCC Administrator [Thu, 6 Apr 2006 00:16:36 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112725
Eric Botcazou [Wed, 5 Apr 2006 13:41:44 +0000 (13:41 +0000)]
Add missing word in comment.
From-SVN: r112704
GCC Administrator [Wed, 5 Apr 2006 00:16:29 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112687
GCC Administrator [Wed, 5 Apr 2006 00:16:28 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112686
Alex Deiter [Tue, 4 Apr 2006 21:04:37 +0000 (21:04 +0000)]
re PR bootstrap/27023 (cannot build with GNU make 3.81)
PR bootstrap/27023
* Makefile.tpl (multilib.out): Remove trailing backslash.
* Makefile.in: Regenerate.
From-SVN: r112680
Kazuhiro Inaoka [Tue, 4 Apr 2006 09:31:50 +0000 (09:31 +0000)]
re PR fortran/36276 (possible issue with opening fortran files?)
PR target/36276
* config/m32r/m32r.c (gen_compare): Removed a rule addsi3 codes to avoid a
miss optimizing at simplify_relational_operation().
* config/m32r/m32r.md (seq): Ditto. Changed reg_or_eq_int16_operand to
reg_or_uint16_operand because seq_insn has not used addsi3 already.
(seq_insn): Ditto. Removed operand check mode "P".
Changed reg_or_eq_int16_operand to reg_or_uint16_operand.
From-SVN: r112662
Kazuhiro Inaoka [Tue, 4 Apr 2006 09:18:38 +0000 (09:18 +0000)]
re PR target/26775 (a stack pointer is not recovered correctly when using alloca.)
PR target/26775
PR target/26776
* config/m32r/m32r.c (m32r_output_function_epilogue): Case for a large
stack frame at epilogue. Use fp to recover a stack pointer for alloca
function at epilogue.
From-SVN: r112659
GCC Administrator [Tue, 4 Apr 2006 00:16:33 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112649
GCC Administrator [Tue, 4 Apr 2006 00:16:30 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112648
GCC Administrator [Mon, 3 Apr 2006 00:16:32 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112629
GCC Administrator [Mon, 3 Apr 2006 00:16:30 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112628
GCC Administrator [Sun, 2 Apr 2006 00:16:31 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112615
GCC Administrator [Sun, 2 Apr 2006 00:16:29 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112614
GCC Administrator [Sat, 1 Apr 2006 00:16:31 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112597
GCC Administrator [Sat, 1 Apr 2006 00:16:29 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112596
H.J. Lu [Fri, 31 Mar 2006 17:42:06 +0000 (17:42 +0000)]
re PR testsuite/25741 (Gcc testsuite isn't parallel build safe)
2006-03-31 H.J. Lu <hongjiu.lu@intel.com>
PR testsuite/25741
Backport from mainline
2006-01-16 H.J. Lu <hongjiu.lu@intel.com>
* lib/g++.exp (g++_init): Use $base_dir/../../ instead of
$base_dir/../.
* lib/gfortran.exp (gfortran_init): Likewise.
* lib/scanasm.exp (scan-assembler-dem): Likewise.
(scan-assembler-dem-not): Likewise.
From-SVN: r112584
GCC Administrator [Fri, 31 Mar 2006 00:16:49 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112551
GCC Administrator [Fri, 31 Mar 2006 00:16:47 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112550
GCC Administrator [Thu, 30 Mar 2006 00:16:28 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112524
GCC Administrator [Thu, 30 Mar 2006 00:16:26 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r112523
Kaveh R. Ghazi [Wed, 29 Mar 2006 02:49:43 +0000 (02:49 +0000)]
direct_io_1.f90, [...]: Delete temporary files from testcases.
* gfortran.dg/direct_io_1.f90, gfortran.dg/iostat_2.f90,
gfortran.dg/open_new.f90, gfortran.dg/open_readonly_1.f90,
gfortran.dg/pr16935.f90, gfortran.dg/pr20954.f,
gfortran.fortran-torture/execute/direct_io.f90,
gfortran.fortran-torture/execute/inquire_2.f90,
gfortran.fortran-torture/execute/inquire_4.f90,
gfortran.fortran-torture/execute/list_read_1.f90,
gfortran.fortran-torture/execute/open_replace.f90,
gfortran.fortran-torture/execute/slash_edit.f90,
gfortran.fortran-torture/execute/unopened_unit_1.f90: Delete
temporary files from testcases.
* gfortran.dg/direct_io_2.f90,
gfortran.fortran-torture/execute/inquire_1.f90,
gfortran.fortran-torture/execute/inquire_3.f90: Delete temp file.
* gfortran.dg/endfile_2.f90: Delete temp file.
From-SVN: r112485