]>
git.ipfire.org Git - thirdparty/gcc.git/log
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
No Author [Fri, 3 Jun 2005 23:24:54 +0000 (23:24 +0000)]
This commit was manufactured by cvs2svn to create branch
'gcc-3_4-branch'.
From-SVN: r100563
Mark Mitchell [Fri, 3 Jun 2005 16:29:35 +0000 (16:29 +0000)]
re PR c++/21336 (Internal compiler error when using custom new operators)
PR c++/21336
* cp-tree.h (grok_op_properties): Remove friendp parameter.
* decl.c (grokfndecl): Adjust call.
(grok_op_properties): Determine the class of which the function is
a member by looking at its DECL_CONTEXT, not current_class_type.
* pt.c (tsubst_decl): Adjust call to grok_op_properties.
PR c++/21336
* g++.dg/template/new2.C: New test.
From-SVN: r100545
No Author [Fri, 3 Jun 2005 16:29:35 +0000 (16:29 +0000)]
This commit was manufactured by cvs2svn to create branch
'gcc-3_4-branch'.
From-SVN: r100544
GCC Administrator [Fri, 3 Jun 2005 00:16:23 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r100525.1
GCC Administrator [Thu, 2 Jun 2005 00:16:16 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r100473.1
Richard Henderson [Wed, 1 Jun 2005 16:32:31 +0000 (09:32 -0700)]
configure.ac (HAVE_AS_JSRDIRECT_RELOCS): New.
* configure.ac (HAVE_AS_JSRDIRECT_RELOCS): New.
* config.in, configure: Rebuild.
* config/alpha/alpha.c (print_operand): Add 'j'.
* alpha.md (divmodsi_internal_er_1): Use it.
(divmoddi_internal_er_1): Likewise.
From-SVN: r100455
GCC Administrator [Wed, 1 Jun 2005 00:16:31 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r100412.1
Eric Botcazou [Tue, 31 May 2005 13:04:17 +0000 (15:04 +0200)]
install.texi (sparc-sun-solaris2*): Update note about Sun bug
4910101 .
* doc/install.texi (sparc-sun-solaris2*): Update note
about Sun bug
4910101 .
From-SVN: r100387
GCC Administrator [Tue, 31 May 2005 00:16:47 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r100380.1
GCC Administrator [Mon, 30 May 2005 00:16:15 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r100336.1
Eric Botcazou [Sun, 29 May 2005 20:45:43 +0000 (22:45 +0200)]
re PR target/19933 (Problem with define of HUGE_VAL in math_c99.)
PR target/19933
* fixinc/inclhack.def (solaris_math_6_1): New fix.
(solaris_math_9): Rewrite and guard with #ifdef __sparc__.
* fixinc/fixincl.x: Regenerate.
* fixinc/tests/base/iso/math_c99.h: Adjust for above changes.
Backport from mainline:
2005-05-19 Eric Botcazou <ebotcazou@libertysurf.fr>
Joseph S. Myers <joseph@codesourcery.com>
* fixinc/inclhack.def: New fixes solaris_math_[1-9].
* fixinc/fixincl.x: Regenerate.
* fixinc/tests/base/iso/math_c99.h: New.
Backport from mainline:
2005-05-10 Joseph S. Myers <joseph@codesourcery.com>
* fixinc/inclhack.def (stdio_stdarg_h, stdio_va_list): Bypass on
*-*-solaris2.1[0-9]*, not just *-*-solaris2.1[0-9].
* fixinc/fixincl.x: Regenerate.
Backport from mainline:
2004-11-26 Mark Mitchell <mark@codesourcery.com>
* fixinc/inclhack.def (gnu_types): Do not use on Solaris 2.1x.
(stdio_va_list): Likewise.
(stdio_stdarg.h): Likewise.
(solaris_stdio_tag): Add bypass.
* fixinc/fixincl.x: Regenerated.
testsuite/
* gcc.dg/c99-math.h: New
* gcc.dg/c99-math-float-1.c: New test.
* gcc.dg/c99-math-double-1.c: Likewise.
* gcc.dg/c99-math-long-double-1.c: Likewise.
From-SVN: r100333
No Author [Sun, 29 May 2005 20:45:43 +0000 (20:45 +0000)]
This commit was manufactured by cvs2svn to create branch
'gcc-3_4-branch'.
From-SVN: r100332
GCC Administrator [Sun, 29 May 2005 00:16:18 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r100308.1
GCC Administrator [Sat, 28 May 2005 00:16:18 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r100287.1
Mark Mitchell [Fri, 27 May 2005 22:41:56 +0000 (22:41 +0000)]
* testsuite/Makefile.in: Regenerate with Automake 1.7.8.
From-SVN: r100280
GCC Administrator [Fri, 27 May 2005 00:16:26 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r100236.1
Volker Reichelt [Thu, 26 May 2005 16:13:40 +0000 (16:13 +0000)]
re PR translation/21768 (ICE in error message due to violation of coding conventions)
PR c++/21768
* pt.c (redeclare_class_template): Change error message according
to coding conventions.
From-SVN: r100209
Jakub Jelinek [Thu, 26 May 2005 09:05:04 +0000 (11:05 +0200)]
re PR target/21716 (ICE in reg-stack.c's swap_rtx_condition)
PR target/21716
* reg-stack.c (swap_rtx_condition): Don't crash if %ax user was not
found in the basic block and last insn in the basic block is not
INSN_P. Remove explicit unspec numbers that are no longer valid
from comments.
From-SVN: r100200
Roger Sayle [Thu, 26 May 2005 05:44:01 +0000 (05:44 +0000)]
re PR middle-end/21709 (ICE on compile-time complex NaN)
PR middle-end/21709
* fold-const.c (const_binop): Check for division by zero during
complex division.
* gcc.dg/pr21709-1.c: New test case.
From-SVN: r100186
GCC Administrator [Thu, 26 May 2005 00:16:17 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r100177.1
Andrew Haley [Wed, 25 May 2005 13:17:49 +0000 (13:17 +0000)]
gcconfig.h (HBLKSIZE): Define to 4096 on powerpc64-linux.
2005-05-25 Andrew Haley <aph@redhat.com>
* include/private/gcconfig.h (HBLKSIZE): Define to 4096 on
powerpc64-linux.
From-SVN: r100148
GCC Administrator [Wed, 25 May 2005 00:16:28 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r100133.1
Kazuhiro Inaoka [Tue, 24 May 2005 09:43:42 +0000 (09:43 +0000)]
m32r.c (m32r_expand_block_move): Return 0 if nothing was done.
* config/m32r/m32r.c (m32r_expand_block_move): Return 0 if
nothing was done.
* config/m32r/m32r.md (movmemsi): If m32r_expand_block_move did
nothing then FAIL.
* config/m32r/m32r/m32r-protos.h (m32r_expand_block_move): Update
prototype.
From-SVN: r100098
GCC Administrator [Tue, 24 May 2005 00:16:15 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r100090.1
Ulrich Weigand [Mon, 23 May 2005 17:04:39 +0000 (17:04 +0000)]
unroll.c (loop_iterations): Remove common term from initial and final value only if it is loop invariant.
ChangeLog:
* unroll.c (loop_iterations): Remove common term from initial
and final value only if it is loop invariant.
testsuite/ChangeLog:
* gcc.dg/
20050510 -1.c: New test.
From-SVN: r100085
GCC Administrator [Mon, 23 May 2005 00:16:15 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r100072.1
GCC Administrator [Sun, 22 May 2005 00:16:31 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r100053.1
GCC Administrator [Sat, 21 May 2005 00:16:30 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r100038.1
Mark Mitchell [Fri, 20 May 2005 18:14:36 +0000 (18:14 +0000)]
* version.c (version_string): Mark as 3.4.5.
From-SVN: r100024
GCC Administrator [Fri, 20 May 2005 00:16:22 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r99999.1
Mark Mitchell [Thu, 19 May 2005 17:01:09 +0000 (17:01 +0000)]
* version.c (version_string): Restore pre-release marker.
From-SVN: r99979
Mark Mitchell [Thu, 19 May 2005 07:51:53 +0000 (07:51 +0000)]
Update version
From-SVN: r99964
Mark Mitchell [Thu, 19 May 2005 07:51:46 +0000 (07:51 +0000)]
Mark ChangeLog
From-SVN: r99963
Mark Mitchell [Thu, 19 May 2005 07:21:03 +0000 (07:21 +0000)]
rw.po: New file.
* rw.po: New file.
* ca.po: Update.
* de.po: Likewise.
* tr.po: Likewise.
From-SVN: r99959
Mark Mitchell [Thu, 19 May 2005 07:06:16 +0000 (07:06 +0000)]
* gcc.pot: Regenerated.
From-SVN: r99954
GCC Administrator [Thu, 19 May 2005 00:16:19 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r99938
Jonathan Wakely [Wed, 18 May 2005 16:03:41 +0000 (17:03 +0100)]
debug.html: Explain that _GLIBXX_DEBUG_PEDANTIC must be defined for pedantic mode.
* docs/html/debug.html: Explain that _GLIBXX_DEBUG_PEDANTIC must
be defined for pedantic mode.
From-SVN: r99905
GCC Administrator [Wed, 18 May 2005 00:16:23 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r99870
GCC Administrator [Tue, 17 May 2005 00:16:27 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r99805
GCC Administrator [Mon, 16 May 2005 00:16:14 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r99754
Mark Mitchell [Sun, 15 May 2005 22:56:59 +0000 (22:56 +0000)]
* lib/compat.exp (compat-execute): Do not use regsub unsafely.
From-SVN: r99752
Andreas Schwab [Sun, 15 May 2005 12:01:07 +0000 (12:01 +0000)]
Makefile.am (check-local): Really remove.
* testsuite/Makefile.am (check-local): Really remove.
* testsuite/Makefile.in: Regenerated.
From-SVN: r99718
GCC Administrator [Sun, 15 May 2005 00:16:28 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r99707
GCC Administrator [Sat, 14 May 2005 00:16:20 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r99683
Mark Mitchell [Fri, 13 May 2005 00:38:22 +0000 (00:38 +0000)]
[multiple changes]
2005-04-04 Mark Mitchell <mark@codesourcery.com>
* testsuite/Makefile.am (check-local): Remove.
(curent_symbols.txt): Likewise.
(check-abi): Do not depend on current_symbols.txt.
* testsuite/Makefile.in: Regenerated.
* testsuite/libstdc++-abi/abi.exp: Build current_symbols.txt.
2005-04-01 Mark Mitchell <mark@codesourcery.com>
* testsuite/Makefile.am (noinst_PROGRAMS): Remove.
(site.exp): Write out the path to the baseline file.
(check-abi): Use DejaGNU.
(check-abi-verbose): Remove.
* testsuite/Makefile.in: Regenerated.
* testsuite/abi_check.cc (main): Check the return value from
compare_symbols.
* testsuite/testsuite_abi.cc (compare_symbols): Return a value.
* testsuite/testsuite_abi.h (compare_symbols): Adjust prototype.
* testsuite/libstdc++-abi/abi.exp: New file.
2004-03-19 Phil Edwards <phil@codesourcery.com>
* testsuite/Makefile.am (site.exp): New target, based on that
created by automake. Also set libiconv.
From-SVN: r99644
GCC Administrator [Fri, 13 May 2005 00:16:11 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r99639
GCC Administrator [Thu, 12 May 2005 00:16:12 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r99601
Mark Mitchell [Wed, 11 May 2005 21:19:54 +0000 (21:19 +0000)]
revert: backport: function.c (fixup_var_refs): Save volatile_ok and set to 1.
Revert:
2005-05-10 H.J. Lu <hongjiu.lu@intel.com>
Backport from mainline
2004-02-12 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* function.c (fixup_var_refs): Save volatile_ok and set to 1.
* expr.c (emit_block_move_via_movstr): Save and restore
volatile_ok.
2005-05-09 Grigory Tolstolytkin <gtolstolytkin@ru.mvista.com>
Backport from mainline
2004-02-12 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* emit-rtl.c (set_mem_attributes_minus_bitpos): Don't kill previous
MEM_VOLATILE in REF.
From-SVN: r99595
Ben Elliston [Wed, 11 May 2005 01:51:52 +0000 (01:51 +0000)]
Temporarily revert 2005-05-10 patch, which causes a 3.4 regression.
From-SVN: r99557