[RTEMS Project] #4112: rtems-tools waf is broken with python 3.8.2

2020-10-01 Thread RTEMS trac
#4112: rtems-tools waf is broken with python 3.8.2
--+-
  Reporter:  Chris Johns  |  Owner:  Chris Johns
  Type:  defect   | Status:  assigned
  Priority:  normal   |  Milestone:  4.11.4
 Component:  tool |Version:  4.11
  Severity:  normal   |   Keywords:
Blocked By:   |   Blocking:
--+-
 {{{
 $ ./waf distclean configure --prefix=$HOME/si/rtems/4.11
 /home/johnsy/si/rtems/rt/wscript:140: SyntaxWarning: "is not" with a
 literal. Did you mean "!="?
   elif host is not 'native':
 Traceback (most recent call last):
   File
 
"/home/johnsy/si/rtems/rt/.waf3-1.8.19-b1fc8f7baef51bd2db4c2971909a568d/waflib/Node.py",
 line 312, in ant_iter
 raise StopIteration
 StopIteration
 }}}

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #4111: 4.11 branch RSB is broken with python3 on Linux

2020-10-01 Thread RTEMS trac
#4111: 4.11 branch RSB is broken with python3 on Linux
-+-
 Reporter:  Chris Johns  |   Owner:  (none)
 Type:  defect   |  Status:  new
 Priority:  normal   |   Milestone:  4.11.4
Component:  admin| Version:  4.11
 Severity:  normal   |  Resolution:
 Keywords:   |  Blocked By:
 Blocking:   |
-+-

Comment (by Chris Johns):

 RTEMS tools is also suffering from the same problem in `macros.py` with
 python 3.8.2.

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #4111: 4.11 branch RSB is broken with python3 on Linux

2020-10-01 Thread RTEMS trac
#4111: 4.11 branch RSB is broken with python3 on Linux
-+-
 Reporter:  Chris Johns  |   Owner:  (none)
 Type:  defect   |  Status:  new
 Priority:  normal   |   Milestone:  4.11.4
Component:  admin| Version:  4.11
 Severity:  normal   |  Resolution:
 Keywords:   |  Blocked By:
 Blocking:   |
-+-

Comment (by Chris Johns):

 GDB 7.9 does not build because that version of GDB only supports
 `python2`. I suggest we move to the same version of Python as `master`
 (9.1). The GDB version does not effect the target code.

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #4111: 4.11 branch RSB is broken with python3 on Linux

2020-10-01 Thread RTEMS trac
#4111: 4.11 branch RSB is broken with python3 on Linux
-+-
 Reporter:  Chris Johns  |   Owner:  (none)
 Type:  defect   |  Status:  new
 Priority:  normal   |   Milestone:  4.11.4
Component:  admin| Version:  4.11
 Severity:  normal   |  Resolution:
 Keywords:   |  Blocked By:
 Blocking:   |
-+-

Comment (by Chris Johns):

 The module `linux.py` is also broken. The error is the lack of the dist
 module that effected `master` recently.

 I am wondering if I should back port all the python code from `master`? It
 is clean and working on all hosts and is stable.

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

[RTEMS Project] #4111: 4.11 branch RSB is broken with python3 on Linux

2020-10-01 Thread RTEMS trac
#4111: 4.11 branch RSB is broken with python3 on Linux
--+
  Reporter:  Chris Johns  |  Owner:  (none)
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  4.11.4
 Component:  admin|Version:  4.11
  Severity:  normal   |   Keywords:
Blocked By:   |   Blocking:
--+
 With Ubuntu 20 the 4.11 RSB fails with:
 {{{
 (py) johnsy@radium:~/si/rtems/rsb/rtems$ ../source-builder/sb-set-builder
 --prefix=$HOME/si/rtems/4.11 --log=arm.txt 4.11/rtems-arm
 ../source-builder/sb/macros.py:233: SyntaxWarning: "is" with a literal.
 Did you mean "=="?
   if key.startswith('%{') and key[-1] is '}':
 ../source-builder/sb/macros.py:269: SyntaxWarning: "is" with a literal.
 Did you mean "=="?
   if c is '#' and not state.startswith('value'):
 ../source-builder/sb/macros.py:272: SyntaxWarning: "is" with a literal.
 Did you mean "=="?
   if not (state is 'key' and len(token) == 0) and \
 ../source-builder/sb/macros.py:275: SyntaxWarning: "is" with a literal.
 Did you mean "=="?
   if state is 'key':
 [blah blah blah]
 }}}

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #4110: Ubuntu package list is broken

2020-10-01 Thread RTEMS trac
#4110: Ubuntu package list is broken
-+-
 Reporter:  Chris Johns  |   Owner:  (none)
 Type:  defect   |  Status:  new
 Priority:  normal   |   Milestone:  6.1
Component:  unspecified  | Version:  6
 Severity:  normal   |  Resolution:
 Keywords:   |  Blocked By:
 Blocking:   |
-+-

Comment (by Chris Johns):

 I suggest adding:
 {{{
 sudo apt-get install python3-venv
 python3 -m venv py
 . ./py/bin/activate
 }}}
 because there is no `python` command

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

[RTEMS Project] #4110: Ubuntu package list is broken

2020-10-01 Thread RTEMS trac
#4110: Ubuntu package list is broken
--+
  Reporter:  Chris Johns  |  Owner:  (none)
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  6.1
 Component:  unspecified  |Version:  6
  Severity:  normal   |   Keywords:
Blocked By:   |   Blocking:
--+
 The list found here:

 https://docs.rtems.org/branches/master/user/hosts/posix.html#xubuntu

 failed with `libpython-dev`. A Linux user needs to check this and update
 the list.

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #4109: FreeBSD 12 does not build 4.11/rtems-arm gcc

2020-10-01 Thread RTEMS trac
#4109: FreeBSD 12 does not build 4.11/rtems-arm gcc
-+--
 Reporter:  Chris Johns  |   Owner:  Chris Johns
 Type:  defect   |  Status:  closed
 Priority:  normal   |   Milestone:  4.11.4
Component:  tool/gcc | Version:  4.11
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |  Blocked By:
 Blocking:   |
-+--
Changes (by Chris Johns ):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"8af551c5a58dbf707507a42000eecab437b94596/rtems-source-
 builder" 8af551c/rtems-source-builder]:
 {{{
 #!CommitTicketReference repository="rtems-source-builder"
 revision="8af551c5a58dbf707507a42000eecab437b94596"
 freebsd: FreeBSD 12.1 does not build gcc

 - Remove the warnings from the build

 Closes #4109
 }}}

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #4104: RSB Tools newlib patch checksum fails.

2020-10-01 Thread RTEMS trac
#4104: RSB Tools newlib patch checksum fails.
-+-
 Reporter:  Chris Johns  |   Owner:  Chris Johns 
 Type:  defect   |  Status:  closed
 Priority:  normal   |   Milestone:  4.11.4
Component:  tool/rsb | Version:  4.11
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |  Blocked By:
 Blocking:   |
-+-
Changes (by Chris Johns ):

 * owner:  (none) => Chris Johns 
 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"a74f317cea5a6e0729659d7d02ff64fa13e6ddd7/rtems-source-
 builder" a74f317/rtems-source-builder]:
 {{{
 #!CommitTicketReference repository="rtems-source-builder"
 revision="a74f317cea5a6e0729659d7d02ff64fa13e6ddd7"
 arm: newlib checksum update

 - Sourceware has updated it's version of git and broken the checksum

 Closes #4104
 }}}

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #3412: 4.11 GCC Does not build with Recent GCC

2020-10-01 Thread RTEMS trac
#3412: 4.11 GCC Does not build with Recent GCC
---+--
 Reporter:  Joel Sherrill  |   Owner:  (none)
 Type:  defect |  Status:  closed
 Priority:  high   |   Milestone:  4.11.4
Component:  tool/gcc   | Version:  4.11
 Severity:  major  |  Resolution:  wontfix
 Keywords: |  Blocked By:
 Blocking: |
---+--
Changes (by Chris Johns):

 * status:  new => closed
 * resolution:   => wontfix


Comment:

 Please reopen if there is more to add on this. It looks like a host set up
 issue.

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #4047: RSB 4.11 fails to build rtems-tools

