diff options
author | Diego Novillo <dnovillo@google.com> | 2012-02-10 10:52:03 -0500 |
---|---|---|
committer | Diego Novillo <dnovillo@gcc.gnu.org> | 2012-02-10 10:52:03 -0500 |
commit | a8fc98555231535e0208a2c9e190a03a9ba2ea3b (patch) | |
tree | 36fbfe2ebbad57643afcb95c1fd96730e58b7077 /contrib/ChangeLog | |
parent | 58d38fd2d686869ed3be3956614ed0c0cb20982d (diff) | |
download | gcc-a8fc98555231535e0208a2c9e190a03a9ba2ea3b.zip gcc-a8fc98555231535e0208a2c9e190a03a9ba2ea3b.tar.gz gcc-a8fc98555231535e0208a2c9e190a03a9ba2ea3b.tar.bz2 |
This patch adds two common shortcuts to the failure reproducer
script.
Committed to trunk.
2012-02-10 Diego Novillo <dnovillo@google.com>
* repro_fail: Add --debug and --debug-tui flags.
From-SVN: r184097
Diffstat (limited to 'contrib/ChangeLog')
-rw-r--r-- | contrib/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index a639b07..6e92688 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2012-02-10 Diego Novillo <dnovillo@google.com> + + * repro_fail: Add --debug and --debug-tui flags. + 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com> Jayant R Sonar <jayant.sonar@kpitcummins.com> |