Re: basic asm and memory clobbers - Proposed solution

2015-12-11 Thread David Wohlferd
On 12/1/2015 7:41 PM, Jeff Law wrote: > My strong preference is still to document the desired semantics for GCC and treat anything that does not adhere to those semantics as a bug. Despite nearly 100 posts over 2 threads, we don't seem to be reaching either a consensus or a conclusion. How do

A question about .debug_macro sections and split dwarf

2015-12-11 Thread Siva Chandra
Hello, When I compile my cc file with "-g3 -gsplit-dwarf", the resulting .dwo file has multiple .debug_macro.dwo sections. Is that expected? I did not find anything in the proposal which explains this: http://www.dwarfstd.org/ShowIssue.php?issue=110722.1 Thanks, Siva Chandra

Re: [RFC, Fortran] Avoid race on testsuite temporary files

2015-12-11 Thread Janne Blomqvist
On Wed, Dec 9, 2015 at 4:27 PM, Yvan Roux wrote: > Hi, > > as it was raised in > https://gcc.gnu.org/ml/gcc-patches/2015-10/msg01540.html we experiment > random failures in gfortran validation when it is run in parallel (-j > 8). The issues occurs because of concurrent access to the same file, >