| [Ada] Decoration of limited-with clauses |
2012-12-05 |
Arnaud Charlet |
|
New |
| [Ada] Implementation-defined restrictions |
2012-12-05 |
Arnaud Charlet |
|
New |
| [Ada] Remove junk overflow check on MOD/REM/unary "+" |
2012-12-05 |
Arnaud Charlet |
|
New |
| [Ada] Visibility of equality operator when left operand is null. |
2012-12-05 |
Arnaud Charlet |
|
New |
| [Ada] Avoid storage leak in gnatchop |
2012-12-05 |
Arnaud Charlet |
|
New |
| Record missing equivalence |
2013-03-25 |
Jeff Law |
|
New |
| [Ada] Correct multi-precision division algorithm used for universal integers |
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 |
| [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 |
| [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 |
| [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 |
| [Fortran,committed] Fix memleak in generate_component_assignments |
2012-12-05 |
Tobias Burnus |
|
New |
| [asan] Handle bitfields in asan |
2012-12-05 |
Jakub Jelinek |
|
New |
| PR target/54160: Only set __OBJC2__ when compiling OBJC. |
2012-12-05 |
Aldy Hernandez |
|
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 |
| C++ PATCH for c++/52014 (decltype and members of the enclosing class of a lambda) |
2013-03-25 |
Jason Merrill |
|
New |
| [mips] Patch to control the use of integer madd/msub instructions |
2013-03-25 |
Steve Ellcey |
|
New |
| [rs6000] Enable ASAN build on powerpc*-linux |
2012-12-05 |
Peter Bergner |
|
New |
| cilkplus array notation for C (clean, independent patchset, take 1) |
2013-03-25 |
Iyer, Balaji V |
|
New |
| [asan] Fix up dg-set-target-env-var |
2012-12-05 |
Jakub Jelinek |
|
New |
| C++ PATCH for c++/56699 (ICE with sizeof member of unrelated class in lambda) |
2013-03-25 |
Jason Merrill |
|
New |
| [SH,4.7,committed] Backport fix for m2a-single-only multilib |
2013-03-25 |
Oleg Endo |
|
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 |
| [mips] Patch to control the use of integer madd/msub instructions |
2013-03-25 |
Steve Ellcey |
|
New |
| [C++] Handle VECTOR_CSTs in adjust_temp_type (PR c++/55573) |
2012-12-06 |
Jakub Jelinek |
|
New |
| [SH] PR 49880 - Fix some more -mdiv option issues |
2013-03-25 |
Oleg Endo |
|
New |
| [C++] Fix build_noexcept_spec ICE (PR c++/54207) |
2012-12-06 |
Jakub Jelinek |
|
New |
| [wwwdocs] Mention fixed SH -mdiv option for 4.8 and 4.7 |
2013-03-25 |
Oleg Endo |
|
New |
| [C++] Fix build_noexcept_spec ICE (PR c++/54207) |
2012-12-06 |
Jakub Jelinek |
|
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++ 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 |
| C++ PATCH to correct mangling/demangling of cv-qualified function types |
2013-04-04 |
Jason Merrill |
|
New |
| [AArch64] Add support for TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES hook. |
2012-12-06 |
James Greenhalgh |
|
New |
| [C++] Handle separately <inline> and <constexpr> in grokfndecl error messages |
2013-03-25 |
Paolo Carlini |
|
New |
| RFA: PATCH to build_array_type_1 for c++/55032 (array template argument) |
2012-12-06 |
Jason Merrill |
|
New |
| [C++] Small grokdeclarator clean up |
2013-03-25 |
Paolo Carlini |
|
New |
| [RFA] Improve VRP of COND_EXPR_CONDs |
2013-04-06 |
Jeff Law |
|
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 |
| [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 |
| C++ PATCH for c++/54744 (typename typedef used in mem-initializer) |
2012-12-06 |
Jason Merrill |
|
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 |
| [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 to implement C++11 ref-qualifiers |
2013-04-04 |
Jason Merrill |
|
New |
| C++ PATCH for c++/54325 (wrong error initializing abstract base class) |
2012-12-07 |
Jason Merrill |
|
New |
| Missing dependencies in Makefile.in |
2013-04-04 |
Jeff Law |
|
New |
| C++ PATCH for c++/54325 (wrong error initializing abstract base class) |
2012-12-07 |
Paolo Carlini |
|
New |
| [PING] PR c++/54401 - Confusing diagnostics about type-alias at class scope |
2012-12-07 |
Dodji Seketeli |
|
New |
| [committed] Built libbacktrace with -frandom-seed=$@ (PR bootstrap/54926) |
2012-12-07 |
Jakub Jelinek |
|
New |
| [committed] TILE-Gx/TILEPro: use pc relative/indirect encoding in eh data |
2013-03-26 |
Walter Lee |
|
New |
| [committed] TILE-Gx: add float conversion patterns. |
2013-03-26 |
Walter Lee |
|
New |
| [committed] TILE-Gx: speed up code to synthesize a constant |
2013-03-26 |
Walter Lee |
|
New |
| Fix regression caused by my var-tracking.c note fix (PR bootstrap/55615, PR middle-end/43631) |
2012-12-07 |
Jakub Jelinek |
|
New |
| Don't drop DECL_INITIAL if -g for DWARF2+ (PR fortran/55395) |
2012-12-07 |
Jakub Jelinek |
|
New |
| [PING] PR c++/54401 - Confusing diagnostics about type-alias at class scope |
2012-12-07 |
Dodji Seketeli |
|
New |
| [committed] TILE-Gx: add __insn_shufflebytes1 intrinsic |
2013-03-26 |
Walter Lee |
|
New |
| [committed] TILE-Gx: add flags to CRTSTUFF_T_CFLAGS_S variable. |
2013-03-26 |
Walter Lee |
|
New |
| [GCC/ARM] Fix rtx cost for Thumb1 |
2013-03-26 |
Bin Cheng |
|
New |
| PR c++/55513: do not fold away builtins in COMPOUND_EXPRs |
2012-12-07 |
Aldy Hernandez |
|
New |
| [committed] TILE-Gx/TILEPro: define PROFILE_BEFORE_PROLOGUE |
2013-03-26 |
Walter Lee |
|
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 |
| [mips,debug] Fix PR 54061, mips compiler aborts in testsuite |
2012-12-07 |
Steve Ellcey |
|
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 |
| C++ PATCH for c++/55419 (TREE_CONSTANT on TARGET_EXPR) |
2012-12-08 |
Jason Merrill |
|
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 |
| [alpha] : Fix PR55344, Cross compiling for alpha-linux fails because <signal.h> doesn't exist |
2012-12-09 |
Uros Bizjak |
|
New |
| [PING^1,AArch64] Implement Bitwise AND and Set Flags |
2013-03-26 |
Hurugalawadi, Naveen |
|
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 |
| [i386] : Enable push/pop in pro/epilogue for modern CPUs |
2012-12-08 |
Xinliang David Li |
|
New |
| libgcc unwind-arm.h: mark arguments as unused |
2012-12-10 |
Matthias Klose |
|
New |
| [libbacktrace] Don't call __sync_lock_test_and_set if we don't have sync functions |
2012-12-09 |
John David Anglin |
|
New |
| libgo patch committed: Delete from a nil map is now a no-op |
2012-12-12 |
Ian Taylor |
|
New |
| [AArch64] Peepholes to generate ldp and stp instructions |
2013-03-26 |
Hurugalawadi, Naveen |
|
New |
| [libstdc++] Fix build failure with --enable-libstdcxx-debug |
2012-12-10 |
Matthias Klose |
|
New |
| don't build multilib libraries during bootstrap, and disable some libstdc++ features |
2012-12-10 |
Matthias Klose |
|
New |
| [asan,committed] Sync asan_test.cc from upstream |
2012-12-10 |
Jakub Jelinek |
|
New |
| don't build multilib libraries during bootstrap, and disable some libstdc++ features |
2012-12-10 |
Matthias Klose |
|
New |
| [mips,testsuite] Fix scan on gcc.target/mips/ext-2.c |
2012-12-10 |
Steve Ellcey |
|
New |
| [google/gcc-4_7] Backport r193747 to using working set for bb hotness (issue6907063) |
2012-12-10 |
Teresa Johnson |
|
New |
| [mips] Fix -mno-shared option (gcc.target/mips/pr35802.c) |
2012-12-10 |
Steve Ellcey |
|
New |
| [mips,debug] Fix PR 54061, mips compiler aborts in testsuite |
2012-12-10 |
Steve Ellcey |
|
New |
| [Fortran] PR56649 - do more simplification of MERGE |
2013-03-26 |
Tobias Burnus |
|
New |
| RFA: RL78: Improve prologues for interrupt handlers |
2013-03-26 |
Nick Clifton |
|
New |
| [PING^1,AArch64] Implement Bitwise AND and Set Flags |
2013-03-26 |
Hurugalawadi, Naveen |
|
New |