]> git.ipfire.org Git - thirdparty/gcc.git/log
thirdparty/gcc.git
18 years agoDaily bump.
GCC Administrator [Tue, 17 Oct 2006 00:16:31 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117804

18 years agoDaily bump.
GCC Administrator [Tue, 17 Oct 2006 00:16:29 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117803

18 years agore PR target/25519 (Intel (SSE/MMX) intrinsics should only be mentioned instead of...
Richard Guenther [Mon, 16 Oct 2006 08:40:32 +0000 (08:40 +0000)] 
re PR target/25519 (Intel (SSE/MMX) intrinsics should only be mentioned instead of the builtins)

2006-10-16  Richard Guenther  <rguenther@suse.de>

PR target/25519
* doc/extend.texi (X86 Built-in Functions): Fix typos in
SSE builtin documentation.  Document SSE2 builtins.

From-SVN: r117776

18 years agore PR middle-end/20491 (internal compiler error: in subreg_regno_offset, at rtlanal...
John David Anglin [Mon, 16 Oct 2006 01:09:23 +0000 (01:09 +0000)] 
re PR middle-end/20491 (internal compiler error: in subreg_regno_offset, at rtlanal.c:3042)

PR middle-end/20491
gcc.dg/torture/asm-subreg-1.c: Skip on hppa*64*-*-*.

From-SVN: r117768

18 years agoDaily bump.
GCC Administrator [Mon, 16 Oct 2006 00:16:34 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117760

18 years agoDaily bump.
GCC Administrator [Mon, 16 Oct 2006 00:16:32 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117759

18 years agoconfig.gcc (hppa*64*-*-hpux11*, [...]): Default to posix thread support.
John David Anglin [Sun, 15 Oct 2006 23:59:21 +0000 (23:59 +0000)] 
config.gcc (hppa*64*-*-hpux11*, [...]): Default to posix thread support.

* config.gcc (hppa*64*-*-hpux11*, hppa[12]*-*-hpux11*): Default to
posix thread support.

From-SVN: r117758

18 years agore PR target/29300 (FAIL: gcc.dg/pthread-init-[12].c (test for excess errors))
John David Anglin [Sun, 15 Oct 2006 22:58:29 +0000 (22:58 +0000)] 
re PR target/29300 (FAIL: gcc.dg/pthread-init-[12].c (test for excess errors))

PR target/29300
* inclhack.def (hpux_pthread_initializers): New hack.
* tests/base/sys/pthread.h: New file.

* fixincl.x: Regenerate.

From-SVN: r117755

18 years agoDaily bump.
GCC Administrator [Sun, 15 Oct 2006 00:16:35 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117736

18 years agoDaily bump.
GCC Administrator [Sun, 15 Oct 2006 00:16:33 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117735

18 years agoDaily bump.
GCC Administrator [Sat, 14 Oct 2006 00:16:33 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117717

18 years agoDaily bump.
GCC Administrator [Sat, 14 Oct 2006 00:16:29 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117716

18 years agoRevert:
Kaveh R. Ghazi [Fri, 13 Oct 2006 21:15:54 +0000 (21:15 +0000)] 
Revert:

* gcc.dg/builtins-config.h: Ensure we use -std=c99 on solaris2.
* gcc.dg/torture/builtin-convert-1.c,
gcc.dg/torture/builtin-convert-2.c,
gcc.dg/torture/builtin-convert-3.c,
gcc.dg/torture/builtin-power-1.c: Use -std=c99 on solaris2.
* gcc.dg/builtins-18.c: Always use link_error(), which is
prototyped.

Revert Backport:
2006-03-21  Eric Botcazou  <ebotcazou@libertysurf.fr>

* gcc.dg/builtins-config.h (Solaris case): Define HAVE_C99_RUNTIME
if _STDC_C99 is defined.
* gcc.dg/builtins-18.c: Pass -std=c99 on Solaris.
* gcc.dg/builtins-20.c: Likewise.

From-SVN: r117707

18 years agoDaily bump.
GCC Administrator [Fri, 13 Oct 2006 00:16:35 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117679

18 years agoDaily bump.
GCC Administrator [Fri, 13 Oct 2006 00:16:33 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117678

18 years agore PR c++/28302 (ICE with bit-complement for vectors)
Andrew Pinski [Thu, 12 Oct 2006 04:13:36 +0000 (04:13 +0000)] 
re PR c++/28302 (ICE with bit-complement for vectors)

2006-10-11  Andrew Pinski  <pinskia@physics.uc.edu>

        PR c++/28302
        * typeck.c (build_unary_op <case BIT_NOT_EXPR:>): Don't call
        perform_integral_promotions for non integral type

2006-10-11  Andrew Pinski  <pinskia@physics.uc.edu>

        PR C++/28302
        * g++.dg/ext/vector3.C: New test.

From-SVN: r117657

18 years agoDaily bump.
GCC Administrator [Thu, 12 Oct 2006 00:16:35 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117650

18 years agoDaily bump.
GCC Administrator [Thu, 12 Oct 2006 00:16:33 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117649

18 years agore PR c++/29002 (ICE on array of ptr-to-member or struct containing ptr-to-member...
Andrew Pinski [Wed, 11 Oct 2006 14:55:07 +0000 (14:55 +0000)] 
re PR c++/29002 (ICE on array of ptr-to-member or struct containing ptr-to-member of unknown size)

2006-10-11  Andrew Pinski  <pinskia@physics.uc.edu>

        PR C++/29002
        * init.c (build_zero_init): If we have an error mark node for
        the array size, return.

2006-10-11  Andrew Pinski  <pinskia@physics.uc.edu>

        PR C++/29002
        * g++.dg/init/array22.C: New test.
        * g++.dg/init/array23.C: New test.

From-SVN: r117635

18 years agore PR c++/28450 (ICE with new and complex/vector types)
Andrew Pinski [Wed, 11 Oct 2006 03:10:25 +0000 (03:10 +0000)] 
re PR c++/28450 (ICE with new and complex/vector types)

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

        PR C++/28450
        * cp/init.c (build_zero_init): Handle VECTOR_TYPE and
        COMPLEX_TYPEs.

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

        PR C++/28450
        * g++.dg/ext/vector4.C: New test.
        * g++.dg/ext/complex1.C: New test.

From-SVN: r117627

18 years agoDaily bump.
GCC Administrator [Wed, 11 Oct 2006 00:16:34 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117620

18 years agoDaily bump.
GCC Administrator [Wed, 11 Oct 2006 00:16:31 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117619

18 years agore PR c++/28349 (ICE with "undefined" va_arg and references)
Andrew Pinski [Tue, 10 Oct 2006 04:38:25 +0000 (21:38 -0700)] 
re PR c++/28349 (ICE with "undefined" va_arg and references)

2006-10-09  Andrew Pinski  <pinskia@physics.uc.edu>

        PR C++/28349
        * call.c (build_x_va_arg): Remove the reference type
        from the type before creating the pointer type.

2006-10-09  Andrew Pinski  <pinskia@physics.uc.edu>

        PR c++/28349
        * testsuite/g++.dg/warn/var-args1.C: New test

From-SVN: r117595

18 years agoDaily bump.
GCC Administrator [Tue, 10 Oct 2006 00:16:32 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117591

18 years agoDaily bump.
GCC Administrator [Tue, 10 Oct 2006 00:16:30 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117590

18 years agore PR target/28490 (ICE in ia64_expand_move, at config/ia64/ia64.c:1088)
Steve Ellcey [Mon, 9 Oct 2006 18:26:35 +0000 (18:26 +0000)] 
re PR target/28490 (ICE in ia64_expand_move, at config/ia64/ia64.c:1088)

PR target/28490
Backport from mainline
2006-09-15  Jim Wilson  <wilson@specifix.com>
2006-09-19  Steve Ellcey  <sje@cup.hp.com>
* config/ia64/ia64.c (ia64_legitimate_constant_p): Allow function
pointers as legitimate constants.  Handle symbol offsets same as
they are handled in ia64_expand_move and move_operand.

From-SVN: r117583

18 years agore PR debug/28980 (ICE in loc_descriptor_from_tree_1 with -g)
Andrew Pinski [Mon, 9 Oct 2006 04:25:44 +0000 (04:25 +0000)] 
re PR debug/28980 (ICE in loc_descriptor_from_tree_1 with -g)

2006-10-08  Andrew Pinski  <pinskia@physics.uc.edu>

        PR debug/28980
        * dwarf2out.c (loc_descriptor_from_tree_1): Handle
        FUNCTION_DECL.

2006-10-08  Andrew Pinski  <pinskia@physics.uc.edu>

        PR debug/28980
        * gcc.c-torture/compile/debugvlafunction-1.c: New test.

From-SVN: r117568

18 years agore PR middle-end/28862 (attribute ((aligned)) ignored on vector variables)
Andrew Pinski [Mon, 9 Oct 2006 00:30:11 +0000 (00:30 +0000)] 
re PR middle-end/28862 (attribute ((aligned)) ignored on vector variables)

2006-10-08  Andrew Pinski  <pinskia@physics.uc.edu>

        PR middle-end/28862
        * stor-layout.c (relayout_decl): Don't zero the alignment if it
        was set by the user.

2006-10-08  Andrew Pinski  <pinskia@physics.uc.edu>

        PR middle-end/28862
        * gcc.c-torture/compile/vector-align-1.c: New test

From-SVN: r117567

18 years agoDaily bump.
GCC Administrator [Mon, 9 Oct 2006 00:16:37 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117563

18 years agoDaily bump.
GCC Administrator [Mon, 9 Oct 2006 00:16:34 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117562

18 years agobuiltins-config.h: Ensure we use -std=c99 on solaris2.
Kaveh R. Ghazi [Sun, 8 Oct 2006 05:31:15 +0000 (05:31 +0000)] 
builtins-config.h: Ensure we use -std=c99 on solaris2.

* gcc.dg/builtins-config.h: Ensure we use -std=c99 on solaris2.
* gcc.dg/torture/builtin-convert-1.c,
gcc.dg/torture/builtin-convert-2.c,
gcc.dg/torture/builtin-convert-3.c,
gcc.dg/torture/builtin-power-1.c: Use -std=c99 on solaris2.
* gcc.dg/builtins-18.c: Always use link_error(), which is
prototyped.

Backport:
2006-03-21  Eric Botcazou  <ebotcazou@libertysurf.fr>

* gcc.dg/builtins-config.h (Solaris case): Define HAVE_C99_RUNTIME
if _STDC_C99 is defined.
* gcc.dg/builtins-18.c: Pass -std=c99 on Solaris.
* gcc.dg/builtins-20.c: Likewise.

From-SVN: r117551

18 years agoDaily bump.
GCC Administrator [Sun, 8 Oct 2006 00:16:31 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117544

18 years agoDaily bump.
GCC Administrator [Sun, 8 Oct 2006 00:16:28 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117543

18 years agoDaily bump.
GCC Administrator [Sat, 7 Oct 2006 00:16:33 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117523

18 years agoDaily bump.
GCC Administrator [Sat, 7 Oct 2006 00:16:31 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117522

18 years agore PR libstdc++/29368 (wrong STL docs for rfind())
Paolo Carlini [Fri, 6 Oct 2006 11:48:34 +0000 (11:48 +0000)] 
re PR libstdc++/29368 (wrong STL docs for rfind())

2006-10-06  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/29368
* include/bits/basic_string.h: Adjust rfind documentation.
* include/ext/vstring.h: Likewise.

From-SVN: r117498

18 years agoDaily bump.
GCC Administrator [Fri, 6 Oct 2006 00:16:26 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117473

18 years agoDaily bump.
GCC Administrator [Fri, 6 Oct 2006 00:16:25 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117472

18 years agoDaily bump.
GCC Administrator [Thu, 5 Oct 2006 00:16:34 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117444

18 years agoDaily bump.
GCC Administrator [Thu, 5 Oct 2006 00:16:31 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117443

18 years agoDaily bump.
GCC Administrator [Wed, 4 Oct 2006 00:16:38 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117419

18 years agoDaily bump.
GCC Administrator [Wed, 4 Oct 2006 00:16:37 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117418

18 years agoAdd PR numbers for previously installed fix.
Kaveh Ghazi [Tue, 3 Oct 2006 16:19:53 +0000 (16:19 +0000)] 
Add PR numbers for previously installed fix.

From-SVN: r117401

18 years agoinclhack.def (glibc_mutex_init): Also fix PTHREAD_MUTEX_(RECURSIVE|ERRORCHECK|ADAPTIV...
Uros Bizjak [Tue, 3 Oct 2006 06:42:38 +0000 (08:42 +0200)] 
inclhack.def (glibc_mutex_init): Also fix PTHREAD_MUTEX_(RECURSIVE|ERRORCHECK|ADAPTIVE)_NP and...

* inclhack.def (glibc_mutex_init): Also fix
PTHREAD_MUTEX_(RECURSIVE|ERRORCHECK|ADAPTIVE)_NP and
PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP initializers.
* tests/base/pthread.h: Update.

* fixincl.x: Regenerate.

From-SVN: r117391

18 years agoDaily bump.
GCC Administrator [Tue, 3 Oct 2006 00:16:33 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117379

18 years agoDaily bump.
GCC Administrator [Tue, 3 Oct 2006 00:16:31 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117378

18 years agoinclhack.def (glibc_mutex_init): New fix.
Uros Bizjak [Mon, 2 Oct 2006 06:04:28 +0000 (08:04 +0200)] 
inclhack.def (glibc_mutex_init): New fix.

* inclhack.def (glibc_mutex_init): New fix.
* tests/base/pthread.h: Update.

* fixincl.x: Regenerate.

From-SVN: r117365

18 years agoDaily bump.
GCC Administrator [Mon, 2 Oct 2006 00:16:35 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117355

18 years agoDaily bump.
GCC Administrator [Mon, 2 Oct 2006 00:16:33 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117354

18 years agoDaily bump.
GCC Administrator [Sun, 1 Oct 2006 00:16:38 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117338

18 years agoDaily bump.
GCC Administrator [Sun, 1 Oct 2006 00:16:35 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117337

18 years agoDaily bump.
GCC Administrator [Sat, 30 Sep 2006 00:16:31 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117324

18 years agoDaily bump.
GCC Administrator [Sat, 30 Sep 2006 00:16:29 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117323

18 years agoinclhack.def (solaris_mutex_init_2): Update for Solaris9.
Kaveh R. Ghazi [Fri, 29 Sep 2006 19:31:17 +0000 (19:31 +0000)] 
inclhack.def (solaris_mutex_init_2): Update for Solaris9.

* inclhack.def (solaris_mutex_init_2): Update for Solaris9.
Prevent it from running on solaris10 or later.
(solaris_once_init_2): Fix comment.
* tests/base/pthread.h: Update.

* fixincl.x: Regenerate.

From-SVN: r117312

18 years agoDaily bump.
GCC Administrator [Fri, 29 Sep 2006 00:16:33 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117292

18 years agoDaily bump.
GCC Administrator [Fri, 29 Sep 2006 00:16:30 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117291

18 years agoinclhack.def (solaris_once_init_2): New fix.
Kaveh R. Ghazi [Thu, 28 Sep 2006 00:48:06 +0000 (00:48 +0000)] 
inclhack.def (solaris_once_init_2): New fix.

* inclhack.def (solaris_once_init_2): New fix.
* tests/base/pthread.h: Update.

* fixincl.x: Regenerate.

From-SVN: r117267

18 years agoDaily bump.
GCC Administrator [Thu, 28 Sep 2006 00:16:30 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117261

18 years agoDaily bump.
GCC Administrator [Thu, 28 Sep 2006 00:16:28 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117260

18 years agoinclhack.def (solaris_mutex_init_2): Remove test for PTHREAD_RWLOCK_INITIALIZER.
Kaveh R. Ghazi [Wed, 27 Sep 2006 04:59:56 +0000 (04:59 +0000)] 
inclhack.def (solaris_mutex_init_2): Remove test for PTHREAD_RWLOCK_INITIALIZER.

* inclhack.def (solaris_mutex_init_2): Remove test for
PTHREAD_RWLOCK_INITIALIZER.
(solaris_rwlock_init_1): New.
* tests/base/pthread.h: Update.

* inclhack.def (solaris_once_init_1): New.
* tests/base/pthread.h: Adjust for new fix.

* fixincl.x: Regenerate.

From-SVN: r117246

18 years agoDaily bump.
GCC Administrator [Wed, 27 Sep 2006 00:16:38 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117240

18 years agoDaily bump.
GCC Administrator [Wed, 27 Sep 2006 00:16:34 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117239

18 years agoDaily bump.
GCC Administrator [Tue, 26 Sep 2006 00:16:35 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117217

18 years agoDaily bump.
GCC Administrator [Tue, 26 Sep 2006 00:16:33 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117216

18 years agoDaily bump.
GCC Administrator [Mon, 25 Sep 2006 00:16:27 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117187

18 years agoDaily bump.
GCC Administrator [Mon, 25 Sep 2006 00:16:25 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117186

18 years agoDaily bump.
GCC Administrator [Sun, 24 Sep 2006 00:16:35 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117174

18 years agoDaily bump.
GCC Administrator [Sun, 24 Sep 2006 00:16:32 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117173

18 years agoDaily bump.
GCC Administrator [Sat, 23 Sep 2006 00:16:34 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117161

18 years agoDaily bump.
GCC Administrator [Sat, 23 Sep 2006 00:16:33 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117160

18 years agore PR c++/28996 (ICE with statement forming unused static member function reference)
Jason Merrill [Fri, 22 Sep 2006 23:28:13 +0000 (19:28 -0400)] 
re PR c++/28996 (ICE with statement forming unused static member function reference)

        PR c++/28996
        * cvt.c (convert_to_void): Strip COMPONENT_REF to functions.

From-SVN: r117157

18 years agoDaily bump.
GCC Administrator [Fri, 22 Sep 2006 00:16:31 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117129

18 years agoDaily bump.
GCC Administrator [Fri, 22 Sep 2006 00:16:29 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117128

18 years agore PR middle-end/26983 (Missing label with builtin_setjmp/longjmp)
Steven Bosscher [Thu, 21 Sep 2006 23:38:21 +0000 (23:38 +0000)] 
re PR middle-end/26983 (Missing label with builtin_setjmp/longjmp)

2006-09-21  Steven Bosscher  <steven@gcc.gnu.org>

PR middle-end/26983
Backport from mainline
* builtins.c (expand_builtin_setjmp): Force next_lab to be
preserved.

* gcc.dg/pr26983.c: New test.

From-SVN: r117125

18 years agoDaily bump.
GCC Administrator [Thu, 21 Sep 2006 00:16:40 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117101

18 years agoDaily bump.
GCC Administrator [Thu, 21 Sep 2006 00:16:37 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117100

18 years agoDaily bump.
GCC Administrator [Wed, 20 Sep 2006 00:16:34 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117068

18 years agoDaily bump.
GCC Administrator [Wed, 20 Sep 2006 00:16:32 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117067

18 years agore PR middle-end/4520 (cselib.c hash_rtx incorrectly hashes based on rtx address)
Roger Sayle [Tue, 19 Sep 2006 21:25:28 +0000 (21:25 +0000)] 
re PR middle-end/4520 (cselib.c hash_rtx incorrectly hashes based on rtx address)

PR middle-end/4520
Backport from mainline
* cselib.c (cselib_hash_rtx): Avoid hashing on the address of labels
and symbols.  Instead use the implementation from cse.c's hash_rtx.

From-SVN: r117062

18 years agoDaily bump.
GCC Administrator [Tue, 19 Sep 2006 00:16:39 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117045

18 years agoDaily bump.
GCC Administrator [Tue, 19 Sep 2006 00:16:37 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117044

18 years agore PR target/28946 (assembler shifts set the flag ZF, no need to re-test to zero)
Uros Bizjak [Mon, 18 Sep 2006 10:14:53 +0000 (12:14 +0200)] 
re PR target/28946 (assembler shifts set the flag ZF, no need to re-test to zero)

PR target/28946
* config/i386/i386.md ("*ashldi3_cconly_rex64", "*ashlsi3_cconly",
"*ashlhi3_cconly", "*ashlqi3_cconly", "*ashrdi3_one_bit_cconly_rex64",
"*ashrdi3_cconly_rex64", "*ashrsi3_one_bit_cconly", "*ashrsi3_cconly",
"*ashrhi3_one_bit_cconly", "*ashrhi3_cconly",
"*ashrqi3_one_bit_cconly", "*ashrqi3_cconly",
"*lshrdi3_cconly_one_bit_rex64", "*lshrdi3_cconly_rex64",
"*lshrsi3_one_bit_cconly", "*lshrsi3_cconly",
"*lshrhi3_one_bit_cconly", "*lshrhi3_cconly",
"*lshrqi2_one_bit_cconly", "*lshrqi2_cconly": New patterns to
implement only CC setting effects of shift instructions.

testsuite/ChangeLog:

PR target/28946
* gcc.target/i386/pr28946.c: New test.

From-SVN: r117022

18 years agoDaily bump.
GCC Administrator [Mon, 18 Sep 2006 00:16:44 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117008

18 years agoDaily bump.
GCC Administrator [Mon, 18 Sep 2006 00:16:41 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r117007

18 years agoDaily bump.
GCC Administrator [Sun, 17 Sep 2006 00:16:30 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r116999

18 years agoDaily bump.
GCC Administrator [Sun, 17 Sep 2006 00:16:27 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r116998

18 years agoDaily bump.
GCC Administrator [Sat, 16 Sep 2006 00:16:33 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r116986

18 years agoDaily bump.
GCC Administrator [Sat, 16 Sep 2006 00:16:31 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r116985

18 years agoDaily bump.
GCC Administrator [Fri, 15 Sep 2006 00:16:33 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r116957

18 years agoDaily bump.
GCC Administrator [Fri, 15 Sep 2006 00:16:31 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r116956

18 years agoDaily bump.
GCC Administrator [Thu, 14 Sep 2006 00:16:34 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r116935

18 years agoDaily bump.
GCC Administrator [Thu, 14 Sep 2006 00:16:31 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r116934

18 years agore PR other/23541 (All error messages produce segfault)
Eric Botcazou [Wed, 13 Sep 2006 21:24:04 +0000 (23:24 +0200)] 
re PR other/23541 (All error messages produce segfault)

PR other/23541
PR other/26507
Backport from gettext repository:

2003-09-04  Bruno Haible  <bruno@clisp.org>
* dgettext.c: Include <locale.h> after gettextP.h, not before. This
ensures that libintl_dcgettext is correctly declared on Solaris.
(Needed because Solaris <locale.h> includes libintl.h.)
* dngettext.c: Likewise, for the libintl_dcngettext declaration.

From-SVN: r116933

18 years agoDaily bump.
GCC Administrator [Wed, 13 Sep 2006 00:16:27 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r116911

18 years agoDaily bump.
GCC Administrator [Wed, 13 Sep 2006 00:16:25 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r116910

18 years agoDaily bump.
GCC Administrator [Tue, 12 Sep 2006 00:16:30 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r116863

18 years agoDaily bump.
GCC Administrator [Tue, 12 Sep 2006 00:16:28 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r116862

18 years agocpp.texi: Fix names of charset options.
Hideki Iwamoto [Mon, 11 Sep 2006 08:34:36 +0000 (17:34 +0900)] 
cpp.texi: Fix names of charset options.

gcc/
2006-09-11  Hideki Iwamoto  <h-iwamoto@kit.hi-ho.ne.jp>

* doc/cpp.texi: Fix names of charset options.

From-SVN: r116843

18 years agoDaily bump.
GCC Administrator [Mon, 11 Sep 2006 00:16:38 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r116834

18 years agoDaily bump.
GCC Administrator [Mon, 11 Sep 2006 00:16:35 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r116833