]> git.ipfire.org Git - thirdparty/gcc.git/log
thirdparty/gcc.git
20 years agot-rtems: New.
Ralf Corsepius [Tue, 23 Nov 2004 10:17:55 +0000 (11:17 +0100)] 
t-rtems: New.

2004-11-23  Ralf Corsepius <ralf.corsepius@rtems.org>

* config/c4x/t-rtems: New.
* config.gcc: Reflect having added c4x/t-rtems.

From-SVN: r91084

20 years agot-rtems: New.
Ralf Corsepius [Tue, 23 Nov 2004 05:38:14 +0000 (06:38 +0100)] 
t-rtems: New.

2004-11-23  Ralf Corsepius <ralf.corsepius@rtems.org>

* config/arm/t-rtems: New.
* config.gcc: Reflect having added arm/t-rtems.

From-SVN: r91077

20 years agoconfig.gcc: Add avr-*-rtems*.
Ralf Corsepius [Tue, 23 Nov 2004 04:06:41 +0000 (05:06 +0100)] 
config.gcc: Add avr-*-rtems*.

2004-11-23  Ralf Corsepius <ralf.corsepius@rtems.org>

* config.gcc: Add avr-*-rtems*.
* config/avr/t-rtems: New.
* config/avr/rtems.h: New.

From-SVN: r91072

20 years agore PR rtl-optimization/14838 (ICE when building with -O2 -g)
John David Anglin [Tue, 23 Nov 2004 03:01:10 +0000 (03:01 +0000)] 
re PR rtl-optimization/14838 (ICE when building with -O2 -g)

PR rtl-optimization/14838
* emit-rtl.c (get_first_nonnote_insn): Don't assume first insn is a
note.
(get_last_nonnote_insn): Don't assume last insn is a note.

From-SVN: r91068

20 years agoDaily bump.
GCC Administrator [Tue, 23 Nov 2004 00:21:46 +0000 (00:21 +0000)] 
Daily bump.

From-SVN: r91052

