Daniel Berlin
74be08f84e
re PR tree-optimization/27093 (verify_ssa failed: definition does not dominate use)
...
2006-05-08 Daniel Berlin <dberlin@dberlin.org>
Fix PR tree-optimization/27093
* tree-ssa-alias.c (recalculate_used_alone): Mark variables for
renaming when they become not-used_alone.
From-SVN: r113641
2006-05-09 01:28:47 +00:00
John David Anglin
fdaaf00202
hpux-unwind.h (pa_fallback_frame_state): Handle return parameter relocation and relocation stubs.
...
* hpux-unwind.h (pa_fallback_frame_state): Handle return parameter
relocation and relocation stubs.
From-SVN: r113640
2006-05-09 00:36:11 +00:00
GCC Administrator
096cc29a10
Daily bump.
...
From-SVN: r113638
2006-05-09 00:17:02 +00:00
Eric Christopher
90c9232337
unwind-dw2-fde-darwin.c (examine_objects): Only check data section for ppc.
...
2006-05-08 Eric Christopher <echristo@apple.com>
* unwind-dw2-fde-darwin.c (examine_objects): Only check data
section for ppc.
From-SVN: r113634
2006-05-08 22:16:31 +00:00
Jan Hubicka
04f77d0f3b
re PR middle-end/25962 (Pointer (null) check after the use in cgraph.c)
...
PR middle-end/25962
* cgraphunit.c (decide_is_function_needed): When not optimizing even
unused static functions are needed.
* gcc.dg/pr25962.c: New.
From-SVN: r113633
2006-05-08 21:42:17 +00:00
Roger Sayle
857e575351
re PR target/27158 (ICE in extract_insn with -maltivec)
...
PR target/27158
* reload.c (find_reloads_toplev): Only return the simplified SUBREG
of a reg_equiv_constant if the result is a legitimate constant.
* gcc.target/powerpc/pr27158.c: New test case.
From-SVN: r113632
2006-05-08 21:09:49 +00:00
Laurent GUERBY
13637c491f
re PR testsuite/27476 (ACATS: Ada testsuite Bourne shell compatibility problem on hpux)
...
2006-05-08 Laurent GUERBY <laurent@guerby.net>
PR testsuite/27476
* ada/acats/run_all.sh: Use test -z.
From-SVN: r113630
2006-05-08 16:50:40 +00:00
Francois-Xavier Coudert
2813414c11
re PR fortran/18271 (INT is allowed in a specification expression)
...
PR libfortran/18271
* gfortran.dg/spec_expr_3.f90: New test.
From-SVN: r113627
2006-05-08 09:59:09 +00:00
Uros Bizjak
b81bd6c9a2
re PR target/27277 (standard i387 constant loading insns (fldz, fld1) are not generated anymore)
...
PR target/27277
* config/i386/i386.c (ix86_rtx_costs) [FLOAT_EXTEND]: For
standard 80387 constants, raise the cost to prevent
compress_float_constant() to generate load from memory.
From-SVN: r113622
2006-05-08 08:10:03 +02:00
Kazu Hirata
bca504069d
see.c, [...]: Fix comment typos.
...
* see.c, tree-flow-inline.h, tree-phinodes.c: Fix comment
typos.
From-SVN: r113621
2006-05-08 05:17:54 +00:00
Kazu Hirata
923d16d409
* config/arm/constraints.md (c): Fix a typo.
...
From-SVN: r113620
2006-05-08 05:10:07 +00:00
Kazu Hirata
a876121de3
Remove the svn:mime-type property.
...
From-SVN: r113619
2006-05-08 05:03:35 +00:00
H.J. Lu
67a4b39110
re PR target/24879 ([4.1]: SSE3 monitor intrinsic doesn't work in 64bit)
...
gcc/
2006-05-07 H.J. Lu <hongjiu.lu@intel.com>
PR target/24879
* config/i386/pmmintrin.h (_mm_monitor): Remove macro. Use
inline function.
(_mm_mwait): Likewise.
* config/i386/sse.md (sse3_mwait): Replace "mwait\t%0, %1" with
"mwait".
(sse3_monitor): Make it 32bit only.
(sse3_monitor64): New. 64bit monitor.
gcc/testsuite/
2006-05-07 H.J. Lu <hongjiu.lu@intel.com>
PR target/24879
* gcc.target/i386/monitor.c: New file.
From-SVN: r113617
2006-05-07 20:43:07 -07:00
Alan Modra
0b913ffcd3
pr27095.c: xfail *-*-darwin*.
...
* gcc.dg/pr27095.c: xfail *-*-darwin*.
From-SVN: r113616
2006-05-08 10:09:10 +09:30
Volker Reichelt
15218346be
re PR c++/27447 (ICE on invalid ptr-to-member-function)
...
PR c++/27447
* decl2.c (build_memfn_type): Skip invalid functions and class types.
* g++.dg/other/ptrmem7.C: New test.
From-SVN: r113615
2006-05-08 00:26:08 +00:00
GCC Administrator
abf5fd2fab
Daily bump.
...
From-SVN: r113613
2006-05-08 00:17:25 +00:00
Volker Reichelt
f7360901e7
re PR target/27421 (ICE with invalid array in struct)
...
PR target/27421
* config/i386/i386.c (classify_argument): Skip fields with invalid
types.
* gcc.dg/array-9.c: New test.
From-SVN: r113609
2006-05-07 21:15:33 +00:00
Richard Guenther
18455d174e
re PR middle-end/27409 (ICE in get_constraint_for_component_ref)
...
2006-05-07 Richard Guenther <rguenther@suse.de>
PR tree-optimization/27409
* tree-ssa-structalias.c (get_constraint_for_component_ref):
Do not try to find zero-sized subvars.
* gcc.dg/torture/pr27409.c: New testcase.
From-SVN: r113607
2006-05-07 21:03:55 +00:00
Paolo Carlini
e716a54401
type_traits (integral_constant<>::value): Define.
...
2006-05-07 Paolo Carlini <pcarlini@suse.de>
* include/tr1/type_traits (integral_constant<>::value): Define.
* testsuite/tr1/4_metaprogramming/helper_classes/static_definition.cc:
New.
From-SVN: r113605
2006-05-07 16:52:41 +00:00
Steven Bosscher
6b95f03f48
ChangeLog: haste made me write my name, but I'm only the commiter of revision 113603.
...
* ChangeLog: haste made me write my name, but I'm only the
commiter of revision 113603.
From-SVN: r113604
2006-05-07 16:36:41 +00:00
Steven Bosscher
31909d9ff8
re PR fortran/27378 ([4.1 only] ICE on unexpected ELSE statement)
...
PR fortran/27378
* parse.c (next_statement): Add check to avoid an ICE when
gfc_current_locus.lb is not set.
From-SVN: r113603
2006-05-07 16:33:30 +00:00
Tobias Schlüter
d0bd09f613
re PR fortran/27457 (ICE in match_case_eos())
...
fortran/
PR fortran/27457
* match.c (match_case_eos): Error out on garbage following
CASE(...).
testsuite/
PR fortran/27457
* gfortran.dg/select_6.f90: New.
From-SVN: r113602
2006-05-07 15:46:02 +02:00
Richard Guenther
ed52affe53
re PR middle-end/27136 (Compile failure with -O -ffast-math)
...
2006-05-07 Richard Guenther <rguenther@suse.de>
PR tree-optimization/27136
* tree-ssa-loop-niter.c (get_val_for): Correct function
comment, assert requirements.
(loop_niter_by_eval): Stop processing if the iterated
value did not simplify.
* gcc.dg/torture/pr27136.c: New testcase.
From-SVN: r113601
2006-05-07 13:07:22 +00:00
Mircea Namolaru
ef5d0a896e
opts.c (flag_see): remove its setting at -O3.
...
2006-05-07 Mircea Namolaru <namolaru@il.ibm.com>
* opts.c (flag_see): remove its setting at -O3.
From-SVN: r113598
2006-05-07 08:21:25 +00:00
Paul Thomas
636da744bb
re PR fortran/24813 (ICE with scalarization LEN of character types)
...
2006-05-07 Paul Thomas <pault@gcc.gnu.org>
PR fortran/24813
* trans-array.c (get_array_ctor_strlen): Remove static attribute.
* trans.h: Add prototype for get_array_ctor_strlen.
* trans-intrinsic.c (gfc_conv_intrinsic_len): Switch on EXPR_ARRAY
and call get_array_ctor_strlen.
2006-05-07 Paul Thomas <pault@gcc.gnu.org>
PR fortran/24813
* gfortran.dg/char_cons_len_1.f90: New test.
From-SVN: r113594
2006-05-07 05:46:26 +00:00
GCC Administrator
8f9886536f
Daily bump.
...
From-SVN: r113592
2006-05-07 00:17:25 +00:00
Richard Earnshaw
ce92b22346
r113612@merlin: rearnsha | 2006-05-07 00:19:18 +0100
...
r113612@merlin: rearnsha | 2006-05-07 00:19:18 +0100
* genpeep.c (main): Make insn-peep.c depend on flags.h.
* arm/constraints.md: New file.
* arm.h (REG_CLASS_FROM_LETTER_P): Delete.
(CONST_OK_FOR_ARM_LETTER, CONST_OK_FOR_THUMB_LETTER)
(CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_ARM_LETTER)
(CONST_DOUBLE_OK_FOR_LETTER_P, EXTRA_CONSTRAINT_STR_ARM)
(CONSTRAINT_LEN, EXTRA_CONSTRAINT_THUMB, EXTRA_CONSTRAINT_STR)
(EXTRA_MEMORY_CONSTRAINT): Likewise.
* arm.md: Include constraints.md.
(thumb_movsi_insn): Use satisfies_constraint_J.
(movhi, movqi): Use satisfies_constraint_I.
From-SVN: r113588
2006-05-06 23:19:48 +00:00
Andreas Tobler
b3638b64c3
jni.exp (gcj_jni_compile_c_to_so): Add check for HP-UX and add appropriate extension for shared libraries, sl.
...
2006-05-06 Andreas Tobler <a.tobler@schweiz.ch>
* testsuite/libjava.jni/jni.exp (gcj_jni_compile_c_to_so): Add check for
HP-UX and add appropriate extension for shared libraries, sl.
(gcj_jni_test_one): Likewise.
* testsuite/lib/libjava.exp (libjava_find_lib): Add sl to the shared
library extensions.
From-SVN: r113587
2006-05-06 22:57:18 +02:00
Anatoly Sokolov
ed1a08a759
avr.h (CRT_BINUTILS_SPECS): Fixed crt* file name for atmega645 device.
...
* config/avr/avr.h (CRT_BINUTILS_SPECS): Fixed crt* file name for
atmega645 device.
From-SVN: r113585
2006-05-07 00:49:20 +04:00
Volker Reichelt
b166a559ed
re PR c++/27427 (ICE with invalid template parameter)
...
PR c++/27427
* pt.c (convert_nontype_argument): Return early on invalid arguments.
* g++.dg/template/incomplete2.C: New test.
From-SVN: r113582
2006-05-06 20:40:23 +00:00
Richard Guenther
75bfa67836
re PR tree-optimization/27151 (ICE with -ftree-vectorize with mixed types)
...
2006-05-06 Richard Guenther <rguenther@suse.de>
PR tree-optimization/27151
* tree-vect-transform.c (vectorizable_condition): Punt on
values that have a different type than the condition.
* gcc.dg/vect/pr27151.c: New testcase.
From-SVN: r113580
2006-05-06 17:37:53 +00:00
Stanislaw Skowronek
2297e173c6
Credit Stanislaw Skowronek in 2006-05-02 change.
...
From-SVN: r113577
2006-05-06 16:06:40 +00:00
Volker Reichelt
a14de1afcc
* pt.c (process_template_parm): Remove superfluous temporary.
...
From-SVN: r113573
2006-05-06 00:44:29 +00:00
Volker Reichelt
620188c9f2
re PR c++/27430 (ICE on array of voids as template parameter)
...
PR c++/27430
* pt.c (process_template_parm): Handle erroneous non-type parameters.
* g++.dg/template/void1.C: New test.
From-SVN: r113572
2006-05-06 00:40:40 +00:00
Volker Reichelt
57b529596a
re PR c++/27423 (ICE on default argument for void parameter)
...
PR c++/27423
* typeck.c (convert_for_initialization): Skip erroneous types.
* g++.dg/other/void2.C: New test.
From-SVN: r113571
2006-05-06 00:32:27 +00:00
Volker Reichelt
6af455d712
re PR c++/27422 (ICE with invalid function argument)
...
PR c++/27422
* typeck.c (convert_arguments): Return early on args with
invalid types.
* g++.dg/conversion/void1.C: New test.
From-SVN: r113568
2006-05-06 00:19:40 +00:00
GCC Administrator
cd4677cc49
Daily bump.
...
From-SVN: r113566
2006-05-06 00:17:22 +00:00
Steven G. Kargl
73a5988f9e
invoke.texi: Update description of -fall-intrinsics
...
2006-05-05 Steven G. Kargl <kargls@comcast.net>
* invoke.texi: Update description of -fall-intrinsics
* options.c (gfc_post_options): Disable -Wnonstd-intrinsics if
-fall-intrinsics is used.
(gfc_handle_option): Permit -Wno-nonstd-intrinsics.
From-SVN: r113562
2006-05-05 23:14:50 +00:00
Aldy Hernandez
8d8d1a2801
c-parser.c (c_parser_cast_expression): Only insert casts into hash table if pointer.
...
PR/21391
* c-parser.c (c_parser_cast_expression): Only insert casts into
hash table if pointer.
* function.c (used_types_insert_helper): Rename from
used_types_insert.
(used_types_insert): Call used_types_insert_helper.
* function.h (used_types_insert): Accept only one argument.
* cp/typeck.c (build_static_cast_1): Save casted types in used types
hash table.
(build_reinterpret_cast_1): Same.
* cp/rtti.c (build_dynamic_cast_1): Same.
* testsuite/g++.dg/other/unused1.C: New.
From-SVN: r113561
2006-05-05 19:57:38 +00:00
Volker Reichelt
b207220873
re PR objc/27240 (ICE with invalid fields)
...
PR objc/27240
* objc-act.c (objc_is_public): Return early on invalid type.
* objc.dg/member-1.m: New test.
From-SVN: r113559
2006-05-05 19:48:26 +00:00
David Edelsohn
edd54d25ad
rs6000.md: Mark all "X" constraints for clobbered scratch with output modifier.
...
* config/rs6000/rs6000.md: Mark all "X" constraints for clobbered
scratch with output modifier.
From-SVN: r113555
2006-05-05 11:23:38 -04:00
Tom Tromey
6ec13f0b96
re PR libgcj/27294 (gij throws NullPointerException, when the interpreter is not enabled)
...
PR libgcj/27294:
* java/lang/natVMClassLoader.cc (defineClass): Throw
VirtualMachineError if no interpreter configured.
From-SVN: r113554
2006-05-05 15:05:20 +00:00
Steve Ellcey
c6ea4dd7ae
* gfortran.dg/large_real_kind_form_io_2.f90: Use nearest.
...
From-SVN: r113553
2006-05-05 15:04:03 +00:00
Francois-Xavier Coudert
1633cb7cb6
re PR libfortran/26985 (incorrect matmul result)
...
PR libfortran/26985
* m4/matmul.m4: Correct the condition for the memset call,
and remove the unneeded call to size0.
* generated/matmul_r4.c: Regenerate.
* generated/matmul_r8.c: Regenerate.
* generated/matmul_r10.c: Regenerate.
* generated/matmul_r16.c: Regenerate.
* generated/matmul_c4.c: Regenerate.
* generated/matmul_c8.c: Regenerate.
* generated/matmul_c10.c: Regenerate.
* generated/matmul_c16.c: Regenerate.
* generated/matmul_i4.c: Regenerate.
* generated/matmul_i8.c: Regenerate.
* generated/matmul_i16.c: Regenerate.
* gfortran.dg/matmul_2.f90: New test.
From-SVN: r113552
2006-05-05 11:08:23 +00:00
Laurent GUERBY
4b5d3f3f41
run_all.sh: Use sync when main not found.
...
2005-05-05 Laurent GUERBY <laurent@guerby.net>
* ada/acats/run_all.sh: Use sync when main not found.
From-SVN: r113550
2006-05-05 08:43:04 +00:00
Tom Tromey
b11382213a
java-tree.h (uses_jv_markobj_p): Declare.
...
* java-tree.h (uses_jv_markobj_p): Declare.
* class.c (uses_jv_markobj_p): Removed.
* boehm.c (PROCEDURE_OBJECT_DESCRIPTOR): New define.
(get_boehm_type_descriptor): Use it.
(uses_jv_markobj_p): Moved from class.c. Return bool.
From-SVN: r113549
2006-05-05 00:59:48 +00:00
GCC Administrator
d31f43306b
Daily bump.
...
From-SVN: r113547
2006-05-05 00:17:24 +00:00
Tom Tromey
532f41fa2a
* java-tree.def (THIS_EXPR): Now a tcc_expression.
...
From-SVN: r113542
2006-05-04 23:20:40 +00:00
David Edelsohn
1958f718ef
re PR target/26481 (ICE with -mcpu=power and struct passing)
...
PR target/26481
* config/rs6000/rs6000.md (stmsi_power): Mark clobber constraint
with output modifier.
From-SVN: r113539
2006-05-04 16:40:52 -04:00
Kazu Hirata
05431b8528
re PR target/26765 (ICE in in extract_insn with __thread and optimization)
...
gcc/
PR target/26765
* config/mips/mips.c (mips_symbolic_address_p): Return true
for SYMBOL_TLSGD, SYMBOL_TLSLDM, SYMBOL_DTPREL, SYMBOL_TPREL,
SYMBOL_GOTTPREL, and SYMBOL_TLS.
gcc/testsuite/
PR target/26765
* gcc.target/mips/pr26765.c: New.
From-SVN: r113536
2006-05-04 20:13:37 +00:00