- 24 Jun, 2006 7 commits
-
-
jsm28 authored
rw.po, sv.po, tr.po, zh_CN.po, zh_TW.po: Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114966 138bc75d-0d04-0410-961f-82ee72b054a4
-
pault authored
PR fortran/28118 * trans-array.c (gfc_conv_expr_descriptor): When building temp, use the substring reference to calculate the length if the expression does not have a charlen. 2006-06-24 Paul Thomas <pault@gcc.gnu.org> PR fortran/28118 * gfortran.dg/actual_array_substr_1.f90: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114964 138bc75d-0d04-0410-961f-82ee72b054a4
-
hainque authored
(gimplify_expr): Use it for tcc_comparison of operands of non BLKmode aggregate types. * tree-ssa-loop-im.c (for_each_index): Handle ARRAY_RANGE_REF as ARRAY_REF, so have the callback called for the low bound expression. * gnat.dg/scalar_mode_agg_compare_loop.adb: New test. * gnat.dg/scalar_mode_agg_compare.adb: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114963 138bc75d-0d04-0410-961f-82ee72b054a4
-
fxcoudert authored
* intrinsics/sleep.c: Likewise. * intrinsics/perror.c: Likewise. * intrinsics/stat.c: Likewise. * intrinsics/kill.c: Likewise. * intrinsics/time.c: Likewise. * intrinsics/fnum.c: Likewise. * intrinsics/rename.c: Likewise. * intrinsics/symlnk.c: Likewise. * intrinsics/chdir.c: Likewise. * intrinsics/link.c: Likewise. * intrinsics/random.c: Don't include "io/io.h". Include <gthr.h>. * intrinsics/rand.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114962 138bc75d-0d04-0410-961f-82ee72b054a4
-
fxcoudert authored
* trans-intrinsic.c (gfc_conv_intrinsic_mod): Support cases where there is no integer kind equal to the resulting real kind. * intrinsic.c (add_functions): MODULO is not allowed as an actual argument. * Makefile.am: Add _mod_r10.F90 and _mod_r16.F90. * Makefile.in: Regenerate. * generated/_mod_r10.F90: New file. * generated/_mod_r16.F90: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114961 138bc75d-0d04-0410-961f-82ee72b054a4
-
gccadmin authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114959 138bc75d-0d04-0410-961f-82ee72b054a4
-
bkoz authored
PR libstdc++/27984 * testsuite/lib/libstdc++.exp (libstdc++_init): Adjust testing includes. * docs/html/test.html: Adjust for testsuite changes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114955 138bc75d-0d04-0410-961f-82ee72b054a4
-
- 23 Jun, 2006 17 commits
-
-
sje authored
* name-lookup.c (pushtag): Return if we have error_mark_node. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114953 138bc75d-0d04-0410-961f-82ee72b054a4
-
sje authored
* typeck2.c (process_init_constructor_array): Set ce->value on errors. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114952 138bc75d-0d04-0410-961f-82ee72b054a4
-
janis authored
* c-typeck.c (c_common_type): Disallow operations on decimal float types and other float types. * convert.c (convert_to_real): Don't ignore conversions involving decimal float types. testsuite: * gcc.dg/dfp/usual-arith-conv-bad.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114951 138bc75d-0d04-0410-961f-82ee72b054a4
-
kargl authored
PR fortran/27981 * match.c (gfc_match_if): Handle errors in assignment in simple if. 2006-06-23 Steven G. Kargl <kargls@comcast.net> PR fortran/27981 * gfortran.dg/simpleif_2.f90: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114950 138bc75d-0d04-0410-961f-82ee72b054a4
-
lmillward authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114949 138bc75d-0d04-0410-961f-82ee72b054a4
-
reichelt authored
* parser.c (cp_parser_attribute_list): Skip attributes with invalid arguments. Fix comment. * g++.dg/ext/attrib23.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114941 138bc75d-0d04-0410-961f-82ee72b054a4
-
sje authored
* inclhack.def (hpux_extern_errno): New. * fixincl.x: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114939 138bc75d-0d04-0410-961f-82ee72b054a4
-
hainque authored
code in function.c:assign_temp. * tree.h (max_int_size_in_bytes): Declare. * function.c (assign_temp): Use it. * gimplify.c (create_tmp_var): Relax the assertions on the type properties, not mandating constant size any more. (force_constant_size): New static function. (gimple_add_tmp_var): Use it, forcing variable size to a constant upper bound if it is not constant on entry. * ada/misc.c (gnat_type_max_size): Look at TYPE_ADA_SIZE if we have not been able to get a constant upper bound from TYPE_SIZE_UNIT. * gnat.dg/varsize_temp.adb: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114938 138bc75d-0d04-0410-961f-82ee72b054a4
-
reichelt authored
* init.c (build_new_1): Handle error_mark_nodes returned by build_java_class_ref. (build_java_class_ref): Do not abort compilation, but return error_mark_node. Improve error message. Fix indentation. * g++.dg/other/java2.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114937 138bc75d-0d04-0410-961f-82ee72b054a4
-
aph authored
* java-tree.h (update_aliases): Remove * expr.c (expand_iinc): Remove call to update_aliases(). (STORE_INTERNAL): Likewise. * decl.c (update_aliases, initialize_local_variable) (maybe_pushlevels): Set DECL_VALUE_EXPR for debugging decls. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114931 138bc75d-0d04-0410-961f-82ee72b054a4
-
schwab authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114928 138bc75d-0d04-0410-961f-82ee72b054a4
-
dannysmith authored
* config/i386/winnt.c (ix86_handle_selectany_attribute): Move check for initialization and setting of one_only flag to ... (i386_pe_encode_section_info): ...here. (i386_pe_dllimport_p): Check for DECL_DLLIMPORT_P also. Recheck that the symbol has not been defined. cp * decl.c (start_decl): Check that dllimports are not initialized. testsuite * g++.dg/ext/dllimport4.C. Add more tests for invalid initialization. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114927 138bc75d-0d04-0410-961f-82ee72b054a4
-
rguenth authored
* ggc-page.c (init_ggc): Do not round up the extra_order_size_table sizes to MAX_ALIGNMENT. Fix the size_lookup table to honour alignment requests instead. Add verification code. Add struct tree_function_decl and struct tree_binfo size to extra_order_size_table. Add missing element to size_lookup table. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114926 138bc75d-0d04-0410-961f-82ee72b054a4
-
sayle authored
John David Anglin <dave.anglin@nrc-cnrc.gc.ca> PR middle-end/28131 * expr.c (expand_expr_real_1) <VECTOR_CST>: Check whether the call to lang_hooks.types.type_for_mode returned NULL_TREE. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114923 138bc75d-0d04-0410-961f-82ee72b054a4
-
bje authored
* decNumber.h (decNumberNegate): Remove. gcc/ * dfp.c (decimal_to_decnumber): Do not use decNumberNegate to negate dn -- manipulate it directly. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114922 138bc75d-0d04-0410-961f-82ee72b054a4
-
sayle authored
Steven Bosscher <stevenb.gcc@gmail.com> PR target/27531 * reload1.c (gen_reload): Call mark_jump_label on the new insns generated by gen_move_insn to add REG_LABEL notes if necessary. * gcc.dg/pr27531-1.c: New test case. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114921 138bc75d-0d04-0410-961f-82ee72b054a4
-
gccadmin authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114919 138bc75d-0d04-0410-961f-82ee72b054a4
-
- 22 Jun, 2006 16 commits
-
-
danglin authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114913 138bc75d-0d04-0410-961f-82ee72b054a4
-
sje authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114909 138bc75d-0d04-0410-961f-82ee72b054a4
-
gerald authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114905 138bc75d-0d04-0410-961f-82ee72b054a4
-
bwilson authored
(leaf_entry): Remove use of MIN_ESA. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114903 138bc75d-0d04-0410-961f-82ee72b054a4
-
fitzsim authored
* testsuite/libjava.jni/jni.exp (gcj_jni_invocation_test_one): Link against -ljvm, not -lgcj. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114902 138bc75d-0d04-0410-961f-82ee72b054a4
-
langton authored
* primary.c (gfc_match_rvalue): Don't call match_substring for implicit non-character types. PR fortran/24748 * gfortran.dg/implicit_8.f90: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114901 138bc75d-0d04-0410-961f-82ee72b054a4
-
fitzsim authored
* Makefile.am (libjvm_la_LDFLAGS): Do not set -rpath to toolexeclibdir. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114900 138bc75d-0d04-0410-961f-82ee72b054a4
-
lmillward authored
* decl.c (grokdeclarator): Return error_mark_node on invalid uses of the scope resolution operator. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114899 138bc75d-0d04-0410-961f-82ee72b054a4
-
rakdver authored
* cfgexpand.c (tree_expand_cfg): Clean EDGE_EXECUTABLE flag from the entry edge. * gcc.dg/pr28121.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114898 138bc75d-0d04-0410-961f-82ee72b054a4
-
lmillward authored
* typeck2.c (build_m_component_ref): Use error_operand_p. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114897 138bc75d-0d04-0410-961f-82ee72b054a4
-
tromey authored
field when it is accessible. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114896 138bc75d-0d04-0410-961f-82ee72b054a4
-
paolo authored
Paolo Carlini <pcarlini@suse.de> * include/ext/pb_ds/detail/resize_policy/ hash_prime_size_policy_imp.hpp: Cast to size_t instead. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114894 138bc75d-0d04-0410-961f-82ee72b054a4
-
dj authored
(TN-16C-A156A/E). (mulhisi3_r): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114891 138bc75d-0d04-0410-961f-82ee72b054a4
-
paolo authored
* include/ext/pb_ds/detail/resize_policy/ hash_prime_size_policy_imp.hpp: Fix for 64-bit machines. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114888 138bc75d-0d04-0410-961f-82ee72b054a4
-
reichelt authored
* pt.c (determine_specialization): Check for invalid decls. * g++.dg/template/friend43.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114887 138bc75d-0d04-0410-961f-82ee72b054a4
-
reichelt authored
* pt.c (unify) <case TEMPLATE_PARM_INDEX>: Check for invalid parameters. * g++.dg/template/crash53.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114885 138bc75d-0d04-0410-961f-82ee72b054a4
-