2020-10-01 Thread RTEMS trac
#4047: RSB 4.11 fails to build rtems-tools
-+--
 Reporter:  Patrick Roncagliolo  |   Owner:  (none)
 Type:  defect   |  Status:  closed
 Priority:  normal   |   Milestone:  4.11.4
Component:  tool/rsb | Version:  4.11
 Severity:  normal   |  Resolution:  wontfix
 Keywords:   |  Blocked By:
 Blocking:   |
-+--
Changes (by Chris Johns):

 * status:  new => closed
 * resolution:   => wontfix


Comment:

 I just build the `4.11/rtems-arm` on FreeBSD 12.1 and that builds the
 `rtems-tools` and I saw no error. If you have more details please provide
 them and we can reopen the ticket.

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

[RTEMS Project] #4109: FreeBSD 12 does not build 4.11/rtems-arm gcc

2020-10-01 Thread RTEMS trac
#4109: FreeBSD 12 does not build 4.11/rtems-arm gcc
--+-
  Reporter:  Chris Johns  |  Owner:  Chris Johns
  Type:  defect   | Status:  assigned
  Priority:  normal   |  Milestone:  4.11.4
 Component:  tool/gcc |Version:  4.11
  Severity:  normal   |   Keywords:
Blocked By:   |   Blocking:
--+-
 Building `4.11/rtems-arm` on FreeBSD 12.1 fails due to `-Wreserved-user-
 defined-literal` warnings.

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #3483: Error building 4.11.2 rtems-tools

2020-10-01 Thread RTEMS trac
#3483: Error building 4.11.2 rtems-tools
+--
 Reporter:  FredDeCaro  |   Owner:  (none)
 Type:  defect  |  Status:  closed
 Priority:  high|   Milestone:  4.11.4
Component:  tool| Version:  4.11
 Severity:  normal  |  Resolution:  wontfix
 Keywords:  4.11.2 rtems-tools  |  Blocked By:
 Blocking:  |
+--
Changes (by Chris Johns):

 * status:  new => closed
 * resolution:   => wontfix


--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #3332: JFFS2 returns a stat directory size as 0

2020-10-01 Thread RTEMS trac
#3332: JFFS2 returns a stat directory size as 0
-+--
 Reporter:  Chris Johns  |   Owner:  (none)
 Type:  defect   |  Status:  closed
 Priority:  normal   |   Milestone:  4.11.4
Component:  fs   | Version:  4.11
 Severity:  normal   |  Resolution:  wontfix
 Keywords:   |  Blocked By:
 Blocking:   |
-+--
Changes (by Chris Johns):

 * status:  new => closed
 * resolution:   => wontfix


--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #2496: rtems/c/src/lib/libbsp/sparc/shared/amba/ambapp.c:258: possible bad test ?

2020-10-01 Thread RTEMS trac
#2496: rtems/c/src/lib/libbsp/sparc/shared/amba/ambapp.c:258: possible bad test 
?
-+---
 Reporter:  David Binderman  |   Owner:  Daniel Hellstrom
 Type:  defect   |  Status:  closed
 Priority:  normal   |   Milestone:  4.11.4
Component:  arch/sparc   | Version:  4.11
 Severity:  normal   |  Resolution:  wontfix
 Keywords:   |  Blocked By:
 Blocking:   |
-+---
Changes (by Chris Johns):

 * status:  assigned => closed
 * resolution:   => wontfix


Comment:

 Closing as wontfix. Please reopen and assign to the 4.11.5 milestone with
 a fix if this is a required fix.

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #2393: rtems/c/src/lib/libbsp/sparc/shared/1553/b1553brm.c:992: bad if test ?

2020-10-01 Thread RTEMS trac
#2393: rtems/c/src/lib/libbsp/sparc/shared/1553/b1553brm.c:992: bad if test ?
-+---
 Reporter:  David Binderman  |   Owner:  Daniel Hellstrom
 Type:  defect   |  Status:  closed
 Priority:  normal   |   Milestone:  4.11.4
Component:  arch/sparc   | Version:  4.11
 Severity:  normal   |  Resolution:  wontfix
 Keywords:   |  Blocked By:
 Blocking:   |
-+---
Changes (by Chris Johns):

 * status:  assigned => closed
 * resolution:   => wontfix


