]>
git.ipfire.org Git - thirdparty/gcc.git/log
GCC Administrator [Tue, 2 Aug 2005 00:16:21 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r102650.1
GCC Administrator [Mon, 1 Aug 2005 00:16:13 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r102612.1
Richard Sandiford [Sun, 31 Jul 2005 08:35:15 +0000 (08:35 +0000)]
re PR target/20621 (ICE: in change_address_1, at emit-rtl.c:1886)
PR target/20621
Backport from mainline:
2004-08-01 Richard Sandiford <rsandifo@redhat.com>
* config/mips/mips.md (cprestore): Provide two alternatives, one for
an in-range offset and one for an out-of-range offset. Wrap the latter
in .set macro/.set nomacro if it's inside a .set nomacro block.
2004-08-01 Richard Sandiford <rsandifo@redhat.com>
* config/mips/mips-protos.h (mips_gp_save_slot): Remove.
(mips_restore_gp): Declare.
* config/mips/mips.c (mips_add_offset): Add a scratch register
argument. Reimplement in rtl only, reusing MIPS16 logic from
mips_output_mi_thunk.
(mips_legitimize_address, mips_legitimize_const_move): Adjust calls
to mips_add_offset.
(mips_gp_save_slot): Delete.
(mips_restore_gp): New function.
(mips_set_return_address, mips_output_mi_thunk): Use mips_add_offset.
* config/mips/mips.md (exception_receiver): Turn into a
define_insn_and_split. Use mips_restore_gp to do the split.
(call_internal, call_value_internal, call_value_multiple_internal): Use
mips_restore_gp to restore $gp.
From-SVN: r102605
No Author [Sun, 31 Jul 2005 08:35:15 +0000 (08:35 +0000)]
This commit was manufactured by cvs2svn to create branch
'gcc-3_4-branch'.
From-SVN: r102604
GCC Administrator [Sun, 31 Jul 2005 00:16:13 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r102597.1
GCC Administrator [Sat, 30 Jul 2005 00:17:15 +0000 (00:17 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r102577.1
Alan Modra [Fri, 29 Jul 2005 03:03:44 +0000 (03:03 +0000)]
* config/rs6000/sysv4.h (TARGET_ASM_EXCEPTION_SECTION): Delete.
From-SVN: r102544
Richard Henderson [Fri, 29 Jul 2005 00:51:13 +0000 (17:51 -0700)]
re PR rtl-optimization/22619 (Compilation failure for real_const_1.f and real_const_2.f90)
PR rtl-opt/22619
* cfgcleanup.c (try_forward_edges): Watch out for end of
insn chain.
From-SVN: r102537
GCC Administrator [Fri, 29 Jul 2005 00:16:31 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r102532.1
Joseph Myers [Thu, 28 Jul 2005 23:01:29 +0000 (00:01 +0100)]
re PR c/17188 (struct Foo { } redefinition)
PR c/17188
PR c/21899
* c-decl.c (diagnose_mismatched_decls): Check for duplicate
declarations of enumerators.
(start_struct): Check TYPE_SIZE rather than TYPE_FIELDS to check
for redefinition. Check for nested redefinition.
(finish_struct): Don't check for nested redefinition.
(start_enum): Check for nested redefinition.
testsuite:
* gcc.dg/nested-redef-1.c, gcc.dg/pr17188-1.c: New tests.
* gcc.dg/decl-3.c: Adjust expected message.
From-SVN: r102526
Joseph Myers [Thu, 28 Jul 2005 22:56:03 +0000 (23:56 +0100)]
re PR c/21873 (infinite warning loop on bad array initializer)
PR c/21873
* c-typeck.c (push_init_level): Don't pop levels without braces if
implicit == 1.
testsuite:
* gcc.dg/init-excess-1.c: New test.
From-SVN: r102525
Gerald Pfeifer [Thu, 28 Jul 2005 21:34:51 +0000 (21:34 +0000)]
* doc/install.texi (Configuration): Update Valgrind homepage.
From-SVN: r102519
Richard Sandiford [Thu, 28 Jul 2005 16:34:42 +0000 (16:34 +0000)]
re PR c/20187 (wrong code for ((unsigned char)(unsigned long long)((a?a:1)&(a*b)))?0:1))
PR c/20187
* fold-const.c (fold): When shortening comparisons of widened operands,
check whether the tree returned by get_unwidened really is wider.
From-SVN: r102495
No Author [Thu, 28 Jul 2005 16:34:42 +0000 (16:34 +0000)]
This commit was manufactured by cvs2svn to create branch
'gcc-3_4-branch'.
From-SVN: r102494
Giovanni Bajo [Thu, 28 Jul 2005 10:22:22 +0000 (10:22 +0000)]
Backport:
2004-09-16 Mark Mitchell <mark@codesourcery.com>
PR c++/16002
* parser.c (cp_parser_simple_declaration): Commit to tentative
parses after seeing a decl-specifier.
(cp_parser_simple_declaration): Eliminate spurious message.
(cp_parser_init_declarator): Adjust error message.
2005-06-17 Geoffrey Keating <geoffk@apple.com>
PR c++/17413
* pt.c (type_unification_real): Apply template type deduction even
to procedure parameters that are not dependent on a template
parameter.
2004-11-02 Mark Mitchell <mark@codesourcery.com>
PR c++/18124
* parser.c (cp_parser_type_parameter): Robustify.
PR c++/18155
* parser.c (cp_parser_single_declaration): Disallow template
typedefs.
(cp_parser_typedef_p): New function.
2004-12-21 Mark Mitchell <mark@codesourcery.com>
PR c++/18378
* call.c (convert_like_real): Do not permit the use of a copy
constructor to copy a packed field.
Backport:
2004-09-16 Mark Mitchell <mark@codesourcery.com>
PR c++/16002
* g++.dg/parse/error18.C: New test.
* g++.dg/parse/crash11.C: Adjust error markers.
2005-06-17 Geoffrey Keating <geoffk@apple.com>
PR c++/17413
* g++.dg/template/local5.C: New.
2004-11-02 Mark Mitchell <mark@codesourcery.com>
PR c++/18124
* g++.dg/template/crash25.C: New test.
PR c++/18155
* g++.dg/template/typedef2.C: New test.
* g++.dg/parse/crash13.C: Adjust error markers.
2004-12-21 Mark Mitchell <mark@codesourcery.com>
PR c++/18378
* g++.dg/ext/packed8.C: New test.
From-SVN: r102477
Richard Sandiford [Thu, 28 Jul 2005 08:12:36 +0000 (08:12 +0000)]
Fix filename in last commit
From-SVN: r102472
Richard Sandiford [Thu, 28 Jul 2005 08:08:25 +0000 (08:08 +0000)]
re PR c/22589 (ICE casting to long long)
PR c/22589
Backport from mainline:
2004-06-16 Alexandre Oliva <aoliva@redhat.com>
* tree.c (get_narrower): Don't narrow integral types into
non-integral types.
From-SVN: r102471
No Author [Thu, 28 Jul 2005 08:08:25 +0000 (08:08 +0000)]
This commit was manufactured by cvs2svn to create branch
'gcc-3_4-branch'.
From-SVN: r102470
GCC Administrator [Thu, 28 Jul 2005 00:16:17 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r102448.1
GCC Administrator [Wed, 27 Jul 2005 00:16:19 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r102407.1
Bernardo Innocenti [Tue, 26 Jul 2005 20:32:25 +0000 (22:32 +0200)]
backport: re PR target/16719 ([ColdFire] Illegal move of byte itno address register causes compiler to ICE)
Backport from mainline:
2005-07-12 Peter Barada <peter@the-baradas.com>
PR middle-end/16719
PR middle-end/18421
* config/m68k/m68k.h (HARD_REGNO_MODE_OK): Disallow bytes
in address registers.
* config/m68k/m68k.c (hard_regno_mode_ok): Likewise.
* config/m68k/m68k.md: Replace 's' with 'i' in 4th
alternative of addsi3_5200.
From-SVN: r102396
GCC Administrator [Tue, 26 Jul 2005 00:16:16 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r102376.1
Giovanni Bajo [Mon, 25 Jul 2005 21:13:18 +0000 (21:13 +0000)]
re PR c++/19208 (Spurious error about variably modified type)
cp/
PR c++/19208
* pt.c (tsubst): Use fold_non_dependent_expr to fold array domains.
testsuite/
PR c++/19208
* g++.dg/template/array11.C: New test.
From-SVN: r102370
GCC Administrator [Mon, 25 Jul 2005 00:16:14 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r102340.1
GCC Administrator [Sun, 24 Jul 2005 00:16:17 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r102321.1
GCC Administrator [Sat, 23 Jul 2005 00:16:12 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r102301.1
GCC Administrator [Fri, 22 Jul 2005 00:16:52 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r102258.1
Janis Johnson [Thu, 21 Jul 2005 21:57:05 +0000 (21:57 +0000)]
re PR target/20191 (ICE in reload_cse_simplify_operands, on powerpc linux)
PR target/20191
Backport from mainline:
2004-04-23 Dale Johannesen <dalej@apple.com>
* config/rs6000.md (movsf_hardfloat): Add POWER form of nop.
(movdf_hardfloat64): Ditto.
(movdf_softfloat64): Ditto.
* config/rs6000.md (movsf_hardfloat): Accept CTR-to-CTR copy.
(movdf_hardfloat64): Ditto.
testsuite:
PR target/20191
* gcc.c-torture/compile/
20050721 -1.c: New test.
From-SVN: r102251
Richard Sandiford [Thu, 21 Jul 2005 06:56:24 +0000 (06:56 +0000)]
re PR rtl-optimization/22167 (Strange optimization bug when using -Os)
PR rtl-optimization/22167
* gcse.c (hoist_code): Fix hoist_exprs[] check.
From-SVN: r102224
No Author [Thu, 21 Jul 2005 06:56:24 +0000 (06:56 +0000)]
This commit was manufactured by cvs2svn to create branch
'gcc-3_4-branch'.
From-SVN: r102223
GCC Administrator [Thu, 21 Jul 2005 00:16:12 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r102213.1
GCC Administrator [Wed, 20 Jul 2005 00:16:32 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r102179.1
Gerald Pfeifer [Tue, 19 Jul 2005 21:08:48 +0000 (21:08 +0000)]
config.gcc: Add support for *-*-freebsd7, *-*-freebsd8, and *-*-freebsd9.
* config.gcc: Add support for *-*-freebsd7, *-*-freebsd8,
and *-*-freebsd9.
* config/freebsd-spec.h (FBSD_TARGET_OS_CPP_BUILTINS): Ditto.
From-SVN: r102172
GCC Administrator [Tue, 19 Jul 2005 00:16:15 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r102146.1
Paolo Carlini [Mon, 18 Jul 2005 18:31:59 +0000 (18:31 +0000)]
re PR libstdc++/21286 (filebuf::xsgetn vs pipes)
2005-07-18 Paolo Carlini <pcarlini@suse.de>
Nathan Myers <ncm@cantrip.org>
PR libstdc++/21286
* include/bits/fstream.tcc (basic_filebuf<>::xsgetn):
Loop on short reads.
Co-Authored-By: Nathan Myers <ncm@cantrip.org>
From-SVN: r102138
GCC Administrator [Mon, 18 Jul 2005 00:16:15 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r102126.1
SUGIOKA Toshinobu [Mon, 18 Jul 2005 00:03:43 +0000 (09:03 +0900)]
* include/private/gcconfig.h (sh-linux): Use LINUX_STACKBOTTOM.
From-SVN: r102123
GCC Administrator [Sun, 17 Jul 2005 00:16:15 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r102102.1
GCC Administrator [Sat, 16 Jul 2005 00:16:23 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r102071.1
GCC Administrator [Fri, 15 Jul 2005 00:16:16 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r102045.1
GCC Administrator [Thu, 14 Jul 2005 00:16:14 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r101999.1
GCC Administrator [Wed, 13 Jul 2005 00:16:14 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r101953.1
GCC Administrator [Tue, 12 Jul 2005 00:16:16 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r101903.1
GCC Administrator [Mon, 11 Jul 2005 00:16:17 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r101859.1
GCC Administrator [Sun, 10 Jul 2005 00:16:30 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r101839.1
Jakub Jelinek [Sat, 9 Jul 2005 08:54:18 +0000 (10:54 +0200)]
i386.c (output_set_got): Don't omit OFFSET FLAT...
* config/i386/i386.c (output_set_got): Don't omit OFFSET FLAT:
in Intel syntax add %reg, OFFSET FLAT:_GLOBAL_OFFSET_TABLE_+(.-.Lx).
From-SVN: r101821
GCC Administrator [Sat, 9 Jul 2005 00:16:49 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r101807.1
David Edelsohn [Fri, 8 Jul 2005 18:33:45 +0000 (18:33 +0000)]
backport: re PR target/22083 (TARGET_C99_FUNCTIONS is wrongly defined on AIX 5.1)
2005-07-08 David Edelsohn <edelsohn@gnu.org>
Backport from mainline:
2005-06-18 Roger Sayle <roger@eyesopen.com>
PR target/22083
* config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Remove definition.
From-SVN: r101784
GCC Administrator [Fri, 8 Jul 2005 00:16:24 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r101747.1
GCC Administrator [Fri, 8 Jul 2005 00:16:15 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r101746.1
GCC Administrator [Thu, 7 Jul 2005 00:16:15 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r101677.1
GCC Administrator [Wed, 6 Jul 2005 00:16:26 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r101643.1
Joseph Myers [Tue, 5 Jul 2005 21:19:16 +0000 (22:19 +0100)]
re PR c/22308 (Failure to diagnose violation of constraint 6.516p2)
PR c/22308
* c-decl.c (finish_struct): Also copy C_TYPE_FIELDS_READONLY,
C_TYPE_FIELDS_VOLATILE and C_TYPE_VARIABLE_SIZE to type variants.
testsuite:
* gcc.dg/pr22308-1.c: New test.
From-SVN: r101636
No Author [Tue, 5 Jul 2005 21:19:16 +0000 (21:19 +0000)]
This commit was manufactured by cvs2svn to create branch
'gcc-3_4-branch'.
From-SVN: r101635
GCC Administrator [Tue, 5 Jul 2005 00:16:33 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r101607.1
GCC Administrator [Mon, 4 Jul 2005 00:16:22 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r101564.1
GCC Administrator [Sun, 3 Jul 2005 00:16:14 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r101541.1
GCC Administrator [Sat, 2 Jul 2005 00:16:23 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r101522.1
GCC Administrator [Fri, 1 Jul 2005 00:16:15 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r101486.1
GCC Administrator [Thu, 30 Jun 2005 00:16:30 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r101447.1
GCC Administrator [Wed, 29 Jun 2005 00:16:48 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r101403.1
GCC Administrator [Tue, 28 Jun 2005 00:16:18 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r101362.1
GCC Administrator [Mon, 27 Jun 2005 00:16:49 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r101343.1
GCC Administrator [Sun, 26 Jun 2005 00:16:19 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r101325.1
GCC Administrator [Sat, 25 Jun 2005 00:16:21 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r101307.1
GCC Administrator [Fri, 24 Jun 2005 00:16:16 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r101279.1
GCC Administrator [Thu, 23 Jun 2005 00:16:21 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r101257.1
GCC Administrator [Wed, 22 Jun 2005 00:16:28 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r101242.1
GCC Administrator [Tue, 21 Jun 2005 00:16:18 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r101222.1
GCC Administrator [Mon, 20 Jun 2005 00:16:14 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r101198.1
GCC Administrator [Sun, 19 Jun 2005 00:16:15 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r101173.1
GCC Administrator [Sat, 18 Jun 2005 00:16:21 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r101146.1
GCC Administrator [Fri, 17 Jun 2005 00:16:34 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r101118.1
GCC Administrator [Thu, 16 Jun 2005 00:16:19 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r101002.1
GCC Administrator [Wed, 15 Jun 2005 00:16:14 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r100963.1
Mark Mitchell [Tue, 14 Jun 2005 16:55:45 +0000 (16:55 +0000)]
re PR c++/21987 (New testsuite failure g++.dg/warn/conversion-function-1.C)
PR c++/21987
* decl.c (grok_op_properties): Add missing warn_conversion check.
From-SVN: r100940
Eric Botcazou [Tue, 14 Jun 2005 13:15:01 +0000 (15:15 +0200)]
re PR target/20301 (Assembler labels have a leading "-")
PR target/20301
* config/sparc/sol2.h (ASM_GENERATE_INTERNAL_LABEL): Emit
unsigned index numbers.
From-SVN: r100935
GCC Administrator [Tue, 14 Jun 2005 00:16:17 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r100911.1
Nathan Sidwell [Mon, 13 Jun 2005 17:20:28 +0000 (17:20 +0000)]
re PR c++/20789 (ICE with incomplete type in template)
cp:
PR c++/20789
* decl.c (cp_finish_decl): Clear runtime runtime initialization if
in-class decl's initializer is bad.
testsuite:
PR c++/20789
* g++.dg/init/member1.C: New.
* g++.dg/other/warning1.C: Adjust.
From-SVN: r100883
No Author [Mon, 13 Jun 2005 17:20:28 +0000 (17:20 +0000)]
This commit was manufactured by cvs2svn to create branch
'gcc-3_4-branch'.
From-SVN: r100882
GCC Administrator [Mon, 13 Jun 2005 00:16:44 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r100867.1
GCC Administrator [Sun, 12 Jun 2005 00:16:13 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r100849.1
GCC Administrator [Sat, 11 Jun 2005 00:16:20 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r100836.1
Aldy Hernandez [Sat, 11 Jun 2005 00:16:02 +0000 (00:16 +0000)]
re PR c++/10611 (operations on vector mode not recognized in C++)
PR c++/10611
* cp/cvt.c (build_expr_type_conversion): Same.
* cp/typeck.c (build_binary_op): Handle vectors.
(common_type): Same.
(type_after_usual_arithmetic_conversions): Same.
* testsuite/g++.dg/conversion/simd2.C: New.
From-SVN: r100834
No Author [Sat, 11 Jun 2005 00:16:02 +0000 (00:16 +0000)]
This commit was manufactured by cvs2svn to create branch
'gcc-3_4-branch'.
From-SVN: r100833
GCC Administrator [Fri, 10 Jun 2005 00:16:17 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r100810.1
Nathan Sidwell [Thu, 9 Jun 2005 07:46:23 +0000 (07:46 +0000)]
re PR c++/21903 (Default argument of template function causes a compile-time error)
cp:
PR c++/21903
* cp-tree.def (DEFAULT_ARG): Document TREE_CHAIN use.
* parser.c (cp_parser_late_parsing_default_args): Propagate parsed
argument to any early instantiations.
* pt.c (tsubst_arg_types): Chain early instantiation of default
arg.
PR c++/19884
* pt.c (check_explicit_specialization): Make sure namespace
binding lookup found an overloaded function.
(lookup_template_function): Just assert FNS is an overloaded
function.
testsuite:
PR c++/19608
* parser.c (cp_parser_late_parsing_for_member): Use
current_function_decl as scope to push to and from.
testsuite:
PR 21903
* g++.dg/parse/defarg9.C: New.
PR c++/19884
* g++.old-deja/g++.oliva/template6.C: Add another case.
* g++.dg/template/explicit6.C: New.
PR c++/19608
* g++.dg/parse/local-class1.C: New.
From-SVN: r100794
GCC Administrator [Thu, 9 Jun 2005 00:16:23 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r100789.1
Eric Botcazou [Wed, 8 Jun 2005 20:54:30 +0000 (20:54 +0000)]
* gcc.dg/tls/debug-1.c: New test.
From-SVN: r100780
Eric Botcazou [Wed, 8 Jun 2005 20:52:34 +0000 (22:52 +0200)]
re PR debug/21889 (Native Solaris assembler cannot grok DTP-relative debug symbols)
PR target/21889
* config/sparc/sol2.h (ASM_OUTPUT_DWARF_DTPREL): Undefine.
* config/sparc/sol2-gas.h (ASM_OUTPUT_DWARF_DTPREL): Redefine.
From-SVN: r100779
Volker Reichelt [Wed, 8 Jun 2005 11:26:05 +0000 (11:26 +0000)]
re PR c++/20563 (Infinite loop in diagnostic (and ice after error message))
PR c++/20563
* parser.c (cp_parser_label_declaration): Deal with invalid/missing
identifiers.
* g++.dg/ext/label4.C: New test.
From-SVN: r100756
No Author [Wed, 8 Jun 2005 11:26:05 +0000 (11:26 +0000)]
This commit was manufactured by cvs2svn to create branch
'gcc-3_4-branch'.
From-SVN: r100755
GCC Administrator [Wed, 8 Jun 2005 00:16:24 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r100735.1
GCC Administrator [Tue, 7 Jun 2005 00:17:21 +0000 (00:17 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r100683.1
GCC Administrator [Mon, 6 Jun 2005 00:16:21 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r100643.1
Gerald Pfeifer [Sun, 5 Jun 2005 20:37:38 +0000 (20:37 +0000)]
* gennews (files): Update for egcs-1.0 release pages consolidation.
From-SVN: r100638
GCC Administrator [Sun, 5 Jun 2005 00:16:12 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r100609.1
Richard Henderson [Sat, 4 Jun 2005 19:27:26 +0000 (12:27 -0700)]
re PR target/21888 (bootstrap failure with linker relaxation enabled)
PR target/21888
* config/alpha/alpha.c (alpha_align_insns): Don't insert nops
until we've passed initial ldgp.
From-SVN: r100598
GCC Administrator [Sat, 4 Jun 2005 00:16:26 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r100569.1
Mark Mitchell [Fri, 3 Jun 2005 23:24:54 +0000 (23:24 +0000)]
re PR c++/21853 (constness of pointer to data member ignored)
PR c++/21853
* typeck.c (casts_away_constness_r): Do not drop cv-qualifiers on
the pointed-to type for a pointer-to-member.
PR c++/21853
* g++.dg/expr/static_cast6.C: New test.
From-SVN: r100564