| [Ada] Change error messages on duplicated Contract_Cases |
2012-12-05 |
Arnaud Charlet |
|
New |
| [Ada] Attribute Update |
2012-12-05 |
Arnaud Charlet |
|
New |
| [Ada] Ada 2012 AIo5-014: no null exclusion on allocator with subtype indication |
2012-12-05 |
Arnaud Charlet |
|
New |
| [Ada] Generation of SCOs for aspects |
2012-12-05 |
Arnaud Charlet |
|
New |
| [asan] Instrument non-public common vars |
2012-12-05 |
Jakub Jelinek |
|
New |
| [asan] Disallow crossjumping of __asan_report_* builtins |
2012-12-05 |
Jakub Jelinek |
|
New |
| asan unit tests from llvm lit-test incremental changes |
2012-12-05 |
Jakub Jelinek |
|
New |
| [C++11,PR55582] Let string literals starting with lower-case 's' be a user-defined literal instead of string + macro. |
2012-12-05 |
Ed Smith-Rowland |
|
New |
| [i386] scalar ops that preserve the high part of a vector |
2012-12-05 |
Marc Glisse |
|
New |
| [asan] Handle noreturn calls with __asan_handle_no_return () |
2012-12-05 |
Jakub Jelinek |
|
New |
| [asan] Handle noreturn calls with __asan_handle_no_return () |
2012-12-05 |
Jakub Jelinek |
|
New |
| Instance information in DWARF discriminators |
2012-12-05 |
Thomas Quinot |
|
New |
| [Fortran,committed] Fix memleak in generate_component_assignments |
2012-12-05 |
Tobias Burnus |
|
New |
| [Fortran] Small patch for calls to gfc_deallocate_scalar_with_status |
2012-12-05 |
Tobias Burnus |
|
New |
| [asan] Handle bitfields in asan |
2012-12-05 |
Jakub Jelinek |
|
New |
| [PR,rtl-optimization/55604] : fix ICE in remove_some_program_points_and_update_live_ranges |
2012-12-05 |
Aldy Hernandez |
|
New |
| PR target/54160: Only set __OBJC2__ when compiling OBJC. |
2012-12-05 |
Aldy Hernandez |
|
New |
| [PR,rtl-optimization/55604] : fix ICE in remove_some_program_points_and_update_live_ranges |
2012-12-05 |
Aldy Hernandez |
|
New |
| [asan] Instrument STRING_CSTs |
2012-12-05 |
Jakub Jelinek |
|
New |
| Fix PR55599/sanitizer by disabling static libasan on darwin |
2012-12-05 |
Jack Howarth |
|
New |
| [PR,rtl-optimization/55604] : fix ICE in remove_some_program_points_and_update_live_ranges |
2012-12-05 |
Steven Bosscher |
|
New |
| [i386] : Define FP_TRAPPING_EXCEPTIONS |
2012-12-05 |
Uros Bizjak |
|
New |
| PR rtl-optimization/51771: revert TM returns twice kludge |
2012-12-05 |
Aldy Hernandez |
|
New |
| [rs6000] Enable ASAN build on powerpc*-linux |
2012-12-05 |
Peter Bergner |
|
New |
| Backported r185231 from trunk to google/gcc-4_7. (issue 6888044) |
2012-12-05 |
asharif@chromium.org |
|
New |
| [asan] Fix up dg-set-target-env-var |
2012-12-05 |
Jakub Jelinek |
|
New |
| [lra] a tiny patch to fix ARM bootstrap |
2012-12-06 |
Vladimir Makarov |
|
New |
| [committed] Fix call branch shortening on PA |
2012-12-06 |
John David Anglin |
|
New |
| libgo patch committed: Clean up directory reading code |
2012-12-06 |
Ian Taylor |
|
New |
| [PR,libmudflap/53952] don't check access to non-mem decls |
2012-12-06 |
Alexandre Oliva |
|
New |
| [mudflap] fix infinite recursion in verbose trace |
2012-12-06 |
Alexandre Oliva |
|
New |
| Go compiler patch: Fix check for parenthesized go/defer arg |
2012-12-06 |
Ian Taylor |
|
New |
| [C++] Handle VECTOR_CSTs in adjust_temp_type (PR c++/55573) |
2012-12-06 |
Jakub Jelinek |
|
New |
| [C++] Fix build_noexcept_spec ICE (PR c++/54207) |
2012-12-06 |
Jakub Jelinek |
|
New |
| [PR,55078] Let indirect inlining look at ipa-cp lattices |
2012-12-06 |
Martin Jambor |
|
New |
| cfglayout fixes |
2012-12-06 |
Steven Bosscher |
|
New |
| C++ PATCH for c++/55564 (ICE with decltype of non-type template parameter) |
2012-12-06 |
Jason Merrill |
|
New |
| C++ PATCH for c++/54653 (ICE with missing template-header) |
2012-12-06 |
Jason Merrill |
|
New |
| [C++] Fix build_noexcept_spec ICE (PR c++/54207) |
2012-12-06 |
Jakub Jelinek |
|
New |
| C++ PATCH for c++/55015 (undefined lambda conv op) |
2012-12-06 |
Jason Merrill |
|
New |
| C++ PATCH for c++/54947 (wrong error with lambda in init-list) |
2012-12-06 |
Jason Merrill |
|
New |
| [AArch64] Add support for TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES hook. |
2012-12-06 |
James Greenhalgh |
|
New |
| RFA: PATCH to build_array_type_1 for c++/55032 (array template argument) |
2012-12-06 |
Jason Merrill |
|
New |
| Property for vector lowering |
2012-12-06 |
Marc Glisse |
|
New |
| validate_failures.py: Fix performance regression |
2012-12-06 |
Bernhard Reutner-Fischer |
|
New |
| Don't drop DECL_INITIAL if -g for DWARF2+ (PR fortran/55395) |
2012-12-06 |
Jakub Jelinek |
|
New |
| Improve debug info for various cases where we drop location info on the floor (PR debug/55608) |
2012-12-06 |
Jakub Jelinek |
|
New |
| [rs6000] Enable ASAN build on powerpc*-linux |
2012-12-06 |
Peter Bergner |
|
New |
| C++ PATCH for c++/54913 (error with static reference member and templates) |
2012-12-06 |
Jason Merrill |
|
New |
| [rs6000] Update default loop peel limits |
2012-12-06 |
Pat Haugen |
|
New |
| C++ PATCH for c++/54744 (typename typedef used in mem-initializer) |
2012-12-06 |
Jason Merrill |
|
New |
| [lra] a patch to fix ppc bootstrap failure |
2012-12-06 |
Vladimir Makarov |
|
New |
| [i386] : Fix PR55597, ICE in plus_constant, at explow.c:88 |
2012-12-06 |
Uros Bizjak |
|
New |
| C++ PATCH for c++/55058 (lost cv-quals with typedef in template) |
2012-12-06 |
Jason Merrill |
|
New |
| C++ PATCH for c++/55249 (missing symbol with array and multiple copy constructors) |
2012-12-06 |
Jason Merrill |
|
New |
| More vector constexpr fixes |
2012-12-06 |
Marc Glisse |
|
New |
| [wwwdocs] Update AddressSanitizer part of the 4.8 release notes |
2012-12-06 |
Tobias Burnus |
|
New |
| ree.c: don't abuse GTY |
2012-12-07 |
Steven Bosscher |
|
New |
| C++ PATCH for c++/54325 (wrong error initializing abstract base class) |
2012-12-07 |
Jason Merrill |
|
New |
| C++ PATCH for c++/54325 (wrong error initializing abstract base class) |
2012-12-07 |
Matthias Klose |
|
New |
| [RFA] .gitignore: Ignore *.pyc files. |
2012-12-07 |
Joel Brobecker |
|
New |
| C++ PATCH for c++/54325 (wrong error initializing abstract base class) |
2012-12-07 |
Paolo Carlini |
|
New |
| Fix PR54886 |
2012-12-07 |
Richard Guenther |
|
New |
| PING: [PATCH] Support -fuse-ld=bfd and -fuse-ld=gold |
2012-12-07 |
H.J. Lu |
|
New |
| [PING] PR c++/54401 - Confusing diagnostics about type-alias at class scope |
2012-12-07 |
Dodji Seketeli |
|
New |
| [i386] scalar ops that preserve the high part of a vector |
2012-12-07 |
Marc Glisse |
|
New |
| [committed] Built libbacktrace with -frandom-seed=$@ (PR bootstrap/54926) |
2012-12-07 |
Jakub Jelinek |
|
New |
| Fix regression caused by my var-tracking.c note fix (PR bootstrap/55615, PR middle-end/43631) |
2012-12-07 |
Jakub Jelinek |
|
New |
| [PING] PR c++/54401 - Confusing diagnostics about type-alias at class scope |
2012-12-07 |
Dodji Seketeli |
|
New |
| Don't drop DECL_INITIAL if -g for DWARF2+ (PR fortran/55395) |
2012-12-07 |
Jakub Jelinek |
|
New |
| PR c++/55513: do not fold away builtins in COMPOUND_EXPRs |
2012-12-07 |
Aldy Hernandez |
|
New |
| Fix up convert_for_assignment warnings (PR c/39464) |
2012-12-07 |
Jakub Jelinek |
|
New |
| PR c++/55513: do not fold away builtins in COMPOUND_EXPRs |
2012-12-07 |
Aldy Hernandez |
|
New |
| patch to fix pr55141 |
2012-12-07 |
Vladimir Makarov |
|
New |
| Ada: ^M in ada source files |
2012-12-07 |
Mike Stump |
|
New |
| [mips,debug] Fix PR 54061, mips compiler aborts in testsuite |
2012-12-07 |
Steve Ellcey |
|
New |
| Using -ffunction-sections and -p |
2012-12-07 |
Sriraman Tallam |
|
New |
| PATCH: PR lto/55466: Revision 191466 destroyed DWARF debug info |
2012-12-07 |
H.J. Lu |
|
New |
| [mips,debug] Fix PR 54061, mips compiler aborts in testsuite |
2012-12-07 |
Steve Ellcey |
|
New |
| [i386] scalar ops that preserve the high part of a vector |
2012-12-08 |
Marc Glisse |
|
New |
| C++ PATCH for c++/55127 (bogus required typename) |
2012-12-08 |
Jason Merrill |
|
New |
| C++ PATCH for c++/55419 (TREE_CONSTANT on TARGET_EXPR) |
2012-12-08 |
Jason Merrill |
|
New |
| [Fortran] Fix PR 55593 |
2012-12-08 |
Thomas Koenig |
|
New |
| Fix ICE on loop over constant vector at -O |
2012-12-08 |
Eric Botcazou |
|
New |
| [Ada] Fix ICE with overaligned vectors on IA-64 |
2012-12-08 |
Eric Botcazou |
|
New |
| [Ada] Add obvious assertion |
2012-12-08 |
Eric Botcazou |
|
New |
| Don't drop DECL_INITIAL if -g for DWARF2+ (PR fortran/55395) |
2012-12-08 |
Eric Botcazou |
|
New |
| [i386] : Enable push/pop in pro/epilogue for modern CPUs |
2012-12-08 |
Xinliang David Li |
|
New |
| [RFC] Remove TLS symbols from section anchor blocks |
2012-12-08 |
David Edelsohn |
|
New |
| PR c++/53609 - Wrong argument deduction for pack expansion in argument pack |
2012-12-08 |
Dodji Seketeli |
|
New |
| Fix scan-assembler in libstdc++ testsuite |
2012-12-09 |
Andreas Schwab |
|
New |
| [committed] Defined MAP_FAILED in gcc.dg/20050826-1.c and gcc.dg/20050826-1.c if not defined |
2012-12-09 |
John David Anglin |
|
New |
| [alpha] : Fix PR55344, Cross compiling for alpha-linux fails because <signal.h> doesn't exist |
2012-12-09 |
Uros Bizjak |
|
New |
| [committed] Fix gcc.dg/torture/pr47917.c on *-*-hpux10* |
2012-12-09 |
John David Anglin |
|
New |
| [committed] xfail hooray4 test in gcc.dg/ipa/iinline-4.c on 32-bit hppa |
2012-12-09 |
John David Anglin |
|
New |
| [committed] Fix gcc.misc-tests/gcov-12.c test on hpux10 |
2012-12-09 |
John David Anglin |
|
New |
| [libbacktrace] Fix build on hpux10 |
2012-12-09 |
John David Anglin |
|
New |
| [Fortran] reset dynamic type with MOVE_ALLOC (was: Re: [Patch, Fortran] Small patch for calls to gfc_deallocate_scalar_with_status) |
2012-12-09 |
Tobias Burnus |
|
New |
| [libbacktrace] Don't call __sync_lock_test_and_set if we don't have sync functions |
2012-12-09 |
John David Anglin |
|
New |
| [libbacktrace] Find executable on ia64 and 64-bit hppa hpux |
2012-12-09 |
John David Anglin |
|
New |