https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115940

MARIO RODRIGUEZ BEJAR <mario.rodriguezb1 at um dot es> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mario.rodriguezb1 at um dot es

--- Comment #2 from MARIO RODRIGUEZ BEJAR <mario.rodriguezb1 at um dot es> ---
This code arises same ICE 


```
typedef int instant;
double elapsed (instant this, instant second);
int main (int argc, char* argv[]) {
  instant now;
  elapsed (now, now + 100.0);
}
```

https://godbolt.org/z/Td78snfn9

Reply via email to