Opened 12 years ago
Closed 11 years ago
#2322 closed defect (fixed)
Fix bootstrapping on GCC 4.8 / clang
| Reported by: | Martin Sjölund | Owned by: | Martin Sjölund |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.9.3 |
| Component: | MetaModelica | Version: | trunk |
| Keywords: | Cc: |
Description
GCC 4.8 and clang perform some unsafe optimizations that make code generated for the bootstrapped compiler fail in mysterious ways.
We need to find and work around these.
Change History (6)
comment:1 by , 12 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → accepted |
comment:2 by , 12 years ago
comment:5 by , 12 years ago
-fno-stack-protector is a good idea for libgc if we want to use threads (it wants to modify the stack of other threads)
comment:6 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

Works with gcc-4.8: