https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110360
--- Comment #35 from anlauf at gcc dot gnu.org ---
(In reply to David Edelsohn from comment #34)
> AIX POWER BE output:
>
> $ ./a.out
> val(fortran): 65 A
> val(fortran): 0
> val(fortran): 0
> val_c: char(65)='A'
> val_c: char(65)='A'
> val_c: char(804399656)='('
Ah, that is helpful. The handling of literals is thus fine and can be taken
as reference.