20 years agoDaily bump.
GCC Administrator [Mon, 22 Nov 2004 00:16:07 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r90991

20 years agoinclhack.def (alpha_pthread_init): Fix technical problems with the last check-in...
Roger Sayle [Sun, 21 Nov 2004 23:59:53 +0000 (23:59 +0000)] 
inclhack.def (alpha_pthread_init): Fix technical problems with the last check-in caused by CVS variable substitution.

* fixinc/inclhack.def (alpha_pthread_init): Fix technical problems
with the last check-in caused by CVS variable substitution.
* fixinc/fixincl.x: Likewise.
* fixinc/tests/base/pthread.h: Likewise.

Co-Authored-By: Bruce Korb <bkorb@gnu.org>
From-SVN: r90990

20 years agoinclhack.def (alpha_pthread_init): New fix.
Roger Sayle [Sun, 21 Nov 2004 19:41:28 +0000 (19:41 +0000)] 
inclhack.def (alpha_pthread_init): New fix.

* fixinc/inclhack.def (alpha_pthread_init): New fix.
* fixinc/fixincl.x: Regenerate.
* fixinc/tests/base/pthread.h: Update for new test.

From-SVN: r90984

20 years agoDaily bump.
GCC Administrator [Sun, 21 Nov 2004 00:16:04 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r90971

20 years agoDaily bump.
GCC Administrator [Sat, 20 Nov 2004 00:16:16 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r90944

20 years agoDaily bump.
GCC Administrator [Fri, 19 Nov 2004 00:16:20 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r90886

20 years agolocale_facets.tcc (time_get<>::do_get_weekday, [...]): Absolutely avoid dereferencing...
Paolo Carlini [Thu, 18 Nov 2004 10:50:19 +0000 (10:50 +0000)] 
locale_facets.tcc (time_get<>::do_get_weekday, [...]): Absolutely avoid dereferencing end iterators.

2004-11-18  Paolo Carlini  <pcarlini@suse.de>

* include/bits/locale_facets.tcc (time_get<>::do_get_weekday,
time_get<>::do_get_monthname): Absolutely avoid dereferencing
end iterators.

* include/bits/locale_facets.tcc (time_get<>::_M_extract_name):
Minor tweak.

From-SVN: r90855

20 years agoDaily bump.
GCC Administrator [Thu, 18 Nov 2004 00:16:37 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r90834

20 years agore PR target/18263 ([3.4 only] Build broken for ARC.)
Ramana Radhakrishnan [Wed, 17 Nov 2004 12:29:16 +0000 (12:29 +0000)] 
re PR target/18263 ([3.4 only] Build broken for ARC.)

PR target/18263
* config/arc/lib1funcs.asm (___umulsidi3): Change use of cmp to the
equivalent on the A4.

From-SVN: r90806

20 years agoDaily bump.
GCC Administrator [Wed, 17 Nov 2004 00:16:15 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r90774

20 years agore PR c/18498 (gcc allows non-integral bitfield types)
Joseph Myers [Tue, 16 Nov 2004 19:55:47 +0000 (19:55 +0000)] 
re PR c/18498 (gcc allows non-integral bitfield types)

PR c/18498
* c-decl.c (grokdeclarator): Call check_bitfield_type_and_width
after processing the declarator.

testsuite:
* gcc.dg/bitfld-13.c: New test.

From-SVN: r90755

20 years agoThis commit was manufactured by cvs2svn to create branch
No Author [Tue, 16 Nov 2004 19:55:47 +0000 (19:55 +0000)] 
This commit was manufactured by cvs2svn to create branch
'gcc-3_4-branch'.

From-SVN: r90754

20 years agohowto.html: Document change from _GLIBCPP_CONCEPT_CHECKS to _GLIBCXX_CONCEPT_CHECKS...
Jonathan Wakely [Tue, 16 Nov 2004 12:42:54 +0000 (12:42 +0000)] 
howto.html: Document change from _GLIBCPP_CONCEPT_CHECKS to _GLIBCXX_CONCEPT_CHECKS in 3.4.

2004-11-16  Jonathan Wakely  <redi@gcc.gnu.org>

* docs/html/19_diagnostics/howto.html: Document change from
_GLIBCPP_CONCEPT_CHECKS to _GLIBCXX_CONCEPT_CHECKS in 3.4.

From-SVN: r90735

20 years agoDaily bump.
GCC Administrator [Tue, 16 Nov 2004 00:16:11 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r90705

20 years agoDaily bump.
GCC Administrator [Mon, 15 Nov 2004 00:16:05 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r90642

20 years agore PR objc/18406 (ICE compiling Objective C code with long double arguments)
Andrew Pinski [Sun, 14 Nov 2004 19:00:55 +0000 (19:00 +0000)] 
re PR objc/18406 (ICE compiling Objective C code with long double arguments)

2004-11-14  Andrew Pinski  <pinskia@physics.uc.edu>

        PR objc/18406
        * objc/obj-act.c (encode_type): 96bits doubles are encoded the
        same way as 64bit and 128bit doubles are.

From-SVN: r90628

20 years agore PR target/18347 (mmix-knuth-mmixware testsuite failure: gcc.dg/uninit-C.c)
Hans-Peter Nilsson [Sun, 14 Nov 2004 04:53:23 +0000 (04:53 +0000)] 
re PR target/18347 (mmix-knuth-mmixware testsuite failure: gcc.dg/uninit-C.c)

PR target/18347
* config/mmix/mmix.c (mmix_function_outgoing_value): Handle
TImode.  Sorry for other non-complex larger-than-64-bit modes.
* config/mmix/mmix.h (MIN_UNITS_PER_WORD): Do not define.
(INIT_CUMULATIVE_ARGS): Correct unused macro name FNDECL.

From-SVN: r90612

20 years agoDaily bump.
GCC Administrator [Sun, 14 Nov 2004 00:16:07 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r90602

20 years agomd.texi (constraints): Mention that it is useless when the two alternatives are stric...
Eric Botcazou [Sat, 13 Nov 2004 22:31:42 +0000 (23:31 +0100)] 
md.texi (constraints): Mention that it is useless when the two alternatives are strictly identical.

* doc/md.texi (constraints) <% modifier>: Mention that it is
useless when the two alternatives are strictly identical.

From-SVN: r90599

20 years agoDaily bump.
GCC Administrator [Sat, 13 Nov 2004 00:16:09 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r90561

20 years agore PR c++/18389 (ICE on struct declaration in for statement)
Mark Mitchell [Fri, 12 Nov 2004 21:57:31 +0000 (21:57 +0000)] 
re PR c++/18389 (ICE on struct declaration in for statement)

PR c++/18389
* decl.c (start_decl): Make sure to set *pop_scope_p.  Return
error_mark_node to indicate errors.

PR c++/18436
* pt.c (tsubst_copy_and_build): Do not do Koenig lookup when an
unqualified name resolves to a member function.

PR c++/18407
* pt.c (tsubst_copy_and_build): Handle qualified names used from a
derived class correctly.

* decl2.c (import_export_decl): Fix typo in comment.
* tree.c (pod_type_p): Likewise.

PR c++/18389
* g++.dg/parse/cond1.C: New test.

PR c++/18436
* g++.dg/template/call3.C: New test.

PR c++/18407
* g++.dg/template/ptrmem11.C: New test.

From-SVN: r90547

20 years agoThis commit was manufactured by cvs2svn to create branch
No Author [Fri, 12 Nov 2004 21:57:31 +0000 (21:57 +0000)] 
This commit was manufactured by cvs2svn to create branch
'gcc-3_4-branch'.

From-SVN: r90546

20 years agore PR target/17778 (regression in evaluating long double hexadecimal constants)
Richard Henderson [Fri, 12 Nov 2004 21:26:54 +0000 (13:26 -0800)] 
re PR target/17778 (regression in evaluating long double hexadecimal constants)

        PR 17778
        * config/i386/i386.h (TARGET_96_ROUND_53_LONG_DOUBLE): New.
        * config/i386/freebsd.h (SUBTARGET_OVERRIDE_OPTIONS): Remove.
        (TARGET_96_ROUND_53_LONG_DOUBLE): New.
        * config/i386/i386-modes.def (XF): Use it.

From-SVN: r90544

20 years agot-rtems (MULTILIB_NEW_EXCEPTIONS_ONLY): Remove m505/roe multilib variant.
Ralf Corsepius [Fri, 12 Nov 2004 10:21:18 +0000 (11:21 +0100)] 
t-rtems (MULTILIB_NEW_EXCEPTIONS_ONLY): Remove m505/roe multilib variant.

2004-11-12  Ralf Corsepius  <ralf.corsepius@rtems.org>

* config/rs6000/t-rtems (MULTILIB_NEW_EXCEPTIONS_ONLY):
Remove m505/roe multilib variant.

From-SVN: r90526

20 years agobackport: alpha.c (alpha_emit_conditional_branch): Don't use (op0-op1) == 0 if op0...
Eric Botcazou [Fri, 12 Nov 2004 09:11:38 +0000 (10:11 +0100)] 
backport: alpha.c (alpha_emit_conditional_branch): Don't use (op0-op1) == 0 if op0 is a pointer.

Backport from mainline:
2004-02-25  Richard Henderson  <rth@redhat.com>

* config/alpha/alpha.c (alpha_emit_conditional_branch): Don't
use (op0-op1) == 0 if op0 is a pointer.

From-SVN: r90524

20 years agoThis commit was manufactured by cvs2svn to create branch
No Author [Fri, 12 Nov 2004 09:11:38 +0000 (09:11 +0000)] 
This commit was manufactured by cvs2svn to create branch
'gcc-3_4-branch'.

From-SVN: r90523

20 years agoDaily bump.
GCC Administrator [Fri, 12 Nov 2004 00:16:05 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r90511

20 years agoDaily bump.
GCC Administrator [Thu, 11 Nov 2004 00:16:21 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r90460

20 years ago* gcc_release: Check "-p" argument more carefully.
Mark Mitchell [Wed, 10 Nov 2004 20:17:33 +0000 (20:17 +0000)] 
* gcc_release: Check "-p" argument more carefully.

From-SVN: r90450

20 years agore PR c/18322 (__func__ diagnostic in bad location)
Joseph Myers [Wed, 10 Nov 2004 19:46:33 +0000 (19:46 +0000)] 
re PR c/18322 (__func__ diagnostic in bad location)

PR c/18322
* c-common.c (fname_decl): Don't use line number of decl in
diagnostic.

testsuite:
* gcc.dg/func-outside-1.c, gcc.dg/func-outside-2.c: New tests.

From-SVN: r90448

20 years agosparc.c (function_arg_union_value): New 'slotno' argument.
Eric Botcazou [Wed, 10 Nov 2004 17:29:11 +0000 (18:29 +0100)] 
sparc.c (function_arg_union_value): New 'slotno' argument.

* config/sparc/sparc.c (function_arg_union_value): New 'slotno'
argument.  Return naked register for unions with zero length.
When the union is passed in the 6th slot, build a PARALLEL with
only one element.
(function_arg): Adjust call to function_arg_union_value.
(function_value): Likewise.

From-SVN: r90398

20 years agoThis commit was manufactured by cvs2svn to create branch
No Author [Wed, 10 Nov 2004 17:29:11 +0000 (17:29 +0000)] 
This commit was manufactured by cvs2svn to create branch
'gcc-3_4-branch'.

From-SVN: r90397

20 years agore PR target/18380 (_Unwind_FindTableEntry shouldn't be exported from libunwind.so.7)
H.J. Lu [Wed, 10 Nov 2004 06:37:03 +0000 (06:37 +0000)] 
re PR target/18380 (_Unwind_FindTableEntry shouldn't be exported from libunwind.so.7)

2004-11-09  H.J. Lu  <hongjiu.lu@intel.com>

PR target/18380
* config/ia64/unwind-ia64.h (_Unwind_FindTableEntry): Mark it
hidden.

* unwind-dw2.c (_Unwind_FindTableEntry): Removed.

From-SVN: r90388

20 years agore PR target/16480 (using -msdata causes internal compiler error)
Alan Modra [Wed, 10 Nov 2004 03:14:33 +0000 (03:14 +0000)] 
re PR target/16480 (using -msdata causes internal compiler error)

PR target/16480
2004-08-26  Alan Modra  <amodra@bigpond.net.au>
* config/rs6000/rs6000.c (rs6000_split_multireg_move): Don't abort
on "(mem (symbol_ref ..))" rtl.  Look at LO_SUM base regs as well
as PLUS base regs.
2004-08-01  Geoffrey Keating  <geoffk@apple.com>
* config/rs6000/rs6000.c (rs6000_split_multireg_move): Just abort
if trying to *store* to a non-offsettable address.
2004-07-30  Geoffrey Keating  <geoffk@apple.com>
* config/rs6000/rs6000.c (rs6000_split_multireg_move): Cope with
non-offsettable addresses being moved into multiple GPRs.

From-SVN: r90385

20 years agoDaily bump.
GCC Administrator [Wed, 10 Nov 2004 00:16:07 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r90374

20 years agoDaily bump.
GCC Administrator [Tue, 9 Nov 2004 00:16:17 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r90320

20 years agore PR libstdc++/17664 ([3.4 only] Crash in std::map when using _GLIBCXX_DEBUG with...
Benjamin Kosnik [Mon, 8 Nov 2004 21:10:14 +0000 (21:10 +0000)] 
re PR libstdc++/17664 ([3.4 only] Crash in std::map when using _GLIBCXX_DEBUG with multithreading)

2004-11-08  Benjamin Kosnik  <bkoz@redhat.com>
    Doug Gregor  <dgregor@cs.indiana.edu>

PR libstdc++/17664
* src/debug.cc : Just use one mutex.

2004-11-08  Benjamin Kosnik  <bkoz@redhat.com>
       Lothar Werzinger  <lothar@xcerla.com>

PR libstdc++/17664
* src/debug.cc: Include concurrence, use mutexes.
(_Safe_iterator_base::_M_attach): Here.
(_Safe_iterator_base::_M_detach): Here.

Co-Authored-By: Doug Gregor <dgregor@cs.indiana.edu>
Co-Authored-By: Lothar Werzinger <lothar@xcerla.com>
From-SVN: r90301

20 years agore PR libstdc++/17922 (Spurious warnings about std::ios_base::seekdir)
Benjamin Kosnik [Mon, 8 Nov 2004 18:02:04 +0000 (18:02 +0000)] 
re PR libstdc++/17922 (Spurious warnings about std::ios_base::seekdir)

2004-11-08  Benjamin Kosnik  <bkoz@redhat.com>

        PR libstdc++/17922
        * include/bits/ios_base.h : Add enum values.
        * testsuite/testsuite_hooks.h (bitmask_operators): Add function.
        * testsuite/27_io/ios_base/types/fmtflags/bitmask_operators.cc: New.
        * testsuite/27_io/ios_base/types/fmtflags/case_label.cc: New.
        * testsuite/27_io/ios_base/types/iostate/bitmask_operators.cc: New.
        * testsuite/27_io/ios_base/types/iostate/case_label.cc: New.
        * testsuite/27_io/ios_base/types/openmode/bitmask_operators.cc: New.
        * testsuite/27_io/ios_base/types/openmode/case_label.cc: New.
        * testsuite/27_io/ios_base/types/seekdir/case_label.cc: New.

        * config/io/c_io_stdio.h (__ios_flags): Mark deprecated.
        * src/ios.cc: Same.

        * testsuite/27_io/ios_base/cons/assign_neg.cc: Adjust line numbers.
        * testsuite/27_io/ios_base/cons/copy_neg.cc: Same.

From-SVN: r90276

20 years agore PR libstdc++/18185 ([3.4 only] Unhandled exceptions leak)
Momchil Velikov [Mon, 8 Nov 2004 17:41:20 +0000 (19:41 +0200)] 
re PR libstdc++/18185 ([3.4 only] Unhandled exceptions leak)

2004-11-08  Momchil Velikov  <velco@fadata.bg>

PR libstdc++/18185
* libsupc++/eh_globals.cc (get_globals_dtor): Delete unhandled
exceptions.
* testsuite/thread/18185.cc: New.

From-SVN: r90274

20 years agoThis commit was manufactured by cvs2svn to create branch
No Author [Mon, 8 Nov 2004 17:41:20 +0000 (17:41 +0000)] 
This commit was manufactured by cvs2svn to create branch
'gcc-3_4-branch'.

From-SVN: r90273

20 years agore PR libstdc++/17215 ([3.4 only] __basic_file<char>::close ignores errors)
Paolo Carlini [Mon, 8 Nov 2004 00:41:15 +0000 (00:41 +0000)] 
re PR libstdc++/17215 ([3.4 only] __basic_file<char>::close ignores errors)

2004-11-07  Paolo Carlini  <pcarlini@suse.de>
    Andrea Arcangeli  <andrea@suse.de>

* config/io/basic_file_stdio.cc (__basic_file<>::close)): Don't
call unnecessarily sync, that is fflush: the library, since 3.4.0
does not use buffered fread/fwrite.
* include/bits/fstream.tcc (basic_filebuf<>::overflow): Likewise.

2004-11-07  Paolo Carlini  <pcarlini@suse.de>
    Kenneth C. Schalk  <ken@xorian.net>

PR libstdc++/17215
* config/io/basic_file_stdio.cc (__basic_file<char>::close()):
Check the return value of fclose/sync, loop on EINTR.
(__basic_file<char>::sys_open): Likewise, for sync.

Co-Authored-By: Andrea Arcangeli <andrea@suse.de>
Co-Authored-By: Kenneth C. Schalk <ken@xorian.net>
From-SVN: r90251

20 years agoDaily bump.
GCC Administrator [Mon, 8 Nov 2004 00:16:04 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r90247

20 years ago* config/mips/t-iris6 (tp-bit.c): Fix target filename.
Richard Sandiford [Sun, 7 Nov 2004 20:20:14 +0000 (20:20 +0000)] 
* config/mips/t-iris6 (tp-bit.c): Fix target filename.

From-SVN: r90243

20 years agobe.po, [...]: Update.
Joseph Myers [Sun, 7 Nov 2004 19:59:58 +0000 (19:59 +0000)] 
be.po, [...]: Update.

* be.po, ca.po, da.po, de.po, el.po, es.po, fr.po, ja.po, nl.po,
sv.po, tr.po: Update.

From-SVN: r90242

20 years agoversion.c (version_string): Set to 3.4.4.
Mark Mitchell [Sun, 7 Nov 2004 18:09:40 +0000 (18:09 +0000)] 
version.c (version_string): Set to 3.4.4.

* version.c (version_string): Set to 3.4.4.
* doc/include/gcc-common.texi (version): Likewise.

From-SVN: r90240

20 years agoDaily bump.
GCC Administrator [Sun, 7 Nov 2004 00:16:04 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r90211

20 years agoDaily bump.
GCC Administrator [Sat, 6 Nov 2004 00:16:10 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r90151

20 years agoUpdate version
Mark Mitchell [Fri, 5 Nov 2004 03:35:02 +0000 (03:35 +0000)] 
Update version

From-SVN: r90109

20 years agoMark ChangeLog
Mark Mitchell [Fri, 5 Nov 2004 03:34:59 +0000 (03:34 +0000)] 
Mark ChangeLog

From-SVN: r90108

20 years ago* gcc.pot: Regenerate.
Mark Mitchell [Fri, 5 Nov 2004 03:13:23 +0000 (03:13 +0000)] 
* gcc.pot: Regenerate.

From-SVN: r90107

20 years agoda.po: Update.
Mark Mitchell [Fri, 5 Nov 2004 02:59:27 +0000 (02:59 +0000)] 
da.po: Update.

* da.po: Update.
* de.po: Likewise.

From-SVN: r90106

20 years agoDaily bump.
GCC Administrator [Fri, 5 Nov 2004 00:16:35 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r90095

20 years agore PR other/17783 (Top level configure doesn't support shared libraries enabled by...
H.J. Lu [Thu, 4 Nov 2004 17:05:21 +0000 (17:05 +0000)] 
re PR other/17783 (Top level configure doesn't support shared libraries enabled by default)

2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>

PR other/17783
* configure.in: Set up LD_LIBRARY_PATH by default for gcc.
* configure: Regenerated.

From-SVN: r90069

20 years agoDaily bump.
GCC Administrator [Thu, 4 Nov 2004 00:16:07 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r90042

20 years agoDaily bump.
GCC Administrator [Wed, 3 Nov 2004 00:16:06 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r90006

20 years agoDaily bump.
GCC Administrator [Tue, 2 Nov 2004 00:16:07 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r89966

20 years ago* README.SCO: Update per FSF instructions.
Mark Mitchell [Mon, 1 Nov 2004 02:18:52 +0000 (02:18 +0000)] 
* README.SCO: Update per FSF instructions.

From-SVN: r89930

20 years agoDaily bump.
GCC Administrator [Mon, 1 Nov 2004 00:16:04 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r89925

20 years agore PR c++/15172 (Copy constructor optimization in aggregate initialization)
Mark Mitchell [Mon, 1 Nov 2004 00:02:24 +0000 (00:02 +0000)] 
re PR c++/15172 (Copy constructor optimization in aggregate initialization)

PR c++/15172
* typeck2.c (store_init_value): Use split_nonconstant_init even
for types that require construction.

PR c++/15172
* g++.dg/init/aggr2.C: New test.

From-SVN: r89920

20 years agore PR middle-end/18129 (-fwritable-strings doesn't work)
Jakub Jelinek [Sun, 31 Oct 2004 09:10:11 +0000 (10:10 +0100)] 
re PR middle-end/18129 (-fwritable-strings doesn't work)

PR middle-end/18129
* varasm.c (copy_constant): Don't copy STRING_CSTs if
flag_writable_strings.
(build_constant_desc): Call copy_constant unconditionally.

* gcc.dg/20041024-1.c: New test.

From-SVN: r89914

20 years agore PR rtl-optimization/18084 (setfill coupled with inline function: incorrect results...
Roger Sayle [Sun, 31 Oct 2004 01:57:39 +0000 (01:57 +0000)] 
re PR rtl-optimization/18084 (setfill coupled with inline function: incorrect results on Linux x86)

PR rtl-optimization/18084
* g++.dg/opt/pr18084-1.C: New testcase.

From-SVN: r89909

20 years agoThis commit was manufactured by cvs2svn to create branch
No Author [Sun, 31 Oct 2004 01:57:39 +0000 (01:57 +0000)] 
This commit was manufactured by cvs2svn to create branch
'gcc-3_4-branch'.

From-SVN: r89908

20 years agoDaily bump.
GCC Administrator [Sun, 31 Oct 2004 00:16:05 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r89903

20 years agore PR rtl-optimization/17581 (Long long arithmetic fails inside a switch/case stateme...
Roger Sayle [Sat, 30 Oct 2004 18:02:59 +0000 (18:02 +0000)] 
re PR rtl-optimization/17581 (Long long arithmetic fails inside a switch/case statement when compiled with -O2)

PR rtl-optimization/17581
* cselib.c (cselib_process_insn): The last instruction of a libcall
block, with the REG_RETVAL note, should be considered in the libcall.
* gcse.c (do_local_cprop): Allow constants to be propagated outside
of libcall blocks.
(adjust_libcall_notes): Use simplify_replace_rtx instead of
replace_rtx to avoid creating invalid RTL in REG_RETVAL notes.

* gcc.dg/pr17581-1.c: New test case.

From-SVN: r89895

20 years agoThis commit was manufactured by cvs2svn to create branch
No Author [Sat, 30 Oct 2004 18:02:59 +0000 (18:02 +0000)] 
This commit was manufactured by cvs2svn to create branch
'gcc-3_4-branch'.

From-SVN: r89894

20 years ago* de.po: Update.
Joseph Myers [Sat, 30 Oct 2004 01:39:06 +0000 (02:39 +0100)] 
* de.po: Update.

From-SVN: r89876

20 years agoDaily bump.
GCC Administrator [Sat, 30 Oct 2004 00:16:05 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r89868

20 years agostl_algo.h (find_first_of(,,,,pred)): Remove invalid EqualOpConcept.
Chris Jefferson [Fri, 29 Oct 2004 21:53:16 +0000 (21:53 +0000)] 
stl_algo.h (find_first_of(,,,,pred)): Remove invalid EqualOpConcept.

2004-10-29  Chris Jefferson  <chris@bubblescope.net>

* include/bit/stl_algo.h (find_first_of(,,,,pred)):
Remove invalid EqualOpConcept.
* testsuite/25_algorithms/find_first_of/concept_check_1.cc: New.

From-SVN: r89858

20 years agoThis commit was manufactured by cvs2svn to create branch
No Author [Fri, 29 Oct 2004 21:53:16 +0000 (21:53 +0000)] 
This commit was manufactured by cvs2svn to create branch
'gcc-3_4-branch'.

From-SVN: r89857

20 years agoDaily bump.
GCC Administrator [Fri, 29 Oct 2004 00:16:07 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r89796

20 years agore PR libstdc++/16612 (empty basic_strings can't live in shared memory)
Paolo Carlini [Thu, 28 Oct 2004 21:52:41 +0000 (21:52 +0000)] 
re PR libstdc++/16612 (empty basic_strings can't live in shared memory)

2004-10-28  Paolo Carlini  <pcarlini@suse.de>

* include/bits/basic_string.tcc (_M_mutate): Do not reallocate
unnecessarily when _M_rep() == &_S_empty_rep() and __new_size
== capacity() (== 0): is ok to just leave everything unchanged.

2004-10-28  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/16612
* include/bits/basic_string.h (_M_dispose, _M_refcopy,
basic_string()): When _GLIBCXX_FULLY_DYNAMIC_STRING is defined,
don't deal with _S_empty_rep.
* include/bits/basic_string.tcc (_S_construct, _M_destroy,
_M_leak_hard, _M_mutate): Likewise.
* acinclude.m4 (GLIBCXX_ENABLE_FULLY_DYNAMIC_STRING): New.
* acconfig.h: Add corresponding undef.
* configure.ac: Use GLIBCXX_ENABLE_FULLY_DYNAMIC_STRING.
* docs/html/configopts.html: Document --enable-fully-dynamic-string.
* aclocal.m4: Regenerate.
* configure: Likewise.
* config.h.in: Likewise.

2004-10-28  Paolo Carlini  <pcarlini@suse.de>

* README: Remove obsolete entry about include/c_shadow.

From-SVN: r89787

20 years agore PR c++/17132 (GCC fails to eliminate function template specialization when argumen...
Mark Mitchell [Thu, 28 Oct 2004 20:56:54 +0000 (20:56 +0000)] 
re PR c++/17132 (GCC fails to eliminate function template specialization when argument deduction fails)

PR c++/17132
* pt.c (instantiate_class_template): Increment
processing_template_decl when substituting into a member class
template.

PR c++/17132
* g++.dg/template/memclass3.C: New test.

From-SVN: r89780

20 years agoThis commit was manufactured by cvs2svn to create branch
No Author [Thu, 28 Oct 2004 20:56:54 +0000 (20:56 +0000)] 
This commit was manufactured by cvs2svn to create branch
'gcc-3_4-branch'.

From-SVN: r89779

20 years agore PR c++/18140 (C++ parser bug when using >> in templates)
Mark Mitchell [Thu, 28 Oct 2004 05:28:24 +0000 (05:28 +0000)] 
re PR c++/18140 (C++ parser bug when using >> in templates)

PR c++/18140
* parser.c (cp_parser_next_token_ends_template_argument_p): Do not
include ">>".

PR c++/18140
* g++.dg/template/shift1.C: New test.
* g++.dg/template/error10.C: Adjust error markers.

From-SVN: r89741

20 years agoThis commit was manufactured by cvs2svn to create branch
No Author [Thu, 28 Oct 2004 05:28:24 +0000 (05:28 +0000)] 
This commit was manufactured by cvs2svn to create branch
'gcc-3_4-branch'.

From-SVN: r89740

20 years agore PR c++/13560 (wrong file name in error message)
Andrew Pinski [Thu, 28 Oct 2004 03:49:40 +0000 (03:49 +0000)] 
re PR c++/13560 (wrong file name in error message)

2004-10-27  Andrew Pinski  <pinskia@physics.uc.edu>

        PR c++/13560
        * error.c (cp_error_at): Output the context as it might be
        different file as the other location.

From-SVN: r89734

20 years agoFix typo in the file name of name-lookup.c (I had namelookup.c).
Andrew Pinski [Thu, 28 Oct 2004 03:47:29 +0000 (20:47 -0700)] 
Fix typo in the file name of name-lookup.c (I had namelookup.c).

From-SVN: r89733

20 years agore PR other/18186 (Spelling error)
Andrew Pinski [Thu, 28 Oct 2004 03:43:09 +0000 (03:43 +0000)] 
re PR other/18186 (Spelling error)

2004-10-27  Andrew Pinski  <pinskia@physics.uc.edu>

        PR other/18186
        * common.opt (--param): Fix spelling of parameter.

From-SVN: r89732

20 years agoDaily bump.
GCC Administrator [Thu, 28 Oct 2004 00:16:08 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r89719

20 years ago* de.po: Update.
Joseph Myers [Wed, 27 Oct 2004 17:10:51 +0000 (18:10 +0100)] 
* de.po: Update.

From-SVN: r89688

20 years agos390.md ("*subdf3_cc"): Replaced plus by minus.
Andreas Krebbel [Wed, 27 Oct 2004 13:44:40 +0000 (13:44 +0000)] 
s390.md ("*subdf3_cc"): Replaced plus by minus.

2004-10-27  Andreas Krebbel  <krebbel1@de.ibm.com>

* config/s390/s390.md ("*subdf3_cc"): Replaced plus by minus.

From-SVN: r89672

20 years agore PR c++/18093 (bogus conflict in namespace aliasing)
Mark Mitchell [Wed, 27 Oct 2004 04:32:56 +0000 (04:32 +0000)] 
re PR c++/18093 (bogus conflict in namespace aliasing)

PR c++/18093
* search.c (current_scope): Return the innermost non-block scope,
not the innermost non-block, non-namespace scope.
(at_namespace_scope_p): Adjust accordingly.
(dfs_accessible_post): Do not pass namespaces to is_friend.
(dfs_walk_once_accessible_r): Likewise.
* decl.c (grokvardecl): Adjust call to current_scope.
(build_enumerator): Likewise.
* parser.c (cp_parser_using_declaration): Likewise.
(cp_parser_direct_declarator): Use at_namespace_scope_p instead of
current_scope.
(cp_parser_class_head): Adjust call to current_scope.
* name-lookup.c (do_namespace_alias): Set the DECL_CONTEXT for the
alias.

PR c++/18020
* pt.c (tusbst_copy_and_build): Resolve enumeration constants to
their underlying values.

PR c++/18093
* g++.dg/lookup/ns2.C: New test.

PR c++/18020
* g++.dg/template/enum4.C: New test.

From-SVN: r89631

20 years agoThis commit was manufactured by cvs2svn to create branch
No Author [Wed, 27 Oct 2004 04:32:56 +0000 (04:32 +0000)] 
This commit was manufactured by cvs2svn to create branch
'gcc-3_4-branch'.

From-SVN: r89630

20 years agoDaily bump.
GCC Administrator [Wed, 27 Oct 2004 00:16:05 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r89615

20 years agore PR bootstrap/15747 (/bin/sh hangs during bootstrap)
Richard Sandiford [Tue, 26 Oct 2004 18:24:34 +0000 (18:24 +0000)] 
re PR bootstrap/15747 (/bin/sh hangs during bootstrap)

PR bootstrap/15747
* doc/install.texi (mips-sgi-irix5): Document that /bin/sh has been
reported to hang during bootstrap and that CONFIG_SHELL=/bin/ksh
can be used to work around this.

From-SVN: r89600

20 years agocse.c: Change encoding of quantity numbers to avoid undefined pointer arithmetic...
Roger Sayle [Tue, 26 Oct 2004 18:05:42 +0000 (18:05 +0000)] 
cse.c: Change encoding of quantity numbers to avoid undefined pointer arithmetic on...

* cse.c: Change encoding of quantity numbers to avoid undefined
pointer arithmetic on qty_table.
(REGNO_QTY_VALID_P): A quantity is now valid if it isn't negative.
(get_cse_reg_info): Initialize reg_qty to a unique negative value.
(new_basic_block): Assign "real" quantity numbers from zero.
(delete_reg_equiv): Do nothing if quantity is invalid.  Reset the
REG_QTY to its unique negative value.
(merge_equiv_classes): Calculate need_rehash if quantity is valid.
(cse_main): Don't include max_reg when determining max_qty.
(cse_basic_block): Avoid subtracting a large offset from qty_table,
which causes undefined C99 behaviour.  Only allocate needed memory.

Co-Authored-By: John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
From-SVN: r89597

20 years agoDaily bump.
GCC Administrator [Tue, 26 Oct 2004 00:16:06 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r89565

20 years agodwarf2out.c (rtl_for_decl_location): Avoid segfault if DECL_INCOMING_RTL is NULL.
Jakub Jelinek [Mon, 25 Oct 2004 21:46:55 +0000 (23:46 +0200)] 
dwarf2out.c (rtl_for_decl_location): Avoid segfault if DECL_INCOMING_RTL is NULL.

* dwarf2out.c (rtl_for_decl_location): Avoid segfault if
DECL_INCOMING_RTL is NULL.

* gcc.dg/debug/20041023-1.c: New test.

From-SVN: r89557

20 years agoThis commit was manufactured by cvs2svn to create branch
No Author [Mon, 25 Oct 2004 21:46:55 +0000 (21:46 +0000)] 
This commit was manufactured by cvs2svn to create branch
'gcc-3_4-branch'.

From-SVN: r89556

20 years agore PR other/18138 (libgcc_s.so.1 not found by 64-bit testsuite)
Eric Botcazou [Mon, 25 Oct 2004 09:22:45 +0000 (11:22 +0200)] 
re PR other/18138 (libgcc_s.so.1 not found by 64-bit testsuite)

gcc/testsuite:
PR other/18138
* lib/g++.exp: Accept more than one multilib libgcc.
* lib/objc.exp: Likewise.
* lib/g77.exp: Likewise.

libffi:
PR other/18138
* testsuite/lib/libffi-dg.exp: Accept more than one multilib
libgcc.

libjava:
PR other/18138
* testsuite/lib/libjava.exp: Accept more than one multilib
libgcc.

libstdc++-v3:
PR other/18138
* testsuite/lib/libstdc++.exp: Accept more than one multilib
libgcc.

From-SVN: r89530

20 years agoDaily bump.
GCC Administrator [Mon, 25 Oct 2004 00:16:06 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r89513

20 years agoDaily bump.
GCC Administrator [Sun, 24 Oct 2004 00:16:04 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r89498

20 years agoDaily bump.
GCC Administrator [Sat, 23 Oct 2004 00:16:14 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r89482

20 years agors6000.c (setup_incoming_varargs): Align DFmode saves.
Eric Christopher [Fri, 22 Oct 2004 19:19:35 +0000 (19:19 +0000)] 
rs6000.c (setup_incoming_varargs): Align DFmode saves.

2004-10-21  Eric Christopher  <echristo@redhat.com>

* config/rs6000/rs6000.c (setup_incoming_varargs): Align DFmode
saves.

From-SVN: r89470

20 years agobackport: m68k.h (HARD_REGNO_RENAME_OK): New macro.
Bernardo Innocenti [Fri, 22 Oct 2004 18:42:12 +0000 (20:42 +0200)] 
backport: m68k.h (HARD_REGNO_RENAME_OK): New macro.

Backport from the mainline:
2004-10-22  Peter Barada  <peter@the-baradas.com>
* config/m68k/m68k.h (HARD_REGNO_RENAME_OK): New macro.
* config/m68k/m68k.c (m68k_hard regno_rename_ok): Disallow
renaming of non-live registers in interrupt functions.
* config/m68k/m68k-protos.h (m68k_hard_regno_rename_ok): Add prototype.

From-SVN: r89464