Andrew Pinski
ca59f04b87
re PR libobjc/23108 (alignment bug in libobjc/archive.c)
...
2005-09-04 Andrew Pinski <pinskia@physics.uc.edu>
Rasmus Hahn <rassahah@neofonie.de>
PR libobjc/23108
* objc.dg/type-stream-1.m: New test.
2005-09-04 Andrew Pinski <pinskia@physics.uc.edu>
Rasmus Hahn <rassahah@neofonie.de>
PR libobjc/23108
* archive.c (objc_write_type): Correct the element offset.
(objc_read_type): Likewise.
Co-Authored-By: Rasmus Hahn <rassahah@neofonie.de>
From-SVN: r103832
2005-09-04 10:05:39 -07:00
John David Anglin
1c9ef36d01
re PR target/23721 (pt.c:9462: ICE: in change_address_1, at emit-rtl.c:1791)
...
PR target/23721
* pa.c (emit_move_sequence): Fix typo in last change.
From-SVN: r103831
2005-09-04 14:51:58 +00:00
Joseph Myers
01cd3b3a19
be.po, [...]: Update.
...
* be.po, ca.po, da.po, de.po, el.po, es.po, fr.po, ja.po, nl.po,
rw.po, sv.po, tr.po, vi.po: Update.
From-SVN: r103829
2005-09-04 13:28:33 +01:00
Joseph Myers
c9d25cc742
be.po, [...]: Update.
...
* be.po, ca.po, da.po, de.po, el.po, es.po, fr.po, ja.po, nl.po,
rw.po, sv.po, tr.po, zh_CN.po: Update.
From-SVN: r103825
2005-09-04 13:15:19 +01:00
Tobias Schlüter
08e1fe9e0f
re PR fortran/23661 ('print fmt' is unclassifiable statement in gfortran)
...
fortran/
PR fortran/23661
* io.c (match_io): Correctly backup if PRINT followed by
symbol which is not a namelist. Force blank between PRINT
and namelist in free form.
testsuite/
PR fortran/23661
* gfortran.dg/print_fmt_1.f90, gfortran.dg/print_fmt_2.f90
gfortran.dg/print_fmt_3.f90: New test.
From-SVN: r103824
2005-09-04 14:08:53 +02:00
GCC Administrator
b3e7378af3
Daily bump.
...
[[Split portion of a mixed commit.]]
From-SVN: r103821.2
2005-09-04 00:16:13 +00:00
Jakub Jelinek
36dd4221c5
read.c (read_x): Take int argument instead of fnode * and digging the N from F->u.n.
...
* io/read.c (read_x): Take int argument instead of fnode * and
digging the N from F->u.n.
* io/io.h (read_x): Adjust prototype.
* io/transfer.c (formatted_transfer): Adjust callers. Don't clobber
f->u.n for FMT_T.
* gfortran.dg/fmt_t_1.f90: New test.
From-SVN: r103811
2005-09-03 20:54:55 +02:00
Jakub Jelinek
7a6b752853
re PR rtl-optimization/23454 (ICE in invert_exp_1, at jump.c:1719)
...
PR rtl-optimization/23454
* reorg.c (relax_delay_slots): Only call invert_jump if any_condjump_p
is true.
* g++.dg/opt/pr23454.C: New test.
From-SVN: r103810
2005-09-03 20:49:51 +02:00
Mark Mitchell
f7e4e4847c
re PR c++/23699 (rejects static int as non constant after "extern template")
...
PR c++/23699
* decl2.c (mark_used): Always instantiate static data members
initialized by constant expressions.
* pt.c (instantiate_decl): Instantiate the initializers for static
data members initialized by constant expressions.
From-SVN: r103807
2005-09-03 18:27:39 +00:00
Mark Mitchell
2725073463
re PR c++/23699 (rejects static int as non constant after "extern template")
...
PR c++/23699
* decl2.c (mark_used): Always instantiate static data members
initialized by constant expressions.
* pt.c (instantiate_decl): Instantiate the initializers for static
data members initialized by constant expressions.
PR c++/21687
* semantics.c (expand_or_defer_fn): Do not call ggc_collect when
finishing processing for a template function in a local class.
Revert:
2005-09-02 Mark Mitchell <mark@codesourcery.com>
* parser.c (cp_parser_class_specifier): Push/pop GC contexts
around functions in local classes.
PR c++/23699
* g++.dg/ext/static1.C: New test.
From-SVN: r103806
2005-09-03 18:18:48 +00:00
Richard Henderson
7c95bbfbdd
re PR target/23671 (ICE in fixup_eh_region_note, at reload1.c:3808)
...
PR middle-end/23671
pa.c (emit_move_sequence): Use replace_equiv_address instead of
gen_rtx_MEM.
Co-Authored-By: John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
From-SVN: r103803
2005-09-03 14:33:06 +00:00
GCC Administrator
8244630ead
Daily bump.
...
[[Split portion of a mixed commit.]]
From-SVN: r103799.2
2005-09-03 00:16:15 +00:00
Richard Henderson
0f149d5215
frame-address.c (check_fa_mid): Avoid tail call to check_fa_work.
...
* gcc.c-torture/execute/frame-address.c (check_fa_mid): Avoid
tail call to check_fa_work.
From-SVN: r103797
2005-09-02 15:26:59 -07:00
Andreas Schwab
810d4c7ba0
Move from root of repository to intented place.
...
From-SVN: r103796
2005-09-02 20:45:43 +00:00
Francois-Xavier Coudert
8845001b6c
unix.c (stream_ttyname): Protect use of ttyname by HAVE_TTYNAME macro.
...
* io/unix.c (stream_ttyname): Protect use of ttyname by
HAVE_TTYNAME macro.
* configure.ac: Add check for ttyname.
* config.h.in: Regenerate.
* configure: Regenerate.
From-SVN: r103794
2005-09-02 20:24:49 +00:00
Nicolas Pitre
b107d7437b
arm.c (arm_legitimize_address): Limit the value passed to bit_count to 32 bits.
...
* config/arm/arm.c (arm_legitimize_address): Limit the value passed
to bit_count to 32 bits.
From-SVN: r103792
2005-09-02 19:09:33 +00:00
Mark Mitchell
da6110588f
re PR c++/21687 (ICE in GC with local class inside a template function)
...
PR c++/21687
* parser.c (cp_parser_class_specifier): Push/pop GC contexts
around functions in local classes.
PR c++/21687
* g++.dg/other/gc3.C: New test.
From-SVN: r103791
2005-09-02 18:29:28 +00:00
Andrew Pinski
01be28d829
20030711-1.c: Include stddef.h and stdio.h.
...
2005-08-31 Andrew Pinski <pinskia@physics.uc.edu>
* gcc.dg/20030711-1.c: Include stddef.h and stdio.h.
* gcc.dg/20050826-1.c: Likewise.
From-SVN: r103789
2005-09-02 11:13:47 -07:00
Paolo Carlini
ab7654d98b
23465.cc: Reduce maximum size and lf.
...
2005-09-02 Paolo Carlini <pcarlini@suse.de>
* testsuite/tr1/6_containers/unordered/hashtable/23465.cc:
Reduce maximum size and lf.
From-SVN: r103783
2005-09-02 16:23:39 +00:00
Mark Mitchell
a38578e1bb
re PR c++/23167 (internal compiler error: in create_tmp_var)
...
PR c++/23167
* gimplify.c (gimplify_expr): Handle TREE_ADDRESSABLE types when
generating synthetic loads from volatile lvalues.
PR c++/23167
* g++.dg/expr/volatile1.C: New test.
From-SVN: r103782
2005-09-02 15:39:04 +00:00
Nick Clifton
ebf178cd33
stormy16-lib2.c (__popcounthi2, [...]): New functions.
...
* config/stormy16/stormy16-lib2.c (__popcounthi2, __parityhi2, __ctzhi2,
__clzhi2): New functions.
From-SVN: r103779
2005-09-02 14:17:36 +00:00
Andreas Jaeger
e55a7487ca
libgfortran.h: Add prototype for init_compile_options.
...
* libgfortran.h: Add prototype for init_compile_options.
* io/io.h: Add prototype for notify_std.
From-SVN: r103778
2005-09-02 15:29:53 +02:00
Andrew Pinski
9bf777eedf
re PR middle-end/23547 ([non-unit-at-a-time] ICE with recursive call to nested function)
...
2005-09-02 Andrew Pinski <pinskia@physics.uc.edu>
PR middle-end/23547
* tree-nested.c (struct var_map_elt): Mark with GTY.
(struct nesting_info): Mark with GTY. Mark var_map's param is struct
var_map_elt.
(lookup_field_for_decl): Allocate new element in GC memory.
(lookup_tramp_for_decl): Likewise.
(convert_nl_goto_reference): Likewise
(create_nesting_tree): Allocate info in GC memory. Likewise for info->var_map.
(free_nesting_tree): Free with ggc_free instead of free.
(root): New static variable.
(lower_nested_functions): Remove root as local variable. And zero out root at the end of the function.
2005-09-02 Andrew Pinski <pinskia@physics.uc.edu>
PR middle-end/23547
* gcc.dg/pr23547.c: New test.
From-SVN: r103777
2005-09-02 05:41:08 -07:00
Richard Sandiford
b8d7f9febc
re PR c/22061 (internal compiler error: in find_function_data, at function.c:317)
...
PR c/22061
* gcc.c-torture/execute/pr22061-1.c,
* gcc.c-torture/execute/pr22061-2.c,
* gcc.c-torture/execute/pr22061-3.c,
* gcc.c-torture/execute/pr22061-4.c: New tests.
From-SVN: r103772
2005-09-02 12:24:21 +00:00
J"orn Rennecke
f805670fc3
re PR rtl-optimization/20365 (simplify_plus_minus results are erratic)
...
PR rtl-optimization/20365
* simplify-rtx.c (simplify_plus_minus_op_data): Change type of neg
to short. New member ix.
(simplify_plus_minus_op_data_cmp): Break ties using ix member.
(simplify_plus_minus): Initialize ix members before calling qsort.
From-SVN: r103771
2005-09-02 13:04:22 +01:00
Zdenek Dvorak
b8c4f9a4ce
re PR tree-optimization/23626 (ICE after cunrolling)
...
PR tree-optimization/23626
* tree-cfg.c (replace_uses_by): Clean up eh info.
From-SVN: r103766
2005-09-02 09:04:45 +00:00
DJ Delorie
73eb8cb642
m32c.c (m32c_valid_pointer_mode): Remove stray debug fprintf.
...
* config/m32c/m32c.c (m32c_valid_pointer_mode): Remove stray debug
fprintf.
From-SVN: r103761
2005-09-01 22:09:01 -04:00
David Edelsohn
13e2e16e7b
rs6000.c (setup_incoming_varargs): Set MEM_NOTRAP_P.
...
* config/rs6000/rs6000.c (setup_incoming_varargs): Set MEM_NOTRAP_P.
(rs6000_split_multireg_move): Use replace_equiv_address instead of
gen_rtx_MEM.
From-SVN: r103760
2005-09-01 21:52:37 -04:00
Craig Rodrigues
bef7d862e2
Wredundant-decls-2.c: New test to check that -Wredundant-decls does not issue warning for a variable...
...
* gcc.dg/Wredundant-decls-2.c: New test to check that
-Wredundant-decls does not issue warning for a variable
definition following a declaration.
From-SVN: r103759
2005-09-02 01:26:59 +00:00
Craig Rodrigues
52d09157d5
c-decl.c (diagnose_mismatched_decls): With -Wredundant-decls...
...
* c-decl.c (diagnose_mismatched_decls): With -Wredundant-decls,
do not issue warning for a variable definition following
a declaration.
From-SVN: r103758
2005-09-02 01:09:42 +00:00
Richard Henderson
277fc67edf
re PR target/23668 (gcc.dg/i386-sse-11.c and gcc.target/i386/pr13366.c fail)
...
PR 23668
* config/i386/i386.c (ix86_expand_vector_init_one_var): Restore
conversion to CONST_VECTOR.
From-SVN: r103757
2005-09-01 17:27:56 -07:00
GCC Administrator
a78b76a532
Daily bump.
...
[[Split portion of a mixed commit.]]
From-SVN: r103753.2
2005-09-02 00:16:19 +00:00
Richard Henderson
e3947b349c
re PR middle-end/23676 (ICE: "missing REG_EH_REGION note in the end of bb")
...
PR 23676
* reload1.c (reload_as_needed): Check !CALL_P before calling
fixup_eh_region_note.
* rtlanal.c (may_trap_p): SUBREG by itself cannot trap.
From-SVN: r103751
2005-09-01 16:35:19 -07:00
DJ Delorie
056061d8da
varasm.c (output_constant): Let the target resolve conversions of addresses to non-default pointer sizes.
...
* varasm.c (output_constant): Let the target resolve
conversions of addresses to non-default pointer sizes.
From-SVN: r103750
2005-09-01 19:26:36 -04:00
Benjamin Kosnik
4eafe88212
std_cmath.h: Declare C99 functions and helper functions as inline.
...
2005-09-01 Benjamin Kosnik <bkoz@redhat.com>
* include/c_std/std_cmath.h: Declare C99 functions and helper
functions as inline.
From-SVN: r103747
2005-09-01 20:59:31 +00:00
Benjamin Kosnik
d42a11e122
std_cmath.h: Declare C99 functions and helper functions as inline.
...
2005-09-01 Benjamin Kosnik <bkoz@redhat.com>
* include/c_std/std_cmath.h: Declare C99 functions and helper
functions as inline.
Co-Authored-By: Paolo Carlini <pcarlini@suse.de>
From-SVN: r103743
2005-09-01 20:46:47 +00:00
Nicolas Pitre
868057591b
arm.c (arm_legitimize_address): Split absolute addresses to alow matching ARM pre-indexed addressing mode.
...
* config/arm/arm.c (arm_legitimize_address): Split absolute addresses
to alow matching ARM pre-indexed addressing mode.
(arm_override_options): Remove now irrelevant comment.
From-SVN: r103742
2005-09-01 19:01:20 +00:00
Phil Edwards
d442d7d9dd
config.gcc (i*86-wrs-vxworks): Update.
...
2005-08-30 Phil Edwards <phil@codesourcery.com>
* config.gcc (i*86-wrs-vxworks): Update. Split out vxworksae target.
* config/i386/t-vxworks: Update multilibs for VxWorks 6 and RTP mode.
* config/i386/vxworks.h: Likewise.
* config/i386/t-vxworksae: New file, for VxWorks AE.
* config/i386/vxworksae.h: Likewise.
From-SVN: r103741
2005-09-01 17:44:40 +00:00
Phil Edwards
d8852c4fd9
configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
...
2005-08-30 Phil Edwards <phil@codesourcery.com>
* configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
* configure: Regenerated.
From-SVN: r103740
2005-09-01 17:42:56 +00:00
Benjamin Kosnik
d14630d6ea
libstdc++.exp (check_v3_target_cxa_atexit): Fix comment.
...
2005-09-01 Benjamin Kosnik <bkoz@redhat.com>
Paolo Carlini <pcarlini@suse.de>
* testsuite/lib/libstdc++.exp (check_v3_target_cxa_atexit): Fix
comment.
Co-Authored-By: Paolo Carlini <pcarlini@suse.de>
From-SVN: r103739
2005-09-01 16:58:25 +00:00
Sebastian Pop
ab02cc4e2c
re PR middle-end/23410 (FAIL: gcc.c-torture/execute/950612-1.c execution, at -Os and -O3)
...
PR tree-optimization/23410
* tree-ssa-loop-niter.c (scev_probably_wraps_p): Check that the
sequence is not wrapping during the first step.
From-SVN: r103733
2005-09-01 15:09:41 +00:00
Jakub Jelinek
ac156e9176
re PR debug/7241 (DWARF encoding for "char" incorrect in gcc)
...
PR debug/7241
* dwarf2out.c (base_type_die): Compare char_type_node with
TYPE_MAIN_VARIANT (type), not type.
* gcc.dg/debug/dwarf2/dwarf-char1.c: New test.
* gcc.dg/debug/dwarf2/dwarf-char2.c: New test.
* gcc.dg/debug/dwarf2/dwarf-char3.c: New test.
* gcc.dg/debug/dwarf2/dwarf-die1.c: Fix a typo.
* gcc.dg/debug/dwarf2/dwarf-die2.c: Likewise.
* gcc.dg/debug/dwarf2/dwarf-die3.c: Likewise.
* gcc.dg/debug/dwarf2/dwarf-die5.c: Likewise.
* gcc.dg/debug/dwarf2/dwarf-die6.c: Likewise.
* gcc.dg/debug/dwarf2/dwarf-die7.c: Likewise.
* gcc.dg/debug/dwarf2/dwarf-uninit.c: Likewise.
* gcc.dg/debug/dwarf2/dwarf2-macro.c: Likewise.
From-SVN: r103727
2005-09-01 15:53:45 +02:00
Richard Guenther
355866de65
re PR tree-optimization/15366 ([3.4 only][unit-at-a-time] -fno-inline-functions is ignored for static functions)
...
2005-09-01 Richard Guenther <rguenther@suse.de>
PR tree-optimization/15366
* common.opt: Add -finline-functions-called-once.
Put -fearly-inlining in alphabetically ordered place.
* doc/invoke.texi: Document new option.
* ipa-inline.c (cgraph_decide_inlining): Honour
flag_inline_functions_called_once.
From-SVN: r103722
2005-09-01 08:54:40 +00:00
Benjamin Kosnik
a1340af76f
libstdc++.exp (check_v3_target_cxa_atexit): New.
...
2005-09-01 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/lib/libstdc++.exp (check_v3_target_cxa_atexit): New.
* testsuite/lib/dg-options.exp (dg-require-cxa-atexit): New.
* testsuite/ext/mt_allocator/deallocate_local-6.cc: New.
* testsuite/ext/mt_allocator/deallocate_local-8.cc: New.
* testsuite/ext/mt_allocator/deallocate_local_thread-5.cc: New.
* testsuite/ext/mt_allocator/deallocate_local_thread-7.cc: New.
* docs/html/ext/mt_allocator.html: Add link to examples.
* testsuite/testsuite_allocator.h: Tweak.
* testsuite/ext/mt_allocator/deallocate_global-2.cc: Same.
* testsuite/ext/mt_allocator/deallocate_global-4.cc: Same.
* testsuite/ext/mt_allocator/deallocate_global_thread-1.cc: Same.
* testsuite/ext/mt_allocator/deallocate_global_thread-3.cc: Same.
* testsuite/ext/mt_allocator/deallocate_local-2.cc: Same.
* testsuite/ext/mt_allocator/deallocate_local-4.cc: Same.
* testsuite/ext/mt_allocator/deallocate_local_thread-1.cc: Same.
* testsuite/ext/mt_allocator/deallocate_local_thread-3.cc: Same.
* testsuite/ext/new_allocator/deallocate_global.cc: Same.
* testsuite/ext/new_allocator/deallocate_local.cc: Same.
From-SVN: r103721
2005-09-01 07:06:05 +00:00
Jakub Jelinek
95c37cdb41
re PR rtl-optimization/23478 (Miscompilation due to reloading of a var that is also used in EH pad)
...
PR rtl-optimization/23478
* local-alloc.c (struct qty): Add n_throwing_calls_crossed field.
(alloc_qty): Initialize it.
(update_equiv_regs): Clear REG_N_THROWING_CALLS_CROSSED.
(combine_regs): Combine also n_throwing_calls_crossed fields.
(find_free_reg): Don't attempt to caller-save pseudos crossing
calls that might throw.
* global.c (struct allocno): Add throwing_calls_crossed field.
(global_alloc): Revert 2005-08-22 change. Initialize
throwing_calls_crossed.
(find_reg): Don't attempt to caller-save pseudos crossing calls that
might throw.
From-SVN: r103718
2005-09-01 07:29:03 +02:00
Alan Modra
1990cd7969
re PR target/23649 (gcc.dg/ppc-and-1.c failure due to not using rlwinm)
...
PR target/23649
* config/rs6000/predicates.md (mask_operand): Only handle rlwinm masks.
(mask64_operand): Reinstate code prior to 2005-06-11 change.
(mask64_2_operand): Reinstate code prior to 2004-11-11 change.
(and64_2_operand): Tweak to use predicate.
(and_operand): Adjust for mask_operand changes.
* config/rs6000/rs6000.c (num_insns_constant): Revert 2005-06-11.
(print_operand): Likewise.
(rs6000_rtx_costs): Pass mode to mask_operand and use mask64_operand.
(mask64_1or2_operand): Delete.
* rs6000/rs6000-protos.h (mask64_1or2_operand): Delete.
* config/rs6000/rs6000.h (EXTRA_CONSTRAINT <S>): Revert 2005-06-11.
(EXTRA_CONSTRAINT <T>): Pass operand mode to predicate.
(EXTRA_CONSTRAINT <t>): Disallow mask64_operand matches.
* config/rs6000/rs6000.md (andsi3_internal3 split): Revert 2005-06-11.
(rotldi3_internal4): Likewise.
(rotldi3_internal5, rotldi3_internal5 split): Likewise.
(rotldi3_internal6, rotldi3_internal6 split): Likewise.
(ashldi3_internal7): Likewise.
(ashldi3_internal8, ashldi3_internal8 split): Likewise.
(ashldi3_internal, ashldi3_internal9 split): Likewise.
(anddi3 split): Don't match mask64_operand.
(anddi3_internal2): Add rlwinm. Modify 't' splitter predicate.
(anddi3_internal3): Add rlwinm. Use and64_2_operand in non-cr0
splitter and match TARGET_64BIT not TARGET_POWERPC64. Modify
't' splitter predicate.
(movdi_internal64 + 2): Revert 2005-06-11 change.
From-SVN: r103716
2005-09-01 12:17:59 +09:30
DJ Delorie
e9555b1376
m32c.c (m32c_valid_pointer_mode): New.
...
* config/m32c/m32c.c (m32c_valid_pointer_mode): New.
(m32c_asm_integer): Add support for 32 bit pointers.
From-SVN: r103715
2005-08-31 21:52:26 -04:00
Richard Henderson
8476af981e
emit-rtl.c (set_mem_attributes_minus_bitpos): Look through component-like references for setting MEM_NOTRAP_P.
...
* emit-rtl.c (set_mem_attributes_minus_bitpos): Look through
component-like references for setting MEM_NOTRAP_P.
* config/i386/i386.c (ix86_setup_incoming_varargs): Set MEM_NOTRAP_P.
* config/alpha/alpha.c (alpha_setup_incoming_varargs): Likewise.
From-SVN: r103714
2005-08-31 18:41:30 -07:00
Andrew Pinski
04885a24b0
re PR objc/23306 ([unit-at-a-time] objc exceptions (GNU runtime) don't work with unit-at-a-time)
...
2005-08-31 Andrew Pinski <pinskia@physics.uc.edu>
PR objc/23306
* objc-act.c (generate_strings): Remove and move code to
finish decl to ...
(add_objc_string): here when creating a new string decl.
(finish_objc): Don't call generate_strings.
2005-08-31 Andrew Pinski <pinskia@physics.uc.edu>
PR objc/23306
* objc.dg/image-info.m: Remove "objc_module_info" check part of the
scan-assmbler.
From-SVN: r103713
2005-08-31 18:32:10 -07:00
Richard Henderson
0fd662ee04
expr.c (expand_expr_real_1): Force subregs into a pseudo before applying gen_lowpart.
...
* expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: Force subregs
into a pseudo before applying gen_lowpart.
From-SVN: r103712
2005-08-31 18:06:45 -07:00