: other
Assignee: unassigned at gcc dot gnu.org
Reporter: sstewartgallus00 at mylangara dot bc.ca
Target Milestone: ---
When building with the latest Gawk 4.14 and POSIXLY_CORRECT set I get the error
gawk: /home/sstewartgallus/root/var/src/gcc-6.2.0/gcc/opt-functions.awk:64
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68712
Steven Stewart-Gallus changed:
What|Removed |Added
Status|RESOLVED|CLOSED
Resolution|MOVED
: other
Assignee: unassigned at gcc dot gnu.org
Reporter: sstewartgallus00 at mylangara dot bc.ca
Target Milestone: ---
When I create binaries using GCC I obtain binaries that needlessly have the
executable bit set for PHDR part of the program.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63338
--- Comment #4 from Steven Stewart-Gallus ---
> What version of GCC and on which target?
Right, I should have mentioned that earlier.
> $ uname -a
> Linux alonzo 3.13.0-34-generic #1trisquel1 SMP Sun Aug 24 04:17:04 UTC 2014
> x86_64 x86_64 x
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63338
--- Comment #1 from Steven Stewart-Gallus ---
Created attachment 33535
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33535&action=edit
Preprocessed source code
: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: sstewartgallus00 at mylangara dot bc.ca
Compiling a large amount of large switch cases takes a really large
amount of time. In the attached code I did two things which caused and
known
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: sstewartgallus00 at mylangara dot bc.ca
It's against the C11 standard to let people use the _Noreturn keyword on