aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
AgeCommit message (Expand)AuthorFilesLines
2003-06-28builtins.c (c_strlen): Add only_value argument.Jakub Jelinek5-0/+68
2003-06-27re PR c++/10468 (const typeof(x) is non-const, but only in templates)Mark Mitchell2-0/+22
2003-06-27re PR c++/10796 (ICE (segfault) when defining an enum with two values: -1 and...Mark Mitchell2-0/+15
2003-06-27s390.h (SECONDARY_OUTPUT_RELOAD_CLASS): Define.Ulrich Weigand2-0/+24
2003-06-27re PR c++/11332 (Spurious error with casts in ?: expression)Mark Mitchell2-0/+12
2003-06-27builtins.c (expand_builtin_sprintf): Use c_getstr and strlen to obtain the fo...Roger Sayle4-10/+35
2003-06-26reload.c (can_reload_into): New function.J"orn Rennecke2-0/+183
2003-06-26simd-4.c (main): Added missing semicolon at end of union.Joern Rennecke1-0/+5
2003-06-26Added missing semicolon at end of union.Joern Rennecke1-1/+1
2003-06-26re PR c++/8266 (Explicit instantiation of a template outside its namespace is...Giovanni Bajo2-0/+36
2003-06-26* gcc.dg/20030626-1.c: Use signed char.Eric Botcazou2-1/+5
2003-06-26re PR rtl-optimization/11210 (optimizer drops conditional with typecast from ...Eric Botcazou2-0/+22
2003-06-26c-opts.c (missing_arg): Make non-static.Neil Booth2-1/+5
2003-06-26re PR c++/10990 (Cannot convert with dynamic_cast<> to a private base class f...Mark Mitchell5-3/+32
2003-06-26re PR c++/10931 (valid conversion static_cast<const unsigned int&>(lvalue-of-...Mark Mitchell2-0/+10
2003-06-25c-opts.c (complain_wrong_lang, [...]): Remove.Neil Booth2-32/+0
2003-06-25Test from http://gcc.gnu.org/ml/gcc-patches/2003-06/msg02557.htmlJosef Zlomek2-0/+13
2003-06-25re PR rtl-optimization/11311 (ICE with pow and large exponent)Roger Sayle2-0/+10
2003-06-24builtins.c (expand_builtin_strcpy): Don't evaluate side-effects in src twice.Jakub Jelinek2-0/+49
2003-06-24re PR c++/5754 (g++ segfaults on compilation of template-enriched code)Mark Mitchell2-0/+15
2003-06-24builtins.c (expand_builtin): Use expand_builtin_pow to expand calls for pow...Roger Sayle2-0/+39
2003-06-23mangle.c (hash_type): val is the TREE_LIST itself, not a pointer to it.Jakub Jelinek2-0/+14
2003-06-23builtins.c (expand_builtin_mathfn_2): Use tree_cons to build up the stabilize...Roger Sayle2-0/+99
2003-06-21re PR c++/10784 (Warning about choosing custom operator over copy constructor...Gabriel Dos Reis5-0/+11
2003-06-21re PR c++/10915 (a not-useful non-avoidable warning: conversion to a referen...Gabriel Dos Reis4-0/+16
2003-06-20re PR c++/10888 (inlining failure for allocate in ~vector())Mark Mitchell2-0/+15
2003-06-20target-supports.exp (check_alias_available): Make the test program acceptable...Mark Mitchell2-1/+7
2003-06-20re PR c++/10749 (triple nested template classes in namespace need to qualify ns)Mark Mitchell2-0/+25
2003-06-20gcc-dg.exp (dg-xfail-if): Do not process conditional xfail data for non-match...Mark Mitchell3-3/+13
2003-06-20re PR c++/10845 (template member function (getting a nested template as param...Mark Mitchell2-0/+24
2003-06-20re PR c++/10939 (ICE with templated code)Mark Mitchell2-0/+16
2003-06-20re PR c++/9649 (ICE in finish_member_declaration at cp/semantics.c:1850 when ...Mark Mitchell3-2/+13
2003-06-20re PR middle-end/11041 (ICE: const myclass &x = *x; (when operator*() defined))Mark Mitchell2-0/+14
2003-06-20Fix for PR c++/11228, infinite loop for new int[n]().Matt Austern5-0/+110
2003-06-19* gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.Kazu Hirata1-2/+0
2003-06-19* gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.Kazu Hirata1-0/+4
2003-06-19simd-4.c (main): Make expected value endian-dependent.J"orn Rennecke2-1/+9
2003-06-18g++.exp (g++_include_flags): Tweak path to testsuite_flags.Benjamin Kosnik2-14/+8
2003-06-1820020604-1.c: Use dg-xfail-if for h8300.Kazu Hirata4-3/+12
2003-06-17re PR c++/10929 (-Winline warns about functions for which no definition is vi...Jason Merrill1-0/+5
2003-06-17Correct PR number.Mark Mitchell1-1/+1
2003-06-17re PR c++/10712 (ICE in constructor_name_full, at cp/decl2.c:1255)Mark Mitchell2-0/+16
2003-06-17re PR c++/11105 ([3.3/3.4 regression of sorts] ICE in mangle_conv_op_name_for...Mark Mitchell5-16/+34
2003-06-17compat-common.h (DEBUG_INIT): New.Janis Johnson30-0/+90
2003-06-17simplify-rtx.c (simplify_subreg): Do not over-extend vector constants.Aldy Hernandez1-0/+16
2003-06-16gcc-dg.exp (dg-xfail-if): Fix thinko.Mark Mitchell3-9/+11
2003-06-16simd-5.c: Correct SPARC XFAIL indications.Mark Mitchell2-6/+11
2003-06-16optabs.h (enum optab_index): Add new OTI_tan and OTI_atan.Roger Sayle4-0/+31
2003-06-15i386.md (expsf2, [...]): New patterns to implement exp, expf and expl built-i...Roger Sayle4-0/+22
2003-06-13c-format.c (format_types_orig): Disallow '*' width/precision in asm_fprintf f...Kaveh R. Ghazi2-5/+7