Re: master make check fails on Solaris 10
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Victor Wagner <vitus@wagner.pp.ru>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2018-01-17T15:42:46Z
Lists: pgsql-hackers
Victor Wagner <vitus@wagner.pp.ru> writes: > I'm attaching stripped-down version of test program, which demonstrate > the problem and two assembler listings produced with this C source using > alignment 8 and 16. May be this stripped-down version can be used as > base for configure test. Ah, thanks, this will be easier to work with. > Unfortunately, we have only one Sparc machine and started our > investigation by upgrading GCC 5.2.0 to GCC 5.5.0, so it is hard to > downgrade and test with older GCC. OK. Well, the fact that you get the same failures in PG itself seems like good evidence that the compiler's behavior hasn't changed here. regards, tom lane
Commits
-
Extend configure's __int128 test to check for a known gcc bug.
- 5dcbdcbdda48 10.2 landed
- 456cab29df65 9.6.7 landed
- 31635bc1d107 9.5.11 landed
- 2082b3745a71 11.0 landed
-
Reorder C includes
- f033462d8f77 11.0 cited
-
Ability to advance replication slots
- 9c7d06d60680 11.0 cited
-
doc: add JSON acronym
- ca454b9bd34c 11.0 cited
-
Expression evaluation based aggregate transition invocation.
- 69c3936a1499 11.0 cited
-
Change some bogus PageGetLSN calls to BufferGetLSNAtomic
- 272c2ab9fd0a 11.0 cited
-
Prevent int128 from requiring more than MAXALIGN alignment.
- 7518049980be 11.0 cited
-
Rearrange c.h to create a "compiler characteristics" section.
- 91aec93e6089 11.0 cited
-
Make OWNER TO subcommand mention consistent
- bf54c0f05c0a 11.0 cited