Age | Commit message (Expand) | Author | Files | Lines |
2008-02-26 | re PR tree-optimization/26264 (Extraneous warning with __builtin_stdarg_start... | Manuel López-Ibáñez | 2 | -1/+5 |
2008-02-26 | tree-flow.h (uid_decl_map_hash, [...]): Move ... | Richard Guenther | 2 | -0/+6 |
2008-02-26 | re PR c++/35323 (ICE calling functions with fixed-point type parameter) | Paolo Carlini | 2 | -1/+7 |
2008-02-25 | c-common.c (match_case_to_enum_1): Add appropriate OPT_W* parameter to warning. | Manuel López-Ibáñez | 3 | -7/+15 |
2008-02-25 | re PR c++/35333 (Broken diagnostic for complex builtin) | Paolo Carlini | 2 | -0/+14 |
2008-02-25 | re PR c++/33486 (namespace association doesn't handle parallel namespaces) | Jason Merrill | 3 | -0/+44 |
2008-02-25 | typeck.c (check_for_casting_away_constness): Use 1 single argument, the type ... | Manuel López-Ibáñez | 2 | -35/+43 |
2008-02-24 | error.c (dump_expr): Don't deal directly with NEW_EXPR (and VEC_NEW_EXPR), fo... | Paolo Carlini | 3 | -46/+23 |
2008-02-24 | re PR c++/34749 (Incorrect warning when applying dllimport to friend function) | Danny Smith | 2 | -7/+12 |
2008-02-22 | re PR c++/34715 (always_inline with templates and not declared as always_inli... | Andrew Pinski | 2 | -0/+11 |
2008-02-22 | re PR c++/35282 (Template specialization rejected) | Paolo Carlini | 2 | -3/+16 |
2008-02-22 | re PR c/19999 (-Wfloat-equal does not warn for complex numbers) | Ralf Wildenhues | 2 | -1/+7 |
2008-02-19 | re PR c++/34950 (ICE in svn boost math toolkit) | Jason Merrill | 2 | -0/+8 |
2008-02-19 | re PR c++/35028 (ICE with strange ctor and firstprivate) | Jakub Jelinek | 2 | -2/+6 |
2008-02-19 | re PR c++/34964 (ICE with broken variable in #pragma omp threadprivate) | Jakub Jelinek | 2 | -1/+11 |
2008-02-19 | re PR c++/35078 (ICE with reference in parallel for loop) | Jakub Jelinek | 3 | -2/+23 |
2008-02-15 | re PR c++/35023 (ICE with parameter pack in variable declaration) | Douglas Gregor | 2 | -31/+38 |
2008-02-15 | re PR c++/34050 (ICE derived classes and variadic templates) | Douglas Gregor | 2 | -30/+48 |
2008-02-14 | re PR c++/5645 (gcc warns that pure virtual class not explicitly initialized) | Manuel López-Ibáñez | 4 | -4/+38 |
2008-02-14 | re PR c++/28743 (ICE with invalid specialization) | Paolo Carlini | 2 | -6/+9 |
2008-02-13 | re PR c++/35138 (g++ rejects valid code) | Jakub Jelinek | 2 | -12/+21 |
2008-02-13 | PR c++/34962, c++/34937, c++/34939 | Jason Merrill | 2 | -0/+11 |
2008-02-13 | re PR c++/34774 (templates, enumerations, overflow, ice) | Jason Merrill | 2 | -1/+7 |
2008-02-12 | re PR c++/34824 (ICE with explicit copy constructor) | Jason Merrill | 2 | -2/+19 |
2008-02-12 | re PR c++/29048 ("`x' is private" error duplicated when scope specified) | Steven Bosscher | 2 | -2/+12 |
2008-02-12 | re PR c++/34862 (operator new placement variant with reference arg not accept... | Jakub Jelinek | 2 | -14/+30 |
2008-02-12 | re PR c++/35097 (ICE with attribute and template specialization) | Jason Merrill | 2 | -2/+10 |
2008-02-11 | re PR c++/35113 (g++.dg/ext/vector13.C doesn't work) | Douglas Gregor | 2 | -40/+34 |
2008-02-11 | re PR c++/35077 (ICE with attribute in broken class declaration) | Paolo Carlini | 2 | -1/+6 |
2008-02-10 | re PR c++/34094 (Undefined static data member in anonymous namespace can acqu... | Jason Merrill | 2 | -1/+9 |
2008-02-08 | re PR c++/35116 (Fail to compile valid code) | Jason Merrill | 2 | -5/+13 |
2008-02-06 | re PR other/35107 (GCC unnecessarily links shared libs with xgcc, gcov, cpp, ... | Kaveh R. Ghazi | 2 | -2/+7 |
2008-02-06 | re PR c++/35056 (ICE in copy_to_mode_reg, at explow.c:621) | Alexandre Oliva | 4 | -3/+21 |
2008-02-06 | re PR c++/35049 (g++.dg/conversion/simd3.C:12: error: invalid operands to bin... | Douglas Gregor | 6 | -25/+54 |
2008-02-05 | re PR c++/33553 (Bogus "array bound is not an integer constant" for parameter... | Jakub Jelinek | 2 | -3/+9 |
2008-02-05 | re PR c++/35074 (ICE with attribute "aligned" for template classes) | Douglas Gregor | 2 | -2/+28 |
2008-02-04 | re PR java/35035 (Has any one managed to run the libjava test suite on powerp... | Richard Guenther | 2 | -1/+13 |
2008-02-03 | re PR c++/33916 (Default constructor fails to initialize array members) | Jason Merrill | 10 | -71/+313 |
2008-01-31 | re PR c++/34935 (ICE with attribute may_alias) | Douglas Gregor | 3 | -0/+38 |
2008-01-29 | Fix 35004, grow tree_code bitfield to 16 bits | Michael Meissner | 2 | -2/+9 |
2008-01-29 | re PR c++/34055 (ICE with invalid specialization of variadic template) | Douglas Gregor | 9 | -57/+86 |
2008-01-29 | re PR c++/35007 (Firefox fails to build with affentry.cpp:94: error: ISO C++ ... | Jason Merrill | 2 | -1/+11 |
2008-01-27 | re PR c++/27177 (ICE in build_simple_base_path, at cp/class.c:474) | Jason Merrill | 2 | -2/+11 |
2008-01-26 | re PR c++/34965 (Broken diagnostic: 'truth_and_expr' not supported by dump_expr) | Jakub Jelinek | 2 | -0/+16 |
2008-01-26 | re PR c++/34235 (short variable cast to unsigned int fails to right shift as ... | Richard Guenther | 2 | -45/+5 |
2008-01-25 | re PR c++/27177 (ICE in build_simple_base_path, at cp/class.c:474) | Jason Merrill | 3 | -14/+9 |
2008-01-25 | re PR c++/33887 (Reference to bitfield gets wrong value when optimizing) | Richard Guenther | 3 | -4/+16 |
2008-01-25 | decl2.c (is_late_template_attribute): Don't defer attribute visibility just b... | Jason Merrill | 2 | -3/+11 |
2008-01-25 | re PR c++/31780 (ICE with incompatible types for ?: with "complex type" conve... | Jason Merrill | 2 | -6/+30 |
2008-01-25 | re PR c++/33887 (Reference to bitfield gets wrong value when optimizing) | Richard Guenther | 2 | -0/+8 |