++
Assignee: unassigned at gcc dot gnu.org
Reporter: kalmquist1 at hotmail dot com
Target Milestone: ---
Created attachment 35659
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35659&action=edit
Archive contains wrap-int-[012].cxx and makefile
Ideally, replacing t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=4131
kalmquist1 at hotmail dot com changed:
What|Removed |Added
CC||kalmquist1 at hotmail dot
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66355
kalmquist1 at hotmail dot com changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=4131
--- Comment #29 from Kenneth Almquist ---
(In reply to Jorg Brown from comment #20)
> Now, the order of construction is well-defined, and that is why the program
> produces:
>
> podStr = '*'
> nonpodStr = ''
>
> That is, the nonPOD is still zero
Component: driver
Assignee: unassigned at gcc dot gnu.org
Reporter: kalmquist1 at hotmail dot com
Target Milestone: ---
There should be a gcc command line option to generate the assembly language
output of the lto compiler. The -S option doesn't do this because it prevents
th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66657
--- Comment #3 from Kenneth Almquist ---
(In reply to Andrew Pinski from comment #2)
> What are you trying to do with the assembly after the fact?
In this particular case, I wanted to look at it for two reasons:
1) To determine which functions