Comment:

 Closing as wontfix. Please reopen and assign to the 4.11.5 milestone with
 a fix if this is a required fix.

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #3303: PDF documentation is formatted as multi-column

2020-10-01 Thread RTEMS trac
#3303: PDF documentation is formatted as multi-column
-+--
 Reporter:  Chris Johns  |   Owner:  Chris Johns
 Type:  defect   |  Status:  closed
 Priority:  high |   Milestone:  4.11.4
Component:  doc  | Version:  4.11
 Severity:  major|  Resolution:  wontfix
 Keywords:   |  Blocked By:
 Blocking:   |
-+--
Changes (by Chris Johns):

 * status:  accepted => closed
 * resolution:   => wontfix


Comment:

 I will use the latest release scripts for the 4.11 build and this has a
 more recent sphinx. There is nothing in the doc source to fix.

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #3548: RSB and RTEMS Tools Support for python2 and python3 (cloned)

2020-10-01 Thread RTEMS trac
#3548: RSB and RTEMS Tools Support for python2 and python3 (cloned)
-+--
 Reporter:  Chris Johns  |   Owner:  Chris Johns
 Type:  defect   |  Status:  closed
 Priority:  high |   Milestone:  4.11.4
Component:  tool | Version:  4.11
 Severity:  blocker  |  Resolution:  wontfix
 Keywords:   |  Blocked By:
 Blocking:   |
-+--
Changes (by Chris Johns):

 * status:  assigned => closed
 * resolution:   => wontfix


Comment:

 The `master` has reverted the proposed changes and shebang env python is
 being used. Users should consult the latest user manual for ways to get
 `python` as a command on your host or to run the RSB commands with a
 specific python version.

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #3469: rtems-tools 4.11 branch is missing rtems bsp builder

2020-10-01 Thread RTEMS trac
#3469: rtems-tools 4.11 branch is missing rtems bsp builder
---+---
 Reporter:  Joel Sherrill  |   Owner:  chrisj@…
 Type:  defect |  Status:  closed
 Priority:  normal |   Milestone:  4.11.4
Component:  tool   | Version:  4.11
 Severity:  blocker|  Resolution:  wontfix
 Keywords: |  Blocked By:
 Blocking: |
---+---
Changes (by Chris Johns):

 * status:  assigned => closed
 * resolution:   => wontfix


--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #2331: c/src/lib/libbsp/sparc/shared/1553/gr1553b.c: 2 * memory leak ?

2020-10-01 Thread RTEMS trac
#2331: c/src/lib/libbsp/sparc/shared/1553/gr1553b.c: 2 * memory leak ?
-+---
 Reporter:  David Binderman  |   Owner:  Daniel Hellstrom
 Type:  defect   |  Status:  closed
 Priority:  normal   |   Milestone:  4.11.4
Component:  arch/sparc   | Version:  4.11
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |  Blocked By:
 Blocking:   |
-+---
Changes (by Daniel Hellstrom ):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"a100457c7d59fa2111429efc6b7b1b70f9f6984f/rtems"
 a100457/rtems]:
 {{{
 #!CommitTicketReference repository="rtems"
 revision="a100457c7d59fa2111429efc6b7b1b70f9f6984f"
 leon,gr1553b: improve init check

 Check in init3 not needed since same data is already checked in init2
 stage. Adds an extra check that the APB register space is available before
 accessing it.

 Closes #2331
 }}}

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #4101: atsamv fails to build on master

2020-10-01 Thread RTEMS trac
#4101: atsamv fails to build on master
---+-
 Reporter:  Joel Sherrill  |   Owner:  (none)
 Type:  defect |  Status:  closed
 Priority:  normal |   Milestone:  6.1
Component:  arch/arm   | Version:  6
 Severity:  normal |  Resolution:  fixed
 Keywords: |  Blocked By:
 Blocking: |
---+-
Changes (by Sebastian Huber):

 * status:  new => closed
 * resolution:   => fixed


--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #4103: BeagleBoard BSPs Fail to Build

2020-10-01 Thread RTEMS trac
#4103: BeagleBoard BSPs Fail to Build
---+-
 Reporter:  Joel Sherrill  |   Owner:  (none)
 Type:  defect |  Status:  closed
 Priority:  normal |   Milestone:  6.1
