Jason Merrill
cf5131b464
re PR c++/28215 (Bootstrap failure on arm-eabi)
...
PR c++/28215
* method.c (make_thunk): Unset DECL_USE_TEMPLATE and
DECL_TEMPLATE_INFO.
From-SVN: r115118
2006-07-01 18:01:18 -04:00
Andrew John Hughes
5cb6c6295e
MAINTAINERS (Write After Approval): Add myself.
...
2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r115117
2006-07-01 19:36:35 +00:00
Tobias Schlüter
31c5eee102
re PR fortran/19259 (";" as first nonblank character on a line should be an error)
...
2006-07-01 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
fortran/
PR fortran/19259
* parse.c (next_free): Error out on line starting with semicolon.
(next_fixed): Fix formatting. Error out on line starting with
semicolon.
testsuite/
PR fortran/19259
* gfortran.dg/semicolon_fixed.c: New.
* gfortran.dg/semicolon_free.c: New.
From-SVN: r115115
2006-07-01 17:03:30 +02:00
Martin Michlmayr
3e72a66fcd
* doc/gcov.texi (Invoking Gcov): Add a missing word.
...
From-SVN: r115113
2006-07-01 12:46:31 +00:00
GCC Administrator
4118e2b84e
Daily bump.
...
From-SVN: r115111
2006-07-01 00:17:22 +00:00
Jason Merrill
481ac1e929
re PR c++/26577 (ICE in cp_expr_size with volatile and non POD)
...
PR c++/26577
* call.c (build_new_method_call): Force evaluation of the
instance pointer, not the object.
From-SVN: r115105
2006-06-30 16:48:42 -04:00
Mike Stump
17a9fbc457
fvisibility-override2.C: Fix for systems that don't support internal visibility.
...
* g++.dg/ext/visibility/fvisibility-override2.C: Fix for systems
that don't support internal visibility.
From-SVN: r115104
2006-06-30 20:10:51 +00:00
Kazu Hirata
490060701c
* check.c: Fix a comment typo.
...
From-SVN: r115101
2006-06-30 19:38:26 +00:00
Kazu Hirata
e7d35a8840
* decl2.c: Fix a comment typo.
...
From-SVN: r115099
2006-06-30 19:34:38 +00:00
Kazu Hirata
2a8a8292ee
cfgexpand.c, [...]: Fix comment typos.
...
* cfgexpand.c, config/i386/i386.c, genpreds.c, tree-cfg.c: Fix
comment typos.
From-SVN: r115098
2006-06-30 19:29:39 +00:00
Thomas Fitzsimmons
27651ad32c
Makefile.am: Comment out tools wrapper creation.
...
2006-06-30 Thomas Fitzsimmons <fitzsim@redhat.com>
* classpath/tools/Makefile.am: Comment out tools wrapper creation.
(TOOLS_ZIP): Rename tools.zip tools.jar.
(noinst_DATA): Do not install tools.jar.
* classpath/tools/Makefile.in: Regenerate.
* classpath/Makefile.am (SUBDIRS): Add tools.
(DIST_SUBDIRS): Likewise.
* classpath/Makefile.in: Regenerate.
* Makefile.am (toolexeclib_LTLIBRARIES): Add libgcj-tools.la.
(jar_DATA): Add libgcj-tools-$(gcc_version).jar.
(bin_PROGRAMS): Add gappletviewer, gjarsigner and gkeytool.
Add build logic for libgcj-tools.la,
libgcj-tools-$(gcc_version).jar and gappletviewer, gjarsigner and
gkeytool.
* Makefile.in: Regenerate.
From-SVN: r115097
2006-06-30 18:31:48 +00:00
Jason Merrill
444762dfeb
re PR c++/18698 (Error message using "using" for code not using "using" ;-))
...
PR c++/18698
* decl2.c (grokfield): Only try to treat the decl as an access
declaration if the scope is a class.
From-SVN: r115095
2006-06-30 14:27:18 -04:00
Jason Merrill
1d737af9c8
objcp-decl.c (objcp_start_struct): Pass null attributes argument to begin_class_definition.
...
* objcp-decl.c (objcp_start_struct): Pass null attributes argument
to begin_class_definition.
From-SVN: r115091
2006-06-30 11:22:48 -04:00
Andrew Pinski
3c5d534280
inline-1.c: Fix up scan-tree-dump-times for '(' / ')' needing an extra '\'.
...
2006-06-30 Andrew Pinski <pinskia@gmail.com>
* gcc.dg/tree-ssa/inline-1.c: Fix up scan-tree-dump-times for '(' / ')' needing an extra '\'.
From-SVN: r115089
2006-06-30 07:28:59 -07:00
Jason Merrill
b9e7569630
re PR c++/26905 (default-visibility class symbol improperly resolved as hidden-visibility)
...
PR c++/26905
PR c++/26612
PR c++/27000
PR c++/26984
PR c++/19134
* tree.c (build_decl_stat): Don't hande #pragma visibility here.
* c-common.c (c_determine_visibility): Handle it here.
* c-decl.c (finish_decl): Call c_determine_visibility for
functions, too.
* flags.h (enum symbol_visibility): Sort from most to least visibility.
* tree.h: Likewise.
* varasm.c (default_assemble_visibility): Likewise.
* c-common.c (handle_visibility_attribute): Complain about trying
to give visibility to an already defined class, or trying to change
declared visibility. Always attach the attribute.
* cp/decl2.c (determine_visibility): Overhaul.
(determine_visibility_from_class): Likewise.
(min_vis_r, type_visibility, constrain_visibility): New fns.
(constrain_visibility_for_template): Likewise.
(constrain_class_visibility): Likewise.
* cp/decl.c (cp_finish_decl): Call determine_visibility for function
decls, too.
* cp/name-lookup.c (pushtag): Call determine_visibility.
* cp/decl.c (duplicate_decls): Don't copy visibility from template to
specialization.
* cp/pt.c (check_explicit_specialization): Likewise.
(lookup_template_class, tsubst_decl): Call determine_visibility.
* cp/class.c (finish_struct_1): Call constrain_class_visibility.
PR c++/26905
PR c++/21675
PR c++/17470
* cp/parser.c (cp_parser_explicit_instantiation): Pass the attributes
to grokdeclarator.
(cp_parser_type_specifier): Allow 'enum __attribute ((...)) E'.
(cp_parser_enum_specifier): Likewise.
(cp_parser_elaborated_type_specifier): Apply attributes if this
declares only the class.
(cp_parser_class_specifier): Apply leading attributes immediately.
* cp/semantics.c (begin_class_definition): Add attributes parameter,
apply them to the type.
* attribs.c (decl_attributes): Ignore type-in-place attributes
once the type has been defined.
PR c++/21581
PR c++/25915
* cp/tree.c (decl_anon_ns_mem_p): New function.
* cp/cp-tree.h: Declare it.
* cp/decl2.c (determine_visibility): Make anonymous namespace
members static.
(min_vis_r, constrain_visibility): Likewise.
* cp/rtti.c (create_pseudo_type_info): Set TREE_PUBLIC on
pseudo-types.
* cp/decl.c (cxx_init_decl_processing): Set TREE_PUBLIC on
global_namespace.
* cp/name-lookup.c (push_namespace_with_attribs): Don't set TREE_PUBLIC
on anonymous namespaces.
From-SVN: r115086
2006-06-29 21:15:56 -04:00
GCC Administrator
dc2843f38c
Daily bump.
...
From-SVN: r115084
2006-06-30 00:18:27 +00:00
Roger Sayle
8646f3df36
re PR middle-end/27428 (ICE with goto in erroneous code)
...
PR middle-end/27428
* c-lex.c (c_lex_with_flags) <CPP_N_INVALID>: Increment errorcount
to indicate the cpplib has issued an error message for us.
* gcc.dg/pr27428-1.c: New test case.
From-SVN: r115080
2006-06-29 21:57:23 +00:00
Asher Langton
f8c2645c2d
i386.c (ix86_output_function_epilogue): Don't insert a label at the end of an function under Mach-O.
...
* config/i386/i386.c (ix86_output_function_epilogue): Don't
insert a label at the end of an function under Mach-O.
From-SVN: r115079
2006-06-29 21:49:19 +00:00
Benjamin Kosnik
6cbd871cb0
Makefile.am (pch1_input, [...]): Move from pch_*.
...
2006-06-29 Benjamin Kosnik <bkoz@redhat.com>
* include/Makefile.am (pch1_input, pch1_output_builddir,
pch1_outputj_installdir, pch1_source): Move from pch_*.
(pch2_input, pch2_output_builddir,
pch2_output_installdir, pch2_source): Clone for ext.
(pch3_input, pch3_output_builddir,
pch3_output_installdir, pch3_source): Clone for tr1.
(install-pch): Same.
* include/Makefile.in: Regenerate.
* include/precompiled: New directory.
* include/stdc++.h: Move...
* include/precompiled/stdc++.h: ... here.
* include/precompiled/stdtr1c++.h: New.
* include/precompiled/extc++.h: New.
* testsuite/lib/libstdc++.exp (libstdc++_init): Set PCH_CXXFLAGS
to -include bits/stdtr1c++.h.
From-SVN: r115078
2006-06-29 21:24:57 +00:00
Eric Christopher
5656a184e8
predicates.md (vector_all_ones_operand): New.
...
2006-06-29 Eric Christopher <echristo@apple.com>
Evan Cheng <evan.cheng@apple.com>
* predicates.md (vector_all_ones_operand): New.
(nonimmediate_or_sse_const_operand): Ditto.
* config/i386/i386-protos.h (standard_sse_constant_opcode): Declare.
* config/i386/i386.c (standard_sse_constant_opcode): Define.
(standard_sse_mode_p): Ditto.
(standard_sse_constant_p): Add case for -1 vector.
(ix86_expand_vector_move): Try to use.
* sse.md (*mov<mode>_internal): Use nonimmediate_or_sse_const_operand.
Call standard_sse_constant_opcode.
(*movv4sf_internal): Ditto.
(*movv2df_internal): Ditto.
From-SVN: r115077
2006-06-29 20:42:54 +00:00
Roger Sayle
c8d560fa80
genpreds.c (write_match_code_switch): Correctly use XSTR instead of XEXP to extract the operands of a MATCH_CODE rtx.
...
* genpreds.c (write_match_code_switch): Correctly use XSTR instead
of XEXP to extract the operands of a MATCH_CODE rtx.
From-SVN: r115076
2006-06-29 20:21:36 +00:00
Mike Stump
32df442ab3
struct-layout-1_generate.c: Don't use common on darwin as we can't align commons large enough yet.
...
* gcc.dg/compat/struct-layout-1_generate.c: Don't use common
on darwin as we can't align commons large enough yet.
From-SVN: r115075
2006-06-29 19:59:23 +00:00
Mike Stump
4ada8cdcbe
* gcc.dg/vla-8.c: Add additional testcases.
...
From-SVN: r115074
2006-06-29 17:38:10 +00:00
Benjamin Kosnik
a0895ebf8c
libstdc++.exp (v3_target_compile): Set timeout to 600.
...
2006-06-29 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/lib/libstdc++.exp (v3_target_compile): Set timeout to
600.
From-SVN: r115073
2006-06-29 17:34:56 +00:00
Andrew Pinski
43b50eb2bf
tree.c (tree_size): Do not waste tail padding in struct tree_string and make the size be the same...
...
2006-06-28 Andrew Pinski <pinskia@gmail.com>
* tree.c (tree_size): Do not waste tail padding in
struct tree_string and make the size be the same as
build_string will generate.
From-SVN: r115072
2006-06-29 09:28:04 -07:00
Ranjit Mathew
3379268423
javaprims.h (_Jv_uintptr_t): New typedef similar to uintptr_t in C99.
...
* gcj/javaprims.h (_Jv_uintptr_t): New typedef similar to uintptr_t in
C99.
* include/java-stack.h: Include stdlib.h.
(_Jv_AddrInfo): New structure to hold address information.
* include/posix.h (_Jv_platform_dladdr): Declare.
* include/win32.h (_Jv_platform_dladdr): Declare.
(backtrace): Remove declaration.
* posix.cc: Include dlfcn.h if available. Include java-stack.h.
(_Jv_platform_dladdr): Define.
* win32.cc: Include string.h. Include java-stack.h.
(backtrace): Remove.
(_Jv_platform_dladdr): Define.
* sysdep/i386/backtrace.h (fallback_backtrace): Check that a potential
frame pointer value is 32-bit word-aligned. Use operand of the CALL
instruction calling the current function to find its starting address.
* stacktrace.cc: Do not include dlfcn.h. Include platform.h.
(_Jv_StackTrace::getLineNumberForFrame): Use _Jv_platform_dladdr()
instead of dladdr().
(_Jv_StackTrace::GetStackTraceElements): Use nCodeMap even for Windows.
(_Jv_StackTrace::GetClassContext): Use fallback_backtrace() for
targets with SJLJ exceptions instead of using _Unwind_Backtrace().
(_Jv_StackTrace::GetFirstNonSystemClassLoader): Likewise.
From-SVN: r115069
2006-06-29 14:57:39 +00:00
Jason Merrill
6150b60261
re PR c++/27424 (Valid template-template-parameter rejected)
...
PR c++/27424
* pt.c (convert_template_argument): Pass all template arguments
on to coerce_template_template_parms.
From-SVN: r115063
2006-06-28 21:27:17 -04:00
Jason Merrill
9949572916
re PR c++/27768 (wrong-code with vectors)
...
PR c++/27768
* tree-ssa-alias.c (compute_flow_insensitive_aliasing): Add
may_aliases already in the tag's annotations to the bitmap.
From-SVN: r115062
2006-06-28 21:12:20 -04:00
Roger Sayle
8547c7f8c9
genpreds.c (write_predicate_stmts): Add missing break.
...
* genpreds.c (write_predicate_stmts) <IOR>: Add missing break.
From-SVN: r115061
2006-06-29 01:05:51 +00:00
GCC Administrator
443ffbdd1d
Daily bump.
...
From-SVN: r115059
2006-06-29 00:17:29 +00:00
Roger Sayle
7caf673482
genpreds.c (generate_switch_p): New function.
...
* genpreds.c (generate_switch_p): New function.
(add_mode_tests): Push the new mode test down inside an AND expr
if this allows the switch-suitable MATCH_CODE to be near the root.
(write_match_code_switch): New function to write a MATCH_CODE as
a switch statement.
(write_predicate_stmts): New function to write a predicate RTX
expression as a sequence of statements.
(write_one_predicate_function): Use write_predicate_stmts.
(write_tm_constrs_h): Likewise.
From-SVN: r115055
2006-06-28 19:42:04 +00:00
GCC Administrator
092b194ebf
Daily bump.
...
From-SVN: r115044
2006-06-28 00:17:39 +00:00
Benjamin Kosnik
80d207e326
rand_regression_test.hpp: Revert.
...
2006-06-27 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/util/regression/rand/priority_queue/
rand_regression_test.hpp: Revert.
From-SVN: r115040
2006-06-27 22:54:02 +00:00
Tom Tromey
9e01bff779
OutputStreamWriter.java (writeChars): Use a 'do' loop.
...
* java/io/OutputStreamWriter.java (writeChars): Use a 'do' loop.
Set 'out.count' earlier.
(close): Call setFinished on converter.
(flush): Always write work buffer.
* java/io/PrintStream.java (writeChars): Do 'do' loop.
(close): Call setFinished on converter. Write a 'flush' array.
* java/lang/natString.cc (getBytes): Call setFinished on
converter.
* gnu/gcj/convert/CharsetToBytesAdaptor.java (hasBytes): New
field.
(write): Set hasBytes. Changed 'finished' logic.
(havePendingBytes): Rewrote.
(setFinished): New method.
* gnu/gcj/convert/UnicodeToBytes.java (setFinished): New method.
* testsuite/libjava.lang/RH194522.java: New file.
* testsuite/libjava.lang/RH194522.out: New file.
From-SVN: r115039
2006-06-27 20:38:10 +00:00
Benjamin Kosnik
80cd0e33d9
typelist.h (typelist_append): To append_typelist.
...
2006-06-27 Benjamin Kosnik <bkoz@redhat.com>
* include/ext/typelist.h (typelist_append): To append_typelist.
(typelist): To node.
Enclose in namespace typelist.
* testsuite/util/testsuite_common_types.h: Adjust names, namespaces.
* testsuite/performance/23_containers/find/map.cc: Same.
* testsuite/performance/23_containers/create/map.cc: Same.
* testsuite/performance/23_containers/insert_erase/associative.cc:
Same.
* testsuite/performance/23_containers/insert/sequence.cc: Same.
* testsuite/performance/23_containers/insert/associative.cc: Same.
* testsuite/performance/23_containers/create_from_sorted/set.cc: Same.
* testsuite/performance/23_containers/index/map.cc: Same.
* testsuite/performance/23_containers/insert_from_sorted/set.cc: Same.
* testsuite/performance/23_containers/create_sort/list.cc: Same.
* testsuite/performance/23_containers/sort_search/list.cc: Same.
* testsuite/performance/23_containers/producer_consumer/sequence.cc:
Same.
* testsuite/performance/23_containers/producer_consumer/associative.cc:
Same.
From-SVN: r115038
2006-06-27 19:21:13 +00:00
Benjamin Kosnik
cad367a62b
typelist.h (typelist_append): To append_typelist.
...
2006-06-27 Benjamin Kosnik <bkoz@redhat.com>
* include/ext/typelist.h (typelist_append): To append_typelist.
(typelist): To node.
Enclose in namespace typelist.
* testsuite/util/testsuite_common_types.h: Adjust names, namespaces.
* testsuite/performance/23_containers/find/map.cc: Same.
* testsuite/performance/23_containers/create/map.cc: Same.
* testsuite/performance/23_containers/insert_erase/associative.cc:
Same.
* testsuite/performance/23_containers/insert/sequence.cc: Same.
* testsuite/performance/23_containers/insert/associative.cc: Same.
* testsuite/performance/23_containers/create_from_sorted/set.cc: Same.
* testsuite/performance/23_containers/index/map.cc: Same.
* testsuite/performance/23_containers/insert_from_sorted/set.cc: Same.
* testsuite/performance/23_containers/create_sort/list.cc: Same.
* testsuite/performance/23_containers/sort_search/list.cc: Same.
* testsuite/performance/23_containers/producer_consumer/sequence.cc:
Same.
* testsuite/performance/23_containers/producer_consumer/associative.cc:
Same.
From-SVN: r115037
2006-06-27 19:20:06 +00:00
Marco Trudel
776862ddc1
boehm.cc (_Jv_SuspendThread, [...]): Define conditionally on GC_PTHREADS...
...
2006-06-27 Marco Trudel <mtrudel@gmx.ch>
* boehm.cc (_Jv_SuspendThread, _Jv_ResumeThread): Define
conditionally on GC_PTHREADS, !GC_SOLARIS_THREADS,
!GC_WIN32_THREADS and !GC_DARWIN_THREADS.
From-SVN: r115036
2006-06-27 17:34:23 +00:00
Tom Tromey
10caa6ef96
re PR libgcj/28178 (jniEnv->DeleteLocalRef (null) fails)
...
PR libgcj/28178:
* jni.cc (_Jv_JNI_DeleteLocalRef): Ignore null argument.
(_Jv_JNI_DeleteGlobalRef): Likewise.
* testsuite/libjava.jni/PR28178.java: New file.
* testsuite/libjava.jni/PR28178.c: New file.
* testsuite/libjava.jni/PR28178.out: New file.
From-SVN: r115034
2006-06-27 15:33:24 +00:00
Benjamin Kosnik
578089dba0
trie_no_data_map_rand.cc: Reduce iterations by half.
...
2006-06-26 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc:
Reduce iterations by half.
* testsuite/ext/pb_ds/regression/hash_data_map_rand.cc: Same.
* testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc: Same.
* testsuite/ext/pb_ds/regression/list_update_data_map_rand.cc: Same.
* testsuite/ext/pb_ds/regression/list_update_no_data_map_rand.cc: Same.
* testsuite/ext/pb_ds/regression/priority_queue_rand.cc: Same.
* testsuite/ext/pb_ds/regression/tree_data_map_rand.cc: Same.
* testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc: Same.
* testsuite/ext/pb_ds/regression/trie_data_map_rand.cc: Same.
* testsuite/util/regression/rand/assoc/rand_regression_test.hpp:
Set probability of compare from 1 to 0.25.
* testsuite/util/regression/rand/priority_queue/
rand_regression_test.hpp: Same.
From-SVN: r115032
2006-06-27 03:25:40 +00:00
GCC Administrator
e1c00594af
Daily bump.
...
From-SVN: r115030
2006-06-27 00:18:07 +00:00
Jim Wilson
60ee1fe3e3
Fix typos in --param option docs.
...
* doc/invoke/texi (max-cselib-memory-locations): Add missing s at end.
(max-flow-memory-locations): Likewise.
From-SVN: r115026
2006-06-26 16:36:45 -07:00
Steve Ellcey
adf2ac06f4
re PR c++/28114 (ICE with struct definition in argument of template function)
...
PR c++/28114
* g++.dg/other/pr28114.C: New.
From-SVN: r115025
2006-06-26 21:25:23 +00:00
Fred Fish
f340b6fc9b
Add SB-1 specific multilib support. Patch by Fred Fish.
...
* config/mips/t-sb1: New file.
* config.gcc (mipsisa64sb1-*-elf*): Add mips/t-sb1 to
tmake_file list.
From-SVN: r115024
2006-06-26 14:16:30 -07:00
DJ Delorie
ff485e71cf
[multiple changes]
...
2006-06-26 DJ Delorie <dj@redhat.com>
* config/m32c/m32c.c (m32c_print_operand): Fix sign-merging logic.
2006-06-26 Naveen H.S <naveenh@kpitcummins.com>
Jayant Sonar <jayants@kpitcummins.com>
Jaydeep Vipradas <jaydeepv@kpitcummins.com>
* config/m32c/addsub.md (addsi3, addsi3_1, addsi3_2): New.
(subsi3, subsi3_1, subsi3_2): New.
* config/m32c/bitops.md (andsi3, iorsi3, xorsi3): New.
* config/m32c/mov.md (SI mov peephole): New.
* config/m32c/m32.c (m32c_immd_dbl_mov): New.
* config/m32c/m32c-protos.h (m32c_immd_dbl_mov): New.
From-SVN: r115023
2006-06-26 17:10:22 -04:00
Olivier Hainque
500c353d72
function.c (aggregate_value_p): Honor DECL_BY_REFERENCE on a CALL_EXPR target function declaration.
...
* function.c (aggregate_value_p): Honor DECL_BY_REFERENCE on
a CALL_EXPR target function declaration.
From-SVN: r115022
2006-06-26 20:59:16 +00:00
Richard Guenther
28df01acc4
tree.c (build_string): Do not waste tail padding in struct tree_string.
...
2006-06-26 Richard Guenther <rguenther@suse.de>
* tree.c (build_string): Do not waste tail padding in
struct tree_string.
From-SVN: r115021
2006-06-26 18:18:22 +00:00
Keith Seitz
49799ad34f
posix-threads.h: Fix coding style aberrations from 2006-06-19 check-in.
...
* include/posix-threads.h: Fix coding style aberrations from
2006-06-19 check-in.
* posix-threads.cc (_Jv_ThreadDebugSuspend): Ditto.
* include/win32-threads.h (_Jv_ThreadDebugSuspend): Ditto.
* win32-threads.cc (_Jv_ThreadDebugSuspend): Ditto.
From-SVN: r115020
2006-06-26 17:59:42 +00:00
Keith Seitz
9330cba6e3
no-gc.h (_Jv_SuspendThread): Declare.
...
* include/no-gc.h (_Jv_SuspendThread): Declare.
(_Jv_ResumeThread): Likewise.
* include/boehm-gc.h (_Jv_SuspendThread): Declare.
(_Jv_ResumeThread): Likewise.
* nogc.cc (_Jv_SuspendThread): New function.
(_Jv_ResumeThread): Likewise.
* boehm.cc (_Jv_SuspendThread): New function.
(_Jv_ResumeThread): Likewise.
From-SVN: r115019
2006-06-26 16:31:06 +00:00
Richard Guenther
a469a4f241
ggc-page.c (init_ggc): Add missing element to size_lookup table.
...
2006-06-26 Richard Guenther <rguenther@suse.de>
* ggc-page.c (init_ggc): Add missing element to size_lookup
table.
Revert
2006-06-23 Richard Guenther <rguenther@suse.de>
* 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.
From-SVN: r115007
2006-06-26 10:32:26 +00:00
Paolo Carlini
bfe3e83159
random (operator<<(std::basic_ostream<>&, const linear_congruential<>&), [...]): Redo per TR1 specs; move out of line...
...
2006-06-25 Paolo Carlini <pcarlini@suse.de>
* include/tr1/random (operator<<(std::basic_ostream<>&,
const linear_congruential<>&), operator>>(std::basic_istream<>&,
linear_congruential<>&), operator<<(std::basic_ostream<>&,
const mersenne_twister<>&), operator>>(std::basic_istream<>&,
mersenne_twister<>&), operator<<(std::basic_ostream<>&,
const subtract_with_carry<>&), operator>>(std::basic_istream<>&,
subtract_with_carry<>&), operator<<(std::basic_ostream<>&,
const discard_block<>&), operator>>(std::basic_istream<>&,
discard_block<>&), operator<<(std::basic_ostream<>&,
const xor_combine<>&), operator>>(std::basic_istream<>&,
xor_combine<>&), operator<<(std::basic_ostream<>&,
const uniform_int<>&), operator>>(std::basic_istream<>&,
uniform_int<>&), operator<<(std::basic_ostream<>&,
const bernoulli_distribution&), operator<<(std::basic_ostream<>&,
const geometric_distribution<>&), operator<<(std::basic_ostream<>&,
const uniform_real<>&), operator>>(std::basic_istream<>&,
uniform_real<>&), operator<<(std::basic_ostream<>&,
const exponential_distribution<>&), operator<<(std::basic_ostream<>&,
const normal_distribution<>&), operator>>(std::basic_istream<>&,
normal_distribution<>&)): Redo per TR1 specs; move out of line...
* include/tr1/random.tcc: ... here.
From-SVN: r115003
2006-06-26 03:08:48 +00:00