Component:  admin  | Version:  6
 Severity:  normal |  Resolution:  fixed
 Keywords: |  Blocked By:
 Blocking: |
---+-
Changes (by Sebastian Huber):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Fixed by recent commit.

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #4101: atsamv fails to build on master

2020-10-01 Thread RTEMS trac
#4101: atsamv fails to build on master
---+-
 Reporter:  Joel Sherrill  |   Owner:  (none)
 Type:  defect |  Status:  new
 Priority:  normal |   Milestone:  6.1
Component:  arch/arm   | Version:  6
 Severity:  normal |  Resolution:
 Keywords: |  Blocked By:
 Blocking: |
---+-

Comment (by Sebastian Huber):

 Fixed by recent commit.

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #4100: arm/edb7312 Build Failure When SMP is Enabled

2020-10-01 Thread RTEMS trac
#4100: arm/edb7312 Build Failure When SMP is Enabled
---+-
 Reporter:  Joel Sherrill  |   Owner:  (none)
 Type:  defect |  Status:  closed
 Priority:  normal |   Milestone:  6.1
Component:  arch/arm   | Version:  6
 Severity:  normal |  Resolution:  fixed
 Keywords: |  Blocked By:
 Blocking: |
---+-
Changes (by Sebastian Huber):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Fixed by recent commit.

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #4108: Review minimum and ensure it really is a minimum configuration

2020-10-01 Thread RTEMS trac
#4108: Review minimum and ensure it really is a minimum configuration
---+--
 Reporter:  Joel Sherrill  |   Owner:  Sebastian Huber
 Type:  defect |  Status:  assigned
 Priority:  normal |   Milestone:  6.1
Component:  test   | Version:  6
 Severity:  normal |  Resolution:
 Keywords: |  Blocked By:
 Blocking: |
---+--
Changes (by Sebastian Huber):

 * version:  5 => 6
 * milestone:  5.2 => 6.1


--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

[RTEMS Project] #4108: Review minimum and ensure it really is a minimum configuration

2020-10-01 Thread RTEMS trac
#4108: Review minimum and ensure it really is a minimum configuration
+
  Reporter:  Joel Sherrill  |  Owner:  joel@…
  Type:  defect | Status:  new
  Priority:  normal |  Milestone:  5.2
 Component:  test   |Version:  5
  Severity:  normal |   Keywords:
Blocked By: |   Blocking:
+
 Does minimum actually reflect what you think is the smallest possible
 configuration now? That as always the test's purpose -- to have a single
 that was the smallest we thought we could produce. It seems all your
 changes that it needs a review for tweaks to the configuration.

 Inspecting the size of this test should tell you the smallest executable
 possible on this BSP with the current configuration settings.

 There is a version in rtems-examples/misc which will either need to be
 synchronized or deleted.

 This needs to be checked on 5 and 6.

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #4108: Review minimum and ensure it really is a minimum configuration

2020-10-01 Thread RTEMS trac
#4108: Review minimum and ensure it really is a minimum configuration
---+--
 Reporter:  Joel Sherrill  |   Owner:  Sebastian Huber
 Type:  defect |  Status:  assigned
 Priority:  normal |   Milestone:  5.2
Component:  test   | Version:  5
 Severity:  normal |  Resolution:
 Keywords: |  Blocked By:
 Blocking: |
---+--
Changes (by Joel Sherrill):

 * owner:  joel@… => Sebastian Huber
 * status:  new => assigned


--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #4084: throwing std::runtime on PC BSP fails

2020-10-01 Thread RTEMS trac
#4084: throwing std::runtime on PC BSP fails
---+-
 Reporter:  Joel Sherrill  |   Owner:  (none)
 Type:  defect |  Status:  closed
 Priority:  normal |   Milestone:  6.1
Component:  tool/gcc   | Version:  6
 Severity:  normal |  Resolution:  fixed
 Keywords: |  Blocked By:
 Blocking: |
---+-
Changes (by Joel Sherrill):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 I applied the GCC patch to the master and 10 release branch.

 
https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=63a32847b0e8d14ae1eafe047ea43441f6e3a11c